/* Conduyt vs GoHighLevel — capability-matched comparison, 2026-09-20. */
.ghlv {
  --ghlv-navy: #0C1225;
  --ghlv-ink: #2E3B5B;
  --ghlv-copy: #545D7D;
  --ghlv-muted: #626D8A;
  --ghlv-paper: #F7F6F2;
  --ghlv-line: rgba(46, 59, 91, 0.10);
  --ghlv-green: #22F5A4;
  --ghlv-green-dark: #087A4E;
  --ghlv-cyan: #43DFF6;
  --ghlv-purple: #956EFA;
  --ghlv-ghl: #4353FF;
  background: var(--ghlv-paper);
  color: var(--ghlv-ink);
  min-height: 100vh;
  overflow-x: clip;
}

.ghlv *,
.ghlv *::before,
.ghlv *::after { box-sizing: border-box; }

.ghlv-shell { max-width: 1180px; margin: 0 auto; padding: 0 32px; }
.ghlv h1,
.ghlv h2,
.ghlv h3 { font-family: 'Sora', sans-serif; text-wrap: balance; }
.ghlv p { text-wrap: pretty; }

.ghlv-bread { padding-top: 96px; }
.ghlv-bread ol {
  display: flex; flex-wrap: wrap; gap: 8px; align-items: center;
  list-style: none; margin: 0; padding: 0;
  color: var(--ghlv-muted); font-size: 13px;
}
.ghlv-bread a { color: inherit; text-decoration: none; }
.ghlv-bread a:hover { color: var(--ghlv-ink); }

