﻿:root {
  --guide-ink: #1a1f2e;
  --guide-ink-light: #4a5168;
  --guide-ink-faint: #8b93a8;
  --guide-paper: #ffffff;
  --guide-paper-warm: #f3f8ff;
  --guide-rule: rgba(26,31,46,.1);
  --guide-accent: #3f6fad;
  --guide-accent-mid: #5b86c5;
  --guide-accent-tint: rgba(63,111,173,.08);
  --guide-accent-line: rgba(63,111,173,.24);
  --guide-blue-soft: #f3f8ff;
  --guide-ok: #1a6641;
  --guide-warn: #7a5a10;
  --guide-serif: 'Lora', Georgia, serif;
  --guide-sans: 'DM Sans', system-ui, sans-serif;
}

html { scroll-behavior: smooth; }

body.guide-theme {
  font-family: var(--guide-sans);
  font-weight: 300;
  color: var(--guide-ink);
  background: #ffffff;
}

body.guide-theme::before,
body.guide-theme::after {
  display: none !important;
}

body.guide-theme a {
  color: var(--guide-accent);
  text-underline-offset: 3px;
}

body.guide-theme .guide-topbar,
body.guide-theme .topbar {
  position: sticky;
  top: 0;
  z-index: 90;
  min-height: 58px;
  padding: 0 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid var(--guide-accent-line);
  backdrop-filter: blur(12px);
}

body.guide-theme .guide-topbar__brand,
body.guide-theme .topbar-brand {
  color: var(--guide-accent);
  font-family: var(--guide-sans);
  font-size: 18px;
  font-weight: 800;
  letter-spacing: -.02em;
  text-decoration: none;
  white-space: nowrap;
}

body.guide-theme .guide-topbar__nav,
body.guide-theme .topbar-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 8px;
}

body.guide-theme .guide-topbar__nav a,
body.guide-theme .topbar-nav a {
  padding: 8px 10px;
  border-radius: 999px;
  color: var(--guide-ink-light);
  font-family: var(--guide-sans);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: background .15s ease, color .15s ease;
}

body.guide-theme .guide-topbar__nav a:hover,
body.guide-theme .topbar-nav a:hover {
  color: var(--guide-accent);
  background: var(--guide-accent-tint);
}

#progress {
  position: fixed;
  top: 0;
  left: 0;
  width: 0%;
  height: 2px;
  background: var(--guide-accent);
  z-index: 1000;
  transition: width .1s linear;
}

body.guide-theme .page {
  width: min(960px, calc(100% - 32px));
  margin: 34px auto 48px;
  padding: 48px clamp(22px, 4vw, 56px) 78px;
  border-radius: 0;
  background: #ffffff;
  border-top: 1px solid rgba(63,111,173,.14);
  border-right: 1px solid rgba(63,111,173,.12);
  border-bottom: 1px solid rgba(63,111,173,.14);
  border-left: 1px solid rgba(63,111,173,.12);
  box-shadow: none;
}

body.guide-theme .panel > *:not(.cta-row):not(.links),
body.guide-theme .article-copy,
body.guide-theme .article-aside,
body.guide-theme .highlight-box,
body.guide-theme .footer-note {
  max-width: none;
}

body.guide-theme .panel p,
body.guide-theme .panel ul,
body.guide-theme .panel ol,
body.guide-theme .panel table,
body.guide-theme .article-copy p {
  width: 100%;
}

body.guide-theme .article-grid {
  grid-template-columns: 1fr !important;
  gap: 18px !important;
}

body.guide-theme .article-aside {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)) !important;
  gap: 16px !important;
}

body.guide-theme .trust-row,
body.guide-theme .case-grid,
body.guide-theme .mistakes-grid,
body.guide-theme .mentions-grid,
body.guide-theme .steps-grid {
  gap: 24px !important;
  margin-top: 26px !important;
}

