.elementor-6761 .elementor-element.elementor-element-0cebbce{--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-b01b3a7 *//* External stylesheet for BetterDocs article body
   Scope: .bdg-article
*/

.bdg-article {
  --bdg-text: #233044;
  --bdg-heading: #0f172a;
  --bdg-muted: #5f6b7a;
  --bdg-line: #dbe4f0;
  --bdg-card: #ffffff;
  --bdg-soft: #f8fbff;
  --bdg-soft-2: #eef4ff;
  --bdg-accent: #4f46e5;
  --bdg-accent-2: #0ea5e9;
  --bdg-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  max-width: 920px;
  margin: 0 auto;
  color: var(--bdg-text);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Noto Sans JP", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.01em;
}

.bdg-article *,
.bdg-article *::before,
.bdg-article *::after {
  box-sizing: border-box;
}

.bdg-article h2,
.bdg-article h3 {
  scroll-margin-top: 112px;
}

.bdg-article h2 {
  margin: 56px 0 18px;
  font-size: clamp(1.55rem, 1.2rem + 1vw, 2rem);
  line-height: 1.35;
  font-weight: 800;
  color: var(--bdg-heading);
  letter-spacing: -0.02em;
}

.bdg-article h2::after {
  content: "";
  display: block;
  width: 72px;
  height: 4px;
  margin-top: 10px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--bdg-accent), var(--bdg-accent-2));
}

.bdg-article h3 {
  margin: 0 0 14px;
  padding: 16px 18px;
  border: 1px solid #dde7fb;
  border-left: 5px solid var(--bdg-accent);
  border-radius: 16px;
  background: linear-gradient(135deg, var(--bdg-soft), var(--bdg-soft-2));
  font-size: clamp(1.08rem, 1rem + 0.45vw, 1.25rem);
  line-height: 1.55;
  font-weight: 700;
  color: var(--bdg-heading);
}

.bdg-article p {
  margin: 0 0 1.2em;
}

.bdg-article .bdg-lead {
  margin: 0 0 28px;
  padding: 24px 24px 22px;
  border: 1px solid rgba(79, 70, 229, 0.16);
  border-radius: 22px;
  background:
    radial-gradient(circle at top right, rgba(14, 165, 233, 0.12), transparent 28%),
    linear-gradient(135deg, rgba(79, 70, 229, 0.08), rgba(14, 165, 233, 0.08));
  box-shadow: 0 12px 32px rgba(79, 70, 229, 0.08);
  font-size: 1.06rem;
  line-height: 1.95;
  color: #334155;
}

.bdg-article .bdg-section,
.bdg-article .bdg-step {
  margin: 0 0 30px;
}

.bdg-article .bdg-step {
  position: relative;
}

.bdg-article ul,
.bdg-article ol {
  margin: 0 0 22px;
  padding: 18px 24px 18px 44px;
  border: 1px solid var(--bdg-line);
  border-radius: 18px;
  background: var(--bdg-soft);
}

.bdg-article li + li {
  margin-top: 10px;
}

.bdg-article li::marker {
  color: var(--bdg-accent);
  font-weight: 700;
}

.bdg-article strong {
  color: var(--bdg-heading);
  font-weight: 700;
}

.bdg-article .bdg-figure {
  margin: 22px 0 0;
  padding: 14px;
  border: 1px solid var(--bdg-line);
  border-radius: 22px;
  background: var(--bdg-card);
  box-shadow: var(--bdg-shadow);
  overflow: hidden;
}

.bdg-article .bdg-figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  border: 1px solid #d9e3f0;
  border-radius: 14px;
}

.bdg-article .bdg-caption {
  margin: 14px 0 2px;
  font-size: 0.94rem;
  line-height: 1.7;
  text-align: center;
  color: var(--bdg-muted);
}

.bdg-article .bdg-note,
.bdg-article .bdg-reset,
.bdg-article .bdg-trouble {
  padding: 2px 0;
}

.bdg-article .bdg-note p,
.bdg-article .bdg-reset p,
.bdg-article .bdg-trouble p {
  margin-bottom: 0;
}

.bdg-article a {
  color: var(--bdg-accent);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.bdg-article code {
  padding: 0.15em 0.45em;
  border-radius: 8px;
  background: #eef2ff;
  color: #312e81;
  font-size: 0.94em;
}

.bdg-article hr {
  margin: 36px 0;
  border: 0;
  border-top: 1px solid var(--bdg-line);
}

@media (max-width: 768px) {
  .bdg-article {
    font-size: 15px;
    line-height: 1.85;
  }

  .bdg-article h2 {
    margin-top: 44px;
  }

  .bdg-article h3 {
    padding: 14px 15px;
  }

  .bdg-article .bdg-lead,
  .bdg-article ul,
  .bdg-article ol,
  .bdg-article .bdg-figure {
    padding-left: 16px;
    padding-right: 16px;
  }

  .bdg-article ul,
  .bdg-article ol {
    padding-left: 36px;
  }
}

@media (prefers-color-scheme: dark) {
  .bdg-article {
    --bdg-text: #dbe5f3;
    --bdg-heading: #f8fbff;
    --bdg-muted: #a9b7c8;
    --bdg-line: #304055;
    --bdg-card: #101927;
    --bdg-soft: #101826;
    --bdg-soft-2: #122033;
    --bdg-shadow: 0 18px 48px rgba(2, 8, 23, 0.45);
  }

  .bdg-article .bdg-lead {
    color: #dbe5f3;
    border-color: rgba(125, 211, 252, 0.18);
    box-shadow: 0 12px 32px rgba(2, 8, 23, 0.32);
  }

  .bdg-article .bdg-figure img {
    border-color: #304055;
  }

  .bdg-article code {
    background: #1e293b;
    color: #c7d2fe;
  }
}/* End custom CSS */