.elementor-8499 .elementor-element.elementor-element-21fadecf{--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-4f18c6ec *//* =========================================
   BetterDocs custom article style
   namespace: .bn-guide
========================================= */

.bn-guide {
  --bn-text: #1f2937;
  --bn-muted: #6b7280;
  --bn-heading: #0f172a;
  --bn-border: #e5e7eb;
  --bn-border-strong: #cbd5e1;
  --bn-bg-soft: #f8fafc;
  --bn-bg-card: #ffffff;
  --bn-primary: #2563eb;
  --bn-primary-dark: #1d4ed8;
  --bn-primary-soft: #eff6ff;
  --bn-important-bg: #eff6ff;
  --bn-important-border: #93c5fd;
  --bn-warning-bg: #fffaf0;
  --bn-warning-border: #f6c56f;
  --bn-success: #16a34a;
  --bn-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --bn-shadow-soft: 0 8px 24px rgba(15, 23, 42, 0.05);
  --bn-radius-xl: 24px;
  --bn-radius-lg: 18px;
  --bn-radius-md: 14px;
  --bn-radius-sm: 10px;

  color: var(--bn-text);
  font-size: 16px;
  line-height: 1.85;
}

.bn-guide *,
.bn-guide *::before,
.bn-guide *::after {
  box-sizing: border-box;
}

.bn-guide img {
  display: block;
  max-width: 100%;
  height: auto;
}

.bn-guide p {
  margin: 0 0 1.1em;
}

.bn-guide p:last-child {
  margin-bottom: 0;
}

.bn-guide strong {
  color: var(--bn-heading);
  font-weight: 700;
}

.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 h2 {
  font-size: clamp(1.45rem, 2.2vw, 1.9rem);
  font-weight: 800;
  margin-top: 0;
}

.bn-guide h3 {
  font-size: clamp(1.08rem, 1.7vw, 1.25rem);
  font-weight: 700;
}

.bn-guide code {
  display: inline-block;
  background: #f3f4f6;
  color: #111827;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 0.12em 0.5em;
  font-size: 0.92em;
  line-height: 1.5;
  word-break: break-word;
}

.bn-guide ul,
.bn-guide ol {
  margin: 0;
  padding: 0;
}

.bn-guide .bn-section {
  margin: 0 0 42px;
}

.bn-guide .bn-intro-panel {
  background: linear-gradient(135deg, #f8fbff 0%, #eef4ff 100%);
  border: 1px solid #dbeafe;
  border-radius: var(--bn-radius-xl);
  padding: 24px 22px;
  margin: 0 0 32px;
  box-shadow: var(--bn-shadow);
}

.bn-guide .bn-intro-label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(37, 99, 235, 0.08);
  color: var(--bn-primary);
  border-radius: 999px;
  padding: 6px 12px;
  font-size: 0.85rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 12px;
}

.bn-guide .bn-intro-text {
  font-size: 1.02rem;
  color: #334155;
  margin-bottom: 0;
}

.bn-guide .bn-card {
  background: var(--bn-bg-card);
  border: 1px solid var(--bn-border);
  border-radius: var(--bn-radius-lg);
  padding: 18px;
  box-shadow: var(--bn-shadow-soft);
  margin: 16px 0;
}

.bn-guide .bn-callout {
  border-radius: var(--bn-radius-lg);
  padding: 18px;
  margin-top: 18px;
}

.bn-guide .bn-callout-info {
  background: var(--bn-primary-soft);
  border: 1px solid #bfdbfe;
}

.bn-guide .bn-callout-important {
  background: var(--bn-important-bg);
  border: 1px solid var(--bn-important-border);
}

.bn-guide .bn-callout-warning {
  background: var(--bn-warning-bg);
  border: 1px solid var(--bn-warning-border);
}

.bn-guide .bn-callout-title {
  font-size: 1rem;
  font-weight: 800;
  color: var(--bn-heading);
  margin-bottom: 8px;
}

.bn-guide .bn-check-list li,
.bn-guide .bn-dot-list li,
.bn-guide .bn-note-list li {
  list-style: none;
  position: relative;
  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.02em;
  color: var(--bn-success);
  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.82em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--bn-primary);
}

.bn-guide .bn-number-list {
  counter-reset: item;
  margin: 10px 0 0;
}

.bn-guide .bn-number-list li {
  list-style: none;
  position: relative;
  padding-left: 2.2em;
}

.bn-guide .bn-number-list li + li {
  margin-top: 12px;
}

.bn-guide .bn-number-list li::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0.1em;
  width: 1.55em;
  height: 1.55em;
  border-radius: 999px;
  background: #dbeafe;
  color: var(--bn-primary-dark);
  font-size: 0.82rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.bn-guide .bn-steps {
  margin-top: 8px;
}

.bn-guide .bn-step {
  background: var(--bn-bg-card);
  border: 1px solid var(--bn-border);
  border-radius: 22px;
  padding: 22px 22px 20px;
  box-shadow: var(--bn-shadow-soft);
}

.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;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--bn-primary) 0%, var(--bn-primary-dark) 100%);
  color: #ffffff;
  font-size: 0.95rem;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(37, 99, 235, 0.24);
}

.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-small {
  max-width: 760px;
}

.bn-guide .bn-figure-medium {
  max-width: 1100px;
}

.bn-guide .bn-faq-list {
  display: grid;
  gap: 18px;
}

.bn-guide .bn-faq-item {
  background: var(--bn-bg-card);
  border: 1px solid var(--bn-border);
  border-radius: 18px;
  padding: 20px 20px 18px;
  box-shadow: var(--bn-shadow-soft);
}

.bn-guide .bn-faq-item h3 {
  margin-bottom: 12px;
}

.bn-guide .bn-history {
  margin-top: 0;
}

.bn-guide a {
  color: var(--bn-primary);
  text-decoration: none;
}

.bn-guide a:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .bn-guide {
    font-size: 15px;
    line-height: 1.8;
  }

  .bn-guide .bn-intro-panel {
    padding: 20px 16px;
    border-radius: 20px;
  }

  .bn-guide .bn-step,
  .bn-guide .bn-faq-item {
    padding: 18px 16px;
    border-radius: 18px;
  }

  .bn-guide .bn-step h3 {
    align-items: flex-start;
  }

  .bn-guide .bn-figure-small,
  .bn-guide .bn-figure-medium {
    max-width: 100%;
  }

  .bn-guide code {
    white-space: normal;
  }
}/* End custom CSS */