body.guide-theme .hero,
body.guide-theme .panel {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

body.guide-theme .hero {
  padding: clamp(18px, 3vw, 34px) 0 clamp(42px, 5vw, 64px) !important;
  border-bottom: 1px solid var(--guide-rule) !important;
}

body.guide-theme .hero::after { display: none !important; }

body.guide-theme .hero-copy {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  text-align: center;
}

body.guide-theme .eyebrow,
body.guide-theme .tag,
body.guide-theme .section-label {
  display: inline-flex;
  align-items: center;
  width: auto;
  padding: 4px 10px;
  border: 1px solid var(--guide-accent-line);
  border-radius: 2px;
  background: var(--guide-accent-tint);
  color: var(--guide-accent);
  font-family: var(--guide-sans);
  font-size: 10px;
  font-weight: 500;
  letter-spacing: .12em;
  text-transform: uppercase;
}

body.guide-theme .hero .eyebrow,
body.guide-theme .hero .tag,
body.guide-theme .hero .section-label {
  margin-left: 0;
  margin-right: auto;
  background: #ffffff;
  border-color: rgba(63,111,173,.24);
  box-shadow: 0 8px 22px rgba(26,31,46,.06);
}

body.guide-theme .hero-copy > .eyebrow,
body.guide-theme .hero-copy > .tag,
body.guide-theme .hero-copy > .section-label {
  display: flex;
  width: fit-content;
}

body.guide-theme .hero-copy:has(> .eyebrow),
body.guide-theme .hero-copy:has(> .tag),
body.guide-theme .hero-copy:has(> .section-label) {
  text-align: left;
}

body.guide-theme .hero-copy h1,
body.guide-theme .hero-copy p,
body.guide-theme .hero-copy .hero-points,
body.guide-theme .hero-copy .cta-row,
body.guide-theme .hero-copy .links {
  text-align: center;
}

body.guide-theme h1,
body.guide-theme .hero h1 {
  max-width: 980px;
  margin: 20px auto 22px;
  color: var(--guide-ink);
  font-family: var(--guide-serif);
  font-size: clamp(34px, 5.2vw, 60px);
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: -.025em;
  text-align: center;
}

body.guide-theme h2,
body.guide-theme .panel h2 {
  color: var(--guide-ink);
  font-family: var(--guide-serif);
  font-size: clamp(27px, 3vw, 36px);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: -.01em;
}

body.guide-theme h3,
body.guide-theme .panel h3 {
  color: var(--guide-ink);
  font-family: var(--guide-sans);
  font-size: 17px;
  font-weight: 500;
  line-height: 1.35;
}

body.guide-theme p,
body.guide-theme li,
body.guide-theme .hero p {
  color: var(--guide-ink-light);
  font-size: 17px;
  line-height: 1.78;
}

body.guide-theme .panel p,
body.guide-theme .panel li {
  max-width: 100%;
}

body.guide-theme .hero p {
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

body.guide-theme .hero-points,
body.guide-theme .cta-row,
body.guide-theme .links {
  justify-content: center;
  gap: 18px;
}

body.guide-theme .hero-points {
  width: min(100%, 980px);
  margin-top: 28px;
  margin-bottom: 28px;
  margin-left: auto;
  margin-right: auto;
}

body.guide-theme .hero .cta-row,
body.guide-theme .hero .links {
  margin-top: 28px;
  margin-bottom: 18px;
}

body.guide-theme .hero-point,
body.guide-theme .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 220px;
  min-height: 32px;
  border-radius: 999px;
  background: var(--guide-accent-tint);
  color: var(--guide-accent);
  box-shadow: none;
  border: 1px solid var(--guide-accent-line);
  font-size: 13px;
  font-weight: 500;
  padding: 8px 18px;
}

body.guide-theme .hero-point::before,
body.guide-theme .pill::before {
  color: var(--guide-ok);
}

body.guide-theme .btn,
body.guide-theme .links a,
body.guide-theme .btn-primary,
body.guide-theme .btn-secondary,
body.guide-theme .btn-ghost {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border-radius: 999px;
  box-shadow: none;
  font-family: var(--guide-sans);
  font-weight: 500;
  text-decoration: none;
}

body.guide-theme .btn-primary,
body.guide-theme .links a:first-child {
  background: var(--guide-accent) !important;
  color: #fff !important;
  border: 1px solid var(--guide-accent) !important;
}

body.guide-theme .btn-secondary,
body.guide-theme .btn-ghost,
body.guide-theme .links a:not(:first-child) {
  background: transparent !important;
  color: var(--guide-accent) !important;
  border: 1px solid var(--guide-accent-line) !important;
}

body.guide-theme .panel {
  padding: clamp(42px, 5vw, 62px) 0 !important;
  border-bottom: 1px solid var(--guide-rule) !important;
}

body.guide-theme .hero + .panel {
  padding-top: clamp(52px, 7vw, 82px) !important;
}

body.guide-theme .panel:last-of-type { border-bottom: 0 !important; }

body.guide-theme .highlight-box,
body.guide-theme .footer-note,
body.guide-theme .example-card,
body.guide-theme .trust-card,
body.guide-theme .aside-card,
body.guide-theme .mini-card,
body.guide-theme .card,
body.guide-theme .faq-card,
body.guide-theme .faq-item,
body.guide-theme .case-card,
body.guide-theme .mistake-card,
body.guide-theme .mention-card,
body.guide-theme .step-card,
body.guide-theme .note,
body.guide-theme aside,
body.guide-theme .cta-panel,
body.guide-theme .summary-box {
  border: 1px solid var(--guide-rule) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

body.guide-theme .highlight-box,
body.guide-theme .footer-note,
body.guide-theme .note,
body.guide-theme aside,
body.guide-theme .aside-card,
body.guide-theme .summary-box,
body.guide-theme .cta-panel {
  background: var(--guide-blue-soft) !important;
  border-color: var(--guide-accent-line) !important;
}

body.guide-theme .trust-card,
body.guide-theme .case-card,
body.guide-theme .mistake-card,
body.guide-theme .mention-card,
body.guide-theme .step-card,
body.guide-theme .faq-card,
body.guide-theme .mini-card,
body.guide-theme .aside-card,
body.guide-theme .example-card,
body.guide-theme .card {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start !important;
  justify-content: flex-start !important;
  min-height: 100%;
  padding: 22px 24px !important;
  text-align: left !important;
}

body.guide-theme .trust-card strong,
body.guide-theme .trust-card h3,
body.guide-theme .case-card h3,
body.guide-theme .mistake-card h3,
body.guide-theme .mention-card h3,
body.guide-theme .step-card h3,
body.guide-theme .faq-card h3,
body.guide-theme .mini-card h3,
body.guide-theme .aside-card strong,
body.guide-theme .aside-card h3,
body.guide-theme .example-card h3,
body.guide-theme .card h3 {
  width: 100%;
  min-height: 1.4em;
  margin: 0 0 12px !important;
  text-align: left !important;
}

body.guide-theme .trust-card p,
body.guide-theme .case-card p,
body.guide-theme .mistake-card p,
body.guide-theme .mention-card p,
body.guide-theme .step-card p,
body.guide-theme .faq-card p,
body.guide-theme .mini-card p,
body.guide-theme .aside-card p,
body.guide-theme .example-card p,
body.guide-theme .card p {
  width: 100%;
  margin: 0 !important;
  text-align: left !important;
  line-height: 1.7 !important;
}

body.guide-theme .highlight-box,
body.guide-theme .footer-note,
body.guide-theme .note {
  border-left: 3px solid var(--guide-accent) !important;
}

body.guide-theme table,
body.guide-theme .data-table,
body.guide-theme .numbers-table {
  width: 100%;
  table-layout: auto;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid var(--guide-rule);
  border-bottom: 1px solid var(--guide-rule);
  background: #ffffff !important;
}

body.guide-theme th,
body.guide-theme td,
body.guide-theme .data-table th,
body.guide-theme .data-table td,
body.guide-theme .numbers-table th,
body.guide-theme .numbers-table td {
  padding: 18px 22px !important;
  border-right: 1px solid var(--guide-rule);
  border-bottom: 1px solid var(--guide-rule) !important;
  color: var(--guide-ink-light);
  font-size: 15px;
  line-height: 1.55;
  text-align: left;
  vertical-align: top;
}

body.guide-theme th,
body.guide-theme .data-table th,
body.guide-theme .numbers-table th {
  background: var(--guide-accent-tint) !important;
  color: var(--guide-ink);
  font-weight: 500;
}

body.guide-theme tr > *:last-child {
  border-right: 0;
}

body.guide-theme tr:last-child > * {
  border-bottom: 0 !important;
}

body.guide-theme .panel:has(table) {
  overflow-x: auto;
}

body.guide-theme .site-footer,
body.guide-theme footer.site-footer {
  margin-top: 12px;
  padding: 30px 0 8px;
  border-top: 1px solid var(--guide-rule);
  background: transparent;
}

body.guide-theme .site-footer.guide-footer-expanded,
body.guide-theme footer.site-footer.guide-footer-expanded {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(190px, .78fr) minmax(220px, .9fr);
  gap: 22px;
}

body.guide-theme .footer-brand strong,
body.guide-theme .footer-nav strong,
body.guide-theme .guide-help-nav strong {
  color: var(--guide-ink);
  font-family: var(--guide-serif);
  font-weight: 600;
}

body.guide-theme .footer-bottom {
  color: var(--guide-ink-faint);
}

body.guide-theme .footer-nav ul,
body.guide-theme .guide-help-nav ul {
  margin: 0;
  padding-left: 1.1rem;
}

body.guide-theme .footer-nav li + li,
body.guide-theme .guide-help-nav li + li {
  margin-top: .42rem;
}

body.guide-theme .footer-nav a,
body.guide-theme .guide-help-nav a {
  color: var(--guide-accent);
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
}

body.guide-theme .footer-nav a:hover,
body.guide-theme .guide-help-nav a:hover {
  text-decoration: underline;
}

@media (max-width: 720px) {
  body.guide-theme .guide-topbar,
  body.guide-theme .topbar {
    position: static;
    align-items: flex-start;
    flex-direction: column;
    padding: 12px 18px;
  }

  body.guide-theme .guide-topbar__nav,
  body.guide-theme .topbar-nav {
    justify-content: flex-start;
  }

  body.guide-theme .site-footer.guide-footer-expanded,
  body.guide-theme footer.site-footer.guide-footer-expanded {
    grid-template-columns: 1fr;
  }

  body.guide-theme .page {
    width: min(100% - 18px, 960px);
    margin-top: 10px;
    padding: 20px;
  }

  body.guide-theme .hero {
    padding-top: 18px !important;
  }

  body.guide-theme h1,
  body.guide-theme .hero h1 {
    font-size: 32px;
  }

  body.guide-theme p,
  body.guide-theme li,
  body.guide-theme .hero p {
    font-size: 16px;
  }

  body.guide-theme th,
  body.guide-theme td,
  body.guide-theme .numbers-table th,
  body.guide-theme .numbers-table td {
    padding: 14px 16px !important;
    font-size: 14px;
  }
}

/* Variante editoriale inspiree de difference-quittance-et-recu-loyer.html */
body.guide-theme.guide-editorial {
  --guide-ink: #18181b;
  --guide-ink-light: #3f3f46;
  --guide-ink-faint: #a1a1aa;
  --guide-paper-warm: #f7f6f3;
  --guide-rule: rgba(20,20,20,.09);
  --guide-accent-tint: rgba(63,111,173,.08);
  --guide-accent-line: rgba(63,111,173,.24);
  --guide-blue-soft: #f3f8ff;
  background: #ffffff;
}

body.guide-theme.guide-editorial .guide-topbar,
body.guide-theme.guide-editorial .topbar {
  min-height: 52px;
  border-bottom-color: rgba(20,20,20,.06);
}

body.guide-theme.guide-editorial .page {
  width: min(1060px, calc(100% - 40px));
  margin: 0 auto;
  padding: 56px clamp(20px, 4vw, 56px) 80px;
  border: 0;
  background: #ffffff;
  display: grid;
  grid-template-columns: minmax(0, 700px) minmax(180px, 1fr);
  gap: 0 56px;
  align-items: start;
}

body.guide-theme.guide-editorial .page > * {
  grid-column: 1;
}

body.guide-theme.guide-editorial .page-aside {
  grid-column: 2;
  grid-row: 1 / span 40;
  position: sticky;
  top: 72px;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

body.guide-theme.guide-editorial .hero {
  padding: 0 0 52px !important;
  border-bottom: 1px solid rgba(20,20,20,.06) !important;
}

body.guide-theme.guide-editorial .hero-copy,
body.guide-theme.guide-editorial .hero {
  max-width: 700px;
  margin-left: 0;
  margin-right: auto;
  text-align: left;
}

body.guide-theme.guide-editorial .hero-copy h1,
body.guide-theme.guide-editorial .hero h1,
body.guide-theme.guide-editorial h1 {
  max-width: 700px;
  margin: 18px 0 16px;
  font-size: clamp(28px, 4vw, 44px);
  line-height: 1.12;
  text-align: left;
}

body.guide-theme.guide-editorial .hero-copy p,
body.guide-theme.guide-editorial .hero p {
  max-width: 660px;
  margin-left: 0;
  margin-right: 0;
  color: var(--guide-ink-light);
  font-size: 17px;
  line-height: 1.74;
  text-align: left;
}

body.guide-theme.guide-editorial .hero-copy > .eyebrow,
body.guide-theme.guide-editorial .hero .eyebrow,
body.guide-theme.guide-editorial .hero .tag,
body.guide-theme.guide-editorial .hero .section-label {
  display: inline-flex;
  margin-left: 0;
  margin-right: 0;
  padding: 3px 10px;
  border-radius: 4px;
  background: var(--guide-accent-tint);
  border-color: var(--guide-accent-line);
  box-shadow: none;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: .06em;
}

body.guide-theme.guide-editorial .hero-points,
body.guide-theme.guide-editorial .hero-copy .hero-points {
  justify-content: flex-start;
  width: 100%;
  max-width: 700px;
  margin: 24px 0 28px;
}

body.guide-theme.guide-editorial .hero-point,
body.guide-theme.guide-editorial .pill {
  flex: 0 1 auto;
  min-height: 0;
  padding: 4px 12px;
  border-radius: 2px;
  background: #ffffff;
  color: #71717a;
  border: 1px solid var(--guide-rule);
  font-size: 12px;
  font-weight: 400;
}

body.guide-theme.guide-editorial .hero-point::before,
body.guide-theme.guide-editorial .pill::before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--guide-accent);
  flex-shrink: 0;
}

body.guide-theme.guide-editorial .cta-row,
body.guide-theme.guide-editorial .hero-copy .cta-row,
body.guide-theme.guide-editorial .links {
  justify-content: flex-start;
}

body.guide-theme.guide-editorial .panel {
  max-width: 700px;
  padding: 44px 0 0 !important;
  margin: 52px 0 0;
  border-bottom: 0 !important;
  border-top: 1px solid rgba(20,20,20,.06) !important;
}

body.guide-theme.guide-editorial .hero + .panel {
  padding-top: 44px !important;
  margin-top: 0;
}

body.guide-theme.guide-editorial h2,
body.guide-theme.guide-editorial .panel h2 {
  font-size: clamp(20px, 3vw, 26px);
  line-height: 1.2;
}

body.guide-theme.guide-editorial h3,
body.guide-theme.guide-editorial .panel h3 {
  font-size: 15px;
  font-weight: 600;
}

body.guide-theme.guide-editorial p,
body.guide-theme.guide-editorial li,
body.guide-theme.guide-editorial .panel p,
body.guide-theme.guide-editorial .panel li {
  color: var(--guide-ink-light);
  font-size: 15px;
  line-height: 1.76;
}

body.guide-theme.guide-editorial .article-grid {
  display: block !important;
}

body.guide-theme.guide-editorial .article-aside {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  gap: 12px !important;
  margin-top: 20px;
  background: #ffffff;
}

body.guide-theme.guide-editorial .trust-row,
body.guide-theme.guide-editorial .faq-grid,
body.guide-theme.guide-editorial .case-grid,
body.guide-theme.guide-editorial .mistakes-grid,
body.guide-theme.guide-editorial .mentions-grid,
body.guide-theme.guide-editorial .steps-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 !important;
  background: #ffffff;
}