.ghlv-hero {
  display: grid; grid-template-columns: minmax(0, 1.32fr) minmax(310px, 0.68fr);
  gap: clamp(40px, 7vw, 88px); align-items: center;
  padding: 68px 0 104px; position: relative;
}
.ghlv-hero::before {
  content: ''; position: absolute; z-index: 0; pointer-events: none;
  width: 620px; height: 620px; border-radius: 50%; right: -280px; top: -210px;
  background: radial-gradient(circle, rgba(67,223,246,.14), rgba(149,110,250,.09) 42%, transparent 70%);
  filter: blur(14px);
}
.ghlv-hero > * { position: relative; z-index: 1; }
.ghlv-eyebrow,
.ghlv-kicker,
.ghlv-fit-kicker,
.ghlv-scenario-num,
.ghlv-cap-group,
.ghlv-choice,
.ghlv-source-strip span {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase;
}
.ghlv-eyebrow { display: flex; align-items: center; gap: 9px; color: var(--ghlv-muted); margin: 0 0 24px; }
.ghlv-eyebrow span { width: 8px; height: 8px; border-radius: 50%; background: var(--ghlv-ghl); box-shadow: 0 0 0 5px rgba(67,83,255,.09); }
.ghlv-hero h1 {
  font-size: clamp(46px, 5.7vw, 72px); line-height: 1.01; letter-spacing: -.045em;
  max-width: 13ch; margin: 0 0 24px; color: var(--ghlv-ink);
}
.ghlv-hero h1 span {
  background: linear-gradient(100deg, var(--ghlv-green-dark), #148EA5, var(--ghlv-purple));
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.ghlv-lede { max-width: 62ch; margin: 0; font-size: 20px; line-height: 1.55; color: var(--ghlv-copy); }
.ghlv-honesty { max-width: 66ch; margin: 16px 0 0; font-size: 15px; line-height: 1.65; color: var(--ghlv-muted); }
.ghlv-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; margin-top: 30px; }
.ghlv-button {
  min-height: 48px; display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  padding: 13px 22px; border-radius: 12px; border: 1px solid transparent;
  font: 700 15px/1.2 'Geist', sans-serif; text-decoration: none;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease, background .2s ease;
}
.ghlv-button:hover { transform: translateY(-2px); }
.ghlv-button:active { transform: translateY(0) scale(.985); }
.ghlv-button:focus-visible,
.ghlv-text-link:focus-visible,
.ghlv summary:focus-visible,
.ghlv a:focus-visible { outline: 3px solid rgba(67,83,255,.35); outline-offset: 3px; }
.ghlv-button--primary { color: var(--ghlv-navy); background: linear-gradient(100deg, var(--ghlv-green), var(--ghlv-cyan)); box-shadow: 0 8px 26px -14px rgba(15,174,112,.75); }
.ghlv-button--secondary { color: var(--ghlv-ink); background: #fff; border-color: rgba(46,59,91,.14); }
.ghlv-button--secondary:hover { border-color: rgba(46,59,91,.3); }
.ghlv-button--dark { color: #fff; background: rgba(255,255,255,.06); border-color: rgba(255,255,255,.16); }
.ghlv-button--dark:hover { background: rgba(255,255,255,.1); border-color: rgba(255,255,255,.28); }
.ghlv-text-link { color: var(--ghlv-green-dark); font-size: 14px; font-weight: 650; text-underline-offset: 4px; }
.ghlv-fine { margin: 11px 0 0; color: var(--ghlv-muted); font: 11px/1.5 'JetBrains Mono', monospace; letter-spacing: .03em; }

.ghlv-fit {
  background: var(--ghlv-navy); color: #E9ECF5; border-radius: 22px;
  padding: 30px; box-shadow: 0 30px 70px -42px rgba(12,18,37,.75);
  transform: rotate(1.25deg);
}
.ghlv-fit > * { transform: rotate(-1.25deg); }
.ghlv-fit-kicker { margin: 0 0 14px; color: var(--ghlv-green); }
.ghlv-fit-row { display: flex; justify-content: space-between; gap: 18px; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.09); font-size: 14px; }
.ghlv-fit-row span { color: #ADB5C9; }
.ghlv-fit-row strong { text-align: right; }
.ghlv-fit-ghl { color: #A9B1FF; }
.ghlv-fit-conduyt { color: var(--ghlv-green); }
.ghlv-fit-note { color: #ADB5C9; font-size: 12px; line-height: 1.55; margin: 20px 0 0; }

.ghlv-section { padding: 96px 0; border-top: 1px solid var(--ghlv-line); }
.ghlv-section-head { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 42px; margin-bottom: 48px; }
.ghlv-kicker { color: var(--ghlv-green-dark); margin: 7px 0 0; }
.ghlv-section-head h2,
.ghlv-fit-test h2,
.ghlv-ledger h2 {
  margin: 0; max-width: 18ch; font-size: clamp(34px, 4.2vw, 52px); line-height: 1.08; letter-spacing: -.035em;
}
.ghlv-section-head > div > p { max-width: 65ch; margin: 16px 0 0; color: var(--ghlv-copy); font-size: 16px; line-height: 1.65; }

.ghlv-scenario-table { border-top: 1px solid rgba(46,59,91,.18); }
.ghlv-scenario-row { display: grid; grid-template-columns: 1.18fr 1fr 1fr .56fr; gap: 0; align-items: stretch; border-bottom: 1px solid var(--ghlv-line); }
.ghlv-scenario-row > div { min-width: 0; padding: 28px 22px; border-right: 1px solid var(--ghlv-line); }
.ghlv-scenario-row > div:first-child { padding-left: 0; }
.ghlv-scenario-row > div:last-child { padding-right: 0; border-right: 0; display: flex; align-items: center; }
.ghlv-scenario-header > div { padding-top: 13px; padding-bottom: 13px; color: var(--ghlv-muted); font: 700 9px/1.4 'JetBrains Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
.ghlv-scenario-row--focus { background: linear-gradient(90deg, rgba(34,245,164,.045), rgba(67,223,246,.025)); }
.ghlv-scenario-num { display: inline-block; color: var(--ghlv-green-dark); margin-bottom: 10px; }
.ghlv-scenario-row h3 { margin: 0 0 8px; font-size: 18px; line-height: 1.25; }
.ghlv-scenario-row p { margin: 0; color: var(--ghlv-copy); font-size: 13px; line-height: 1.6; }
.ghlv-scenario-row strong { display: block; margin-bottom: 8px; color: var(--ghlv-ink); font-family: 'Sora', sans-serif; font-size: 17px; }
.ghlv-verdict { display: inline-flex; padding: 7px 9px; border-radius: 8px; font: 700 10px/1.3 'JetBrains Mono', monospace; letter-spacing: .05em; text-transform: uppercase; }
.ghlv-verdict--ghl { color: #3140D4; background: rgba(67,83,255,.10); }
.ghlv-verdict--conduyt { color: #087A4E; background: rgba(34,245,164,.16); }
.ghlv-verdict--depends { color: #6651A8; background: rgba(149,110,250,.12); }
.ghlv-scenario-mobile { display: none; }

.ghlv-ledger {
  display: grid; grid-template-columns: .72fr 1.28fr; gap: 52px;
  margin: 24px 0 104px; padding: 58px; border-radius: 24px;
  background: var(--ghlv-navy); color: #E9ECF5; position: relative; overflow: hidden;
}
.ghlv-ledger::before {
  content: ''; position: absolute; width: 520px; height: 520px; right: -220px; top: -280px;
  border-radius: 50%; background: radial-gradient(circle, rgba(67,223,246,.14), rgba(149,110,250,.10) 45%, transparent 70%);
  pointer-events: none;
}
.ghlv-ledger > * { position: relative; }
.ghlv-ledger .ghlv-kicker { color: var(--ghlv-green); margin-bottom: 18px; }
.ghlv-ledger h2 { color: #fff; }
.ghlv-ledger-intro > p:not(.ghlv-kicker) { color: #ADB5C9; font-size: 15px; line-height: 1.65; margin: 18px 0 22px; }
.ghlv-ledger-intro > a { color: var(--ghlv-green); font-weight: 700; text-underline-offset: 4px; }
.ghlv-ledger-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.ghlv-ledger-col { padding: 24px; border: 1px solid rgba(255,255,255,.10); border-radius: 16px; background: rgba(255,255,255,.035); }
.ghlv-ledger-col--conduyt { border-color: rgba(34,245,164,.25); background: rgba(34,245,164,.045); }
.ghlv-ledger-name { display: flex; align-items: center; gap: 9px; margin-bottom: 15px; font: 700 15px/1.3 'Sora', sans-serif; }
.ghlv-dot { width: 9px; height: 9px; border-radius: 50%; }
.ghlv-dot--ghl { background: #7782FF; }
.ghlv-dot--conduyt { background: var(--ghlv-green); }
.ghlv-ledger ol { list-style: none; margin: 0; padding: 0; }
.ghlv-ledger li { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 16px; padding: 13px 0; border-top: 1px solid rgba(255,255,255,.08); font-size: 12px; line-height: 1.45; }
.ghlv-ledger li span { color: #ADB5C9; }
.ghlv-ledger li strong { text-align: right; color: #F4F6FB; font-weight: 600; }

.ghlv-capabilities { border-top: 1px solid rgba(46,59,91,.18); }
.ghlv-cap-row { display: grid; grid-template-columns: .85fr 1fr 1fr; border-bottom: 1px solid var(--ghlv-line); }
.ghlv-cap-row > * { min-width: 0; padding: 17px 20px; border-right: 1px solid var(--ghlv-line); font-size: 13px; line-height: 1.5; }
.ghlv-cap-row > *:first-child { padding-left: 0; color: var(--ghlv-ink); }
.ghlv-cap-row > *:last-child { border-right: 0; padding-right: 0; }
.ghlv-cap-row > span { color: var(--ghlv-copy); }
.ghlv-cap-head > span { color: var(--ghlv-muted); font: 700 9px/1.4 'JetBrains Mono', monospace; letter-spacing: .14em; text-transform: uppercase; }
.ghlv-cap-group { padding: 22px 0 8px; color: var(--ghlv-green-dark); border-bottom: 1px solid var(--ghlv-line); }
.ghlv-state { display: inline-flex; margin-right: 7px; padding: 3px 6px; border-radius: 5px; font: 700 9px/1.3 'JetBrains Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
.ghlv-state--included { color: #087A4E; background: rgba(34,245,164,.15); }
.ghlv-state--tier { color: #6651A8; background: rgba(149,110,250,.12); }
.ghlv-state--addon { color: #8D5B00; background: rgba(251,191,36,.17); }
.ghlv-state--limited { color: #59647F; background: rgba(124,134,165,.12); }

.ghlv-fit-test { padding: 80px 0 104px; border-top: 1px solid var(--ghlv-line); }
.ghlv-fit-test-head { display: grid; grid-template-columns: 200px minmax(0, 1fr); gap: 42px; margin-bottom: 50px; }
.ghlv-fit-test-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border-top: 1px solid rgba(46,59,91,.18); border-bottom: 1px solid rgba(46,59,91,.18); }
.ghlv-fit-test-cols article { padding: 36px 42px 38px 0; }
.ghlv-fit-test-cols article + article { padding-left: 42px; padding-right: 0; border-left: 1px solid var(--ghlv-line); }
.ghlv-choice { margin: 0 0 22px; }
.ghlv-choice--ghl { color: #3140D4; }
.ghlv-choice--conduyt { color: var(--ghlv-green-dark); }
.ghlv-fit-test ul { list-style: none; padding: 0; margin: 0; }
.ghlv-fit-test li { position: relative; padding: 0 0 14px 21px; color: var(--ghlv-copy); font-size: 15px; line-height: 1.55; }
.ghlv-fit-test li::before { content: ''; position: absolute; left: 0; top: .65em; width: 8px; height: 2px; background: var(--ghlv-muted); }
.ghlv-fit-test article + article li::before { background: var(--ghlv-green-dark); }

.ghlv-migration { padding: 96px 0 110px; border-top: 1px solid var(--ghlv-line); }
.ghlv-timeline { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; list-style: none; margin: 10px 0 0; padding: 0; counter-reset: none; }
.ghlv-timeline li { position: relative; display: grid; grid-template-columns: 42px minmax(0, 1fr); gap: 13px; padding-right: 24px; }
.ghlv-timeline li::after { content: ''; position: absolute; left: 42px; right: 0; top: 17px; height: 1px; background: linear-gradient(90deg, var(--ghlv-green-dark), rgba(46,59,91,.12)); }
.ghlv-timeline li:last-child::after { display: none; }
.ghlv-timeline li > span { z-index: 1; display: flex; align-items: center; justify-content: center; width: 34px; height: 34px; border-radius: 50%; background: var(--ghlv-paper); border: 1px solid rgba(15,174,112,.35); color: var(--ghlv-green-dark); font: 700 10px/1 'JetBrains Mono', monospace; }
.ghlv-timeline h3 { margin: 5px 0 9px; font-size: 16px; }
.ghlv-timeline p { margin: 0; color: var(--ghlv-copy); font-size: 13px; line-height: 1.55; }

.ghlv-source-strip { display: flex; justify-content: space-between; gap: 28px; align-items: center; padding: 21px 0 104px; border-top: 1px solid var(--ghlv-line); }
.ghlv-source-strip > div { display: flex; flex-direction: column; gap: 4px; }
.ghlv-source-strip span { color: var(--ghlv-muted); }
.ghlv-source-strip strong { font-size: 13px; }
.ghlv-source-strip nav { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 8px 16px; }
.ghlv-source-strip a { color: var(--ghlv-copy); font-size: 12px; text-underline-offset: 3px; }
.ghlv-source-strip a:hover { color: var(--ghlv-green-dark); }

.ghlv + .cfaq { margin-top: 0; }
.ghlv .cfaq { margin-top: 0; }
.ghlv .cfaq-md .md-glabel,
.ghlv .cfaq-md .md-glabel .gc,
.ghlv .cfaq-md .md-detail .nav-hint,
.ghlv .cfaq-md .md-empty { color: #59647F; }
.ghlv .cfaq-md .md-detail .dcat { color: var(--ghlv-green-dark); }
.ghlv .cfaq-md .md-search input::placeholder { color: var(--ghlv-muted); }

.ghlv-final { max-width: 1080px; margin: 0 auto 84px; padding: 76px 54px 82px; border-radius: 24px; background: var(--ghlv-navy); color: #fff; text-align: center; position: relative; overflow: hidden; }
.ghlv-final::before { content: ''; position: absolute; inset: -40% 10% auto; height: 420px; background: radial-gradient(circle, rgba(34,245,164,.16), rgba(67,223,246,.10) 40%, transparent 70%); pointer-events: none; }
.ghlv-final > * { position: relative; }
.ghlv-final .ghlv-kicker { color: var(--ghlv-green); margin: 0 0 18px; }
.ghlv-final h2 { max-width: 16ch; margin: 0 auto 16px; color: #fff; font-size: clamp(36px, 4.5vw, 52px); line-height: 1.08; letter-spacing: -.035em; }
.ghlv-final > p:not(.ghlv-kicker) { max-width: 58ch; margin: 0 auto; color: #ADB5C9; font-size: 16px; line-height: 1.65; }
.ghlv-actions--center { justify-content: center; }

.ghlv-related { max-width: 1080px; margin: 0 auto; padding: 0 32px 96px; }
.ghlv-related h2 { font-size: 21px; margin-bottom: 18px; }
.ghlv-related > div { display: flex; flex-wrap: wrap; gap: 10px; }
.ghlv-related a { min-height: 44px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 13px; border: 1px solid var(--ghlv-line); border-radius: 9px; color: var(--ghlv-copy); font-size: 13px; text-decoration: none; background: #fff; }
.ghlv-related a:hover { border-color: rgba(46,59,91,.25); color: var(--ghlv-ink); }
.ghlv-related .ghlv-related-all { color: var(--ghlv-green-dark); background: transparent; border-color: transparent; font-weight: 700; }

@media (max-width: 980px) {
  .ghlv-hero { grid-template-columns: 1fr; gap: 48px; }
  .ghlv-hero h1 { max-width: 15ch; }
  .ghlv-fit { max-width: 620px; transform: none; }
  .ghlv-fit > * { transform: none; }
  .ghlv-ledger { grid-template-columns: 1fr; }
  .ghlv-section-head,
  .ghlv-fit-test-head { grid-template-columns: 150px minmax(0, 1fr); gap: 28px; }
  .ghlv-scenario-row { grid-template-columns: 1.05fr 1fr 1fr .58fr; }
  .ghlv-scenario-row > div { padding: 24px 15px; }
}

@media (min-width: 721px) and (max-width: 900px) {
  nav.top .bar { padding-left: 24px; padding-right: 24px; gap: 20px; }
  nav.top .links { gap: 14px; font-size: 12px; }
  nav.top .cta { display: none; }
}

@media (max-width: 760px) {
  .ghlv-shell { padding: 0 22px; }
  .ghlv-bread { padding-top: 74px; }
  .ghlv-hero { padding: 46px 0 78px; }
  .ghlv-hero h1 { font-size: clamp(39px, 11vw, 56px); }
  .ghlv-lede { font-size: 18px; }
  .ghlv-section,
  .ghlv-migration { padding: 76px 0; }
  .ghlv-section-head,
  .ghlv-fit-test-head { grid-template-columns: 1fr; gap: 18px; margin-bottom: 34px; }
  .ghlv-section-head h2,
  .ghlv-fit-test h2,
  .ghlv-ledger h2 { font-size: clamp(32px, 9vw, 44px); }
  .ghlv-scenario-table { display: none; }
  .ghlv-scenario-mobile { display: block; border-top: 1px solid rgba(46,59,91,.18); }
  .ghlv-scenario-mobile details { border-bottom: 1px solid var(--ghlv-line); }
  .ghlv-scenario-mobile summary { list-style: none; cursor: pointer; padding: 20px 0; display: grid; grid-template-columns: minmax(0,1fr) auto; gap: 14px; align-items: center; }
  .ghlv-scenario-mobile summary::-webkit-details-marker { display: none; }
  .ghlv-scenario-mobile summary span { display: flex; align-items: center; gap: 10px; font: 700 15px/1.35 'Sora', sans-serif; }
  .ghlv-scenario-mobile summary b { color: var(--ghlv-green-dark); font: 700 10px/1 'JetBrains Mono', monospace; }
  .ghlv-scenario-mobile summary em { color: var(--ghlv-copy); font: normal 700 9px/1.3 'JetBrains Mono', monospace; letter-spacing: .04em; text-transform: uppercase; }
  .ghlv-scenario-mobile details[open] summary em { color: var(--ghlv-green-dark); }
  .ghlv-scenario-mobile details > div { padding: 0 0 22px 27px; }
  .ghlv-scenario-mobile h3 { margin: 11px 0 4px; font-size: 12px; color: var(--ghlv-muted); text-transform: uppercase; letter-spacing: .08em; }
  .ghlv-scenario-mobile p { margin: 0; color: var(--ghlv-copy); font-size: 14px; line-height: 1.55; }
  .ghlv-ledger { margin: 8px -4px 82px; padding: 38px 24px; gap: 34px; }
  .ghlv-ledger-cols { grid-template-columns: 1fr; }
  .ghlv-cap-row { grid-template-columns: .8fr 1fr 1fr; }
  .ghlv-cap-row > * { padding: 15px 11px; font-size: 12px; }
  .ghlv-fit-test { padding: 68px 0 82px; }
  .ghlv-fit-test-cols { grid-template-columns: 1fr; }
  .ghlv-fit-test-cols article { padding: 30px 0; }
  .ghlv-fit-test-cols article + article { padding: 30px 0; border-left: 0; border-top: 1px solid var(--ghlv-line); }
  .ghlv-timeline { grid-template-columns: 1fr; gap: 0; }
  .ghlv-timeline li { grid-template-columns: 42px minmax(0,1fr); padding: 0 0 28px; }
  .ghlv-timeline li::after { left: 17px; right: auto; top: 34px; bottom: 0; width: 1px; height: auto; background: linear-gradient(180deg, var(--ghlv-green-dark), rgba(46,59,91,.12)); }
  .ghlv-source-strip { align-items: flex-start; flex-direction: column; padding-bottom: 82px; }
  .ghlv-source-strip nav { justify-content: flex-start; }
  .ghlv-final { margin: 0 20px 72px; padding: 58px 24px 64px; }
  .ghlv-related { padding: 0 22px 80px; }
}

@media (max-width: 560px) {
  .ghlv-shell { padding: 0 18px; }
  .ghlv-bread { padding-top: 62px; }
  .ghlv-bread ol { font-size: 12px; }
  .ghlv-hero { padding-top: 40px; }
  .ghlv-hero h1 { font-size: clamp(36px, 12vw, 48px); }
  .ghlv-actions { align-items: stretch; }
  .ghlv-button { width: 100%; }
  .ghlv-text-link { width: 100%; text-align: center; padding: 6px 0; }
  .ghlv-fine { text-align: center; }
  .ghlv-fit { padding: 24px 20px; border-radius: 18px; }
  .ghlv-fit-row { align-items: flex-start; flex-direction: column; gap: 4px; }
  .ghlv-fit-row strong { text-align: left; }
  .ghlv-ledger li { grid-template-columns: 1fr; gap: 4px; }
  .ghlv-ledger li strong { text-align: left; }
  .ghlv-capabilities { border-top: 0; }
  .ghlv-cap-head { display: none; }
  .ghlv-cap-group { padding-top: 28px; }
  .ghlv-cap-row:not(.ghlv-cap-head) { grid-template-columns: 1fr; padding: 17px 0; }
  .ghlv-cap-row:not(.ghlv-cap-head) > * { padding: 4px 0; border-right: 0; }
  .ghlv-cap-row:not(.ghlv-cap-head) > strong { font-size: 14px; }
  .ghlv-cap-row:not(.ghlv-cap-head) > span::before { display: inline-block; width: 74px; margin-right: 8px; color: var(--ghlv-muted); font: 700 9px/1.3 'JetBrains Mono', monospace; letter-spacing: .08em; text-transform: uppercase; }
  .ghlv-cap-row:not(.ghlv-cap-head) > span:nth-child(2)::before { content: 'Conduyt'; }
  .ghlv-cap-row:not(.ghlv-cap-head) > span:nth-child(3)::before { content: 'GHL'; }
  .ghlv-final { margin-left: 14px; margin-right: 14px; }
  .ghlv-related > div { flex-direction: column; align-items: stretch; }
  .ghlv-related a { text-align: center; }
}

@media (max-width: 360px) {
  .ghlv ~ .vs-sticky .vs-sticky-txt { display: none; }
  .ghlv ~ .vs-sticky .vs-sticky-btn,
  .ghlv ~ .vs-sticky .vs-sticky-x { min-height: 44px; }
}

@media (prefers-reduced-motion: reduce) {
  .ghlv-button { transition: none; }
}
