.elementor-8506 .elementor-element.elementor-element-4255eb0a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );text-transform:var( --e-global-typography-text-text-transform );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:1366px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-a8357d5 *//* =========================================
   BetterDocs Article Custom Style
   Namespace: .bn-guide
========================================= */

.bn-guide {
  --bn-text: #1f2937;
  --bn-muted: #6b7280;
  --bn-heading: #111827;
  --bn-border: #e5e7eb;
  --bn-border-strong: #d1d5db;
  --bn-bg-soft: #f8fafc;
  --bn-bg-card: #ffffff;
  --bn-primary: #2563eb;
  --bn-primary-soft: #eff6ff;
  --bn-info-border: #bfdbfe;
  --bn-warning-bg: #fffaf0;
  --bn-warning-border: #fbd38d;
  --bn-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --bn-radius-lg: 18px;
  --bn-radius-md: 12px;
  --bn-radius-sm: 10px;

  color: var(--bn-text);
  font-size: 16px;
  line-height: 1.8;
}

.bn-guide *,
.bn-guide *::before,
.bn-guide *::after {
  box-sizing: border-box;
}

.bn-guide img {
  max-width: 100%;
  height: auto;
  display: block;
}

.bn-guide p {
  margin: 0 0 1.1em;
}

.bn-guide strong {
  color: var(--bn-heading);
  font-weight: 700;
}

.bn-guide h1,
.bn-guide h2,
.bn-guide h3 {
  color: var(--bn-heading);
  line-height: 1.35;
  letter-spacing: 0.01em;
  margin: 0 0 0.8em;
}

.bn-guide h1 {
  font-size: clamp(1.9rem, 3vw, 2.6rem);
  font-weight: 800;
}

.bn-guide h2 {
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 800;
  margin-top: 0;
}

.bn-guide h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.25rem);
  font-weight: 700;
}

.bn-guide ul,
.bn-guide ol {
  margin: 0;
  padding: 0;
}

.bn-guide .bn-hero {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
  border-radius: 24px;
  padding: 28px 24px;
  margin: 0 0 32px;
  box-shadow: var(--bn-shadow);
}

.bn-guide .bn-eyebrow {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--bn-primary);
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
}

.bn-guide .bn-title {
  margin-bottom: 12px;
}

.bn-guide .bn-lead {
  font-size: 1.05rem;
  color: #334155;
  margin-bottom: 0;
}

.bn-guide .bn-section {
  margin: 0 0 40px;
}

.bn-guide .bn-card {
  background: var(--bn-bg-card);
  border: 1px solid var(--bn-border);
  border-radius: var(--bn-radius-lg);
  padding: 18px 18px;
  box-shadow: 0 8px 20px rgba(15, 23, 42, 0.04);
  margin: 16px 0;
}

.bn-guide .bn-card-title {
  font-weight: 700;
  color: var(--bn-heading);
  margin-bottom: 10px;
}

.bn-guide .bn-callout {
  border-radius: var(--bn-radius-md);
  padding: 16px 18px;
  margin-top: 18px;
}

.bn-guide .bn-callout p:last-child,
.bn-guide .bn-callout ul:last-child {
  margin-bottom: 0;
}

.bn-guide .bn-callout-info {
  background: var(--bn-primary-soft);
  border: 1px solid var(--bn-info-border);
}

.bn-guide .bn-callout-warning {
  background: var(--bn-warning-bg);
  border: 1px solid var(--bn-warning-border);
}

.bn-guide .bn-check-list li,
.bn-guide .bn-dot-list li,
.bn-guide .bn-note-list li {
  position: relative;
  list-style: none;
  padding-left: 1.6em;
}

.bn-guide .bn-check-list li + li,
.bn-guide .bn-dot-list li + li,
.bn-guide .bn-note-list li + li {
  margin-top: 10px;
}

.bn-guide .bn-check-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0.05em;
  color: #16a34a;
  font-weight: 800;
}

.bn-guide .bn-dot-list li::before,
.bn-guide .bn-note-list li::before {
  content: "";
  position: absolute;
  left: 0.15em;
  top: 0.8em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bn-primary);
}

.bn-guide .bn-steps {
  margin-top: 8px;
}

.bn-guide .bn-step {
  position: relative;
  background: var(--bn-bg-card);
  border: 1px solid var(--bn-border);
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.04);
}

.bn-guide .bn-step + .bn-step {
  margin-top: 22px;
}

.bn-guide .bn-step h3 {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.bn-guide .bn-step-no {
  flex: 0 0 auto;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
  color: #fff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
}

.bn-guide .bn-figure {
  margin: 18px 0 4px;
  padding: 14px;
  background: var(--bn-bg-soft);
  border: 1px solid var(--bn-border);
  border-radius: 18px;
  overflow: hidden;
}

.bn-guide .bn-figure img {
  width: 100%;
  border-radius: 12px;
}

.bn-guide .bn-figure-narrow {
  max-width: 340px;
}

.bn-guide .bn-figure-medium {
  max-width: 760px;
}

.bn-guide .bn-two-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px 22px;
}

.bn-guide .bn-two-column li + li {
  margin-top: 0;
}

.bn-guide a {
  color: var(--bn-primary);
  text-decoration: none;
}

.bn-guide a:hover {
  text-decoration: underline;
}

.bn-guide code {
  background: #f3f4f6;
  border-radius: 6px;
  padding: 0.15em 0.45em;
  font-size: 0.92em;
}

@media (max-width: 767px) {
  .bn-guide {
    font-size: 15px;
  }

  .bn-guide .bn-hero {
    padding: 22px 18px;
    border-radius: 20px;
  }

  .bn-guide .bn-step {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .bn-guide .bn-step h3 {
    align-items: flex-start;
  }

  .bn-guide .bn-two-column {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .bn-guide .bn-figure,
  .bn-guide .bn-figure-narrow,
  .bn-guide .bn-figure-medium {
    max-width: 100%;
  }
}/* End custom CSS */