body.guide-theme.guide-editorial .trust-card,
body.guide-theme.guide-editorial .faq-card,
body.guide-theme.guide-editorial .case-card,
body.guide-theme.guide-editorial .mistake-card,
body.guide-theme.guide-editorial .mention-card,
body.guide-theme.guide-editorial .step-card,
body.guide-theme.guide-editorial .aside-card,
body.guide-theme.guide-editorial .mini-card,
body.guide-theme.guide-editorial .card {
  border: 0 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  padding: 20px 22px !important;
}

body.guide-theme.guide-editorial .highlight-box,
body.guide-theme.guide-editorial .footer-note,
body.guide-theme.guide-editorial .note,
body.guide-theme.guide-editorial .cta-panel,
body.guide-theme.guide-editorial .summary-box {
  max-width: 700px;
  margin: 20px 0;
  padding: 16px 18px;
  border: 1px solid var(--guide-accent-line) !important;
  border-left: 0 !important;
  border-radius: 8px !important;
  background: var(--guide-blue-soft) !important;
}

body.guide-theme.guide-editorial .cta-panel {
  text-align: left !important;
}

body.guide-theme.guide-editorial table,
body.guide-theme.guide-editorial .data-table,
body.guide-theme.guide-editorial .numbers-table {
  max-width: 700px;
  margin: 24px 0;
  border: 1px solid var(--guide-rule);
  border-radius: 10px;
  overflow: hidden;
}

