.elementor-6106 .elementor-element.elementor-element-48346db4{--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 );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-33f5a5be *//* =========================================
   BetterDocs / WordPress article styling
   Scope: .fw-doc
========================================= */

.fw-doc {
  --fw-bg: #ffffff;
  --fw-bg-soft: #f7f9fc;
  --fw-bg-accent: linear-gradient(135deg, #f5f9ff 0%, #eef4ff 100%);
  --fw-text: #1f2937;
  --fw-text-soft: #5b6475;
  --fw-heading: #0f172a;
  --fw-border: #e5eaf2;
  --fw-primary: #2563eb;
  --fw-primary-soft: #dbeafe;
  --fw-success: #059669;
  --fw-success-soft: #ecfdf5;
  --fw-warning: #d97706;
  --fw-warning-soft: #fff7ed;
  --fw-danger: #dc2626;
  --fw-danger-soft: #fef2f2;
  --fw-info: #0284c7;
  --fw-info-soft: #f0f9ff;
  --fw-shadow-sm: 0 6px 18px rgba(15, 23, 42, 0.05);
  --fw-shadow-md: 0 16px 40px rgba(15, 23, 42, 0.08);
  --fw-radius-sm: 12px;
  --fw-radius-md: 18px;
  --fw-radius-lg: 24px;
  --fw-max-width: 980px;

  color: var(--fw-text);
  font-size: 16px;
  line-height: 1.85;
  max-width: var(--fw-max-width);
  margin: 0 auto;
  word-break: break-word;
}

.fw-doc *,
.fw-doc *::before,
.fw-doc *::after {
  box-sizing: border-box;
}

.fw-doc a {
  color: var(--fw-primary);
  text-decoration: none;
  font-weight: 600;
}

.fw-doc a:hover {
  text-decoration: underline;
}

.fw-doc p,
.fw-doc ul,
.fw-doc ol,
.fw-doc figure,
.fw-doc blockquote {
  margin: 0 0 1.2rem;
}

.fw-doc h1,
.fw-doc h2,
.fw-doc h3 {
  color: var(--fw-heading);
  line-height: 1.35;
  margin: 0 0 0.9rem;
  font-weight: 800;
  letter-spacing: -0.02em;
}

.fw-doc h1 {
  font-size: clamp(2rem, 4vw, 2.8rem);
}

.fw-doc h2 {
  font-size: clamp(1.45rem, 2.5vw, 1.9rem);
  margin-bottom: 1rem;
  padding-bottom: 0.65rem;
  border-bottom: 1px solid var(--fw-border);
}

.fw-doc h3 {
  font-size: 1.08rem;
}

.fw-doc code {
  display: inline-block;
  padding: 0.15em 0.5em;
  border-radius: 8px;
  background: #f1f5f9;
  color: #0f172a;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.92em;
  line-height: 1.5;
}

.fw-doc img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
  border: 1px solid var(--fw-border);
  box-shadow: var(--fw-shadow-sm);
}

.fw-doc__hero {
  margin-bottom: 2rem;
}

.fw-doc__hero-inner {
  padding: 2rem;
  background: var(--fw-bg-accent);
  border: 1px solid #dbe7ff;
  border-radius: var(--fw-radius-lg);
  box-shadow: var(--fw-shadow-md);
}

.fw-doc__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  margin-bottom: 0.9rem;
  padding: 0.4rem 0.8rem;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.1);
  color: var(--fw-primary);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.fw-doc__title {
  margin-bottom: 1rem;
}

.fw-doc__lead {
  font-size: 1.05rem;
  color: var(--fw-text);
  margin-bottom: 1.25rem;
}

.fw-doc__section {
  margin-bottom: 2.5rem;
  padding: 1.5rem 1.5rem 1.75rem;
  background: var(--fw-bg);
  border: 1px solid var(--fw-border);
  border-radius: var(--fw-radius-md);
  box-shadow: var(--fw-shadow-sm);
}

.fw-doc__toc {
  margin-top: 1.4rem;
  padding: 1rem 1.1rem;
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid #d9e3f3;
  border-radius: 16px;
  backdrop-filter: blur(4px);
}

.fw-doc__toc-title {
  margin-bottom: 0.75rem;
  font-weight: 800;
  color: var(--fw-heading);
}

.fw-doc__toc ul {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.65rem 1rem;
  padding-left: 1.1rem;
  margin-bottom: 0;
}

.fw-doc__toc li {
  margin: 0;
}

.fw-doc__grid {
  display: grid;
  gap: 1rem;
}