body.guide-theme.guide-editorial th,
body.guide-theme.guide-editorial td,
body.guide-theme.guide-editorial .data-table th,
body.guide-theme.guide-editorial .data-table td,
body.guide-theme.guide-editorial .numbers-table th,
body.guide-theme.guide-editorial .numbers-table td {
  padding: 15px 16px !important;
  font-size: 14px;
  border-color: rgba(20,20,20,.06) !important;
}

body.guide-theme.guide-editorial th,
body.guide-theme.guide-editorial .data-table th,
body.guide-theme.guide-editorial .numbers-table th {
  background: var(--guide-paper-warm) !important;
  color: #71717a;
  font-size: 10px;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.guide-theme.guide-editorial .breadcrumb {
  max-width: 700px;
  margin-bottom: 28px;
}

body.guide-theme.guide-editorial .toc-title {
  margin: 0 0 10px;
  color: var(--guide-ink-faint);
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

body.guide-theme.guide-editorial .toc-list {
  margin: 0;
  padding: 0;
  list-style: none;
  border-left: 1px solid rgba(20,20,20,.06);
}

body.guide-theme.guide-editorial .toc-list a {
  display: block;
  margin-left: -1px;
  padding: 5px 12px;
  border-left: 2px solid transparent;
  color: var(--guide-ink-faint);
  font-size: 13px;
  font-weight: 300;
  line-height: 1.4;
  text-decoration: none;
  transition: color .12s, border-color .12s;
}

body.guide-theme.guide-editorial .toc-list a:hover {
  color: var(--guide-accent);
  border-left-color: var(--guide-accent);
}

body.guide-theme.guide-editorial .toc-list a.active {
  color: var(--guide-accent);
  border-left-color: var(--guide-accent);
  font-weight: 500;
}

body.guide-theme.guide-editorial .site-footer,
body.guide-theme.guide-editorial footer.site-footer {
  max-width: 1060px;
  margin: 0 auto 48px;
  padding: 32px clamp(20px,4vw,56px);
  border-top: 1px solid rgba(20,20,20,.06);
}

@media (max-width: 720px) {
  body.guide-theme.guide-editorial .page {
    width: min(100% - 24px, 1060px);
    padding: 30px 0 56px;
    display: block;
  }

  body.guide-theme.guide-editorial .page-aside {
    display: none;
  }

  body.guide-theme.guide-editorial .trust-row,
  body.guide-theme.guide-editorial .faq-grid,
  body.guide-theme.guide-editorial .case-grid,
  body.guide-theme.guide-editorial .mistakes-grid,
  body.guide-theme.guide-editorial .mentions-grid,
  body.guide-theme.guide-editorial .steps-grid,
  body.guide-theme.guide-editorial .article-aside {
    grid-template-columns: 1fr !important;
  }
}