.fw-doc__grid--3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.fw-doc__card {
  padding: 1.2rem;
  background: var(--fw-bg-soft);
  border: 1px solid var(--fw-border);
  border-radius: 16px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
}

.fw-doc__card h3 {
  margin-bottom: 0.45rem;
}

.fw-doc__card p {
  margin-bottom: 0;
  color: var(--fw-text-soft);
}

.fw-doc__steps {
  counter-reset: step;
  list-style: none;
  padding-left: 0;
  margin: 0 0 1.2rem;
}

.fw-doc__steps li {
  position: relative;
  margin-bottom: 0.9rem;
  padding: 1rem 1rem 1rem 3.4rem;
  background: var(--fw-bg-soft);
  border: 1px solid var(--fw-border);
  border-radius: 14px;
}

.fw-doc__steps li::before {
  counter-increment: step;
  content: counter(step);
  position: absolute;
  top: 0.95rem;
  left: 1rem;
  display: grid;
  place-items: center;
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 999px;
  background: var(--fw-primary);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 700;
}

.fw-doc__checklist {
  list-style: none;
  padding-left: 0;
}

.fw-doc__checklist li {
  position: relative;
  margin-bottom: 0.75rem;
  padding: 0.95rem 1rem 0.95rem 2.8rem;
  background: #fbfcfe;
  border: 1px solid var(--fw-border);
  border-radius: 14px;
}

.fw-doc__checklist li::before {
  content: "✓";
  position: absolute;
  top: 0.92rem;
  left: 1rem;
  color: var(--fw-success);
  font-weight: 800;
}

.fw-doc__definition-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  margin-bottom: 1.25rem;
}

.fw-doc__definition-item {
  padding: 1rem 1.1rem;
  background: linear-gradient(180deg, #ffffff 0%, #f8fbff 100%);
  border: 1px solid var(--fw-border);
  border-radius: 16px;
}

.fw-doc__definition-item h3 {
  margin-bottom: 0.45rem;
  font-size: 1rem;
}

.fw-doc__definition-item p {
  margin-bottom: 0;
  color: var(--fw-text-soft);
}

.fw-doc__figure {
  margin-top: 1rem;
  margin-bottom: 0;
}

.fw-doc__figure figcaption {
  margin-top: 0.75rem;
  color: var(--fw-text-soft);
  font-size: 0.95rem;
}

.fw-doc__alert {
  margin: 1rem 0 1.2rem;
  padding: 1rem 1.1rem;
  border-radius: 16px;
  border: 1px solid transparent;
}

.fw-doc__alert strong {
  color: inherit;
}

.fw-doc__alert--info {
  background: var(--fw-info-soft);
  border-color: #bae6fd;
  color: #0c4a6e;
}

.fw-doc__alert--warning {
  background: var(--fw-warning-soft);
  border-color: #fed7aa;
  color: #9a3412;
}

.fw-doc__alert--danger {
  background: var(--fw-danger-soft);
  border-color: #fecaca;
  color: #991b1b;
}

.fw-doc__alert--tip {
  background: var(--fw-success-soft);
  border-color: #a7f3d0;
  color: #065f46;
}

.fw-doc__code-list {
  display: grid;
  gap: 0.85rem;
  margin-bottom: 1rem;
}

.fw-doc__code-item {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.1rem;
  background: #fbfcff;
  border: 1px solid var(--fw-border);
  border-radius: 14px;
}

.fw-doc__code-label {
  min-width: 12rem;
  font-weight: 700;
  color: var(--fw-heading);
}

.fw-doc__faq {
  padding: 1.2rem;
  background: linear-gradient(180deg, #fff 0%, #fafbff 100%);
  border: 1px solid var(--fw-border);
  border-radius: 16px;
}

.fw-doc__faq ul {
  margin-bottom: 0;
}

.fw-doc strong {
  color: var(--fw-heading);
}

.fw-doc hr {
  border: 0;
  border-top: 1px solid var(--fw-border);
  margin: 2rem 0;
}

/* Responsive */
@media (max-width: 900px) {
  .fw-doc__grid--3,
  .fw-doc__definition-grid,
  .fw-doc__toc ul {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .fw-doc {
    font-size: 15px;
  }

  .fw-doc__hero-inner,
  .fw-doc__section {
    padding: 1.2rem;
  }

  .fw-doc__steps li {
    padding: 0.95rem 0.95rem 0.95rem 3rem;
  }

  .fw-doc__steps li::before {
    left: 0.9rem;
    width: 1.7rem;
    height: 1.7rem;
  }

  .fw-doc__code-label {
    min-width: auto;
    width: 100%;
  }
}/* End custom CSS */