/* abs-fault-codes.css
   Supplements style.css for /abs-fault-codes/* pages.
   We reuse the existing site's header, footer, contact section, hero
   structure, colors and Bootstrap grid. This file only adds styles for
   components the existing site doesn't have:
     - fault code chip + breadcrumb on hero
     - safety callout box
     - symptoms list
     - model-cards grid (cross-model section)
     - transparent pricing table
     - process steps (numbered)
     - work-proof gallery extension
     - related fault-code cards
     - FAQ <details> accordions
     - final CTA band
     - sticky mobile bottom bar
*/

:root {
  --afc-orange: #f1630d;
  --afc-orange-2: #ffa230;
  --afc-green: #0c8b51;
  --afc-green-2: #03a84e;
  --afc-dark: #1c1c1c;
  --afc-danger: #c0392b;
  --afc-grey-1: #f5f5f5;
  --afc-grey-2: #e0e0e0;
  --afc-grey-3: #6b6b6b;
}

.afc-page { padding-bottom: 76px; } /* room for mobile sticky bar */

/* ---------- Remove site body background image on this page ---------- */
body.afc-page {
  background-image: none !important;
  background-color: #fff;
}

/* ---------- Header (black bar with logo + nav) ---------- */
.afc-page .top-bar {
  background-color: #0c8b51;
}
.afc-page .m-menu {
  background-color: #111;
}
.afc-page .m-menu .top-header {
  padding: 10px 0 !important;
  background-color: #111;
}
.afc-page .top-header .clm.a { padding-left: 24px; }
.afc-page .top-header .clm.b { padding-right: 24px; }
.afc-page .top-header .logo img {
  max-width: 220px;
  height: auto;
  margin-left: 0;
}
.afc-page .top-header .navbar-nav {
  justify-content: flex-end;
  align-items: center;
}
.afc-page .top-header li.nav-item { margin-right: 6px; }
.afc-page .top-header li.nav-item:last-child { margin-right: 0; }
.afc-page .top-header a.nav-link,
.afc-page .top-header .u135 {
  color: #ffffff !important;
  font-weight: 600;
  padding: 10px 14px;
  transition: color .2s;
}
.afc-page .top-header li.nav-item:hover {
  border-top: none;
  border-bottom: none;
}
.afc-page .top-header a.nav-link:hover,
.afc-page .top-header .u135:hover {
  color: var(--afc-orange) !important;
}
.afc-page .top-header .navbar-light .navbar-toggler {
  border-color: var(--afc-orange);
}
.afc-page .top-header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3E%3Cpath stroke='%23ffffff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

@media (max-width: 991.98px) {
  .afc-page .m-menu .top-header { padding: 8px 0 !important; }
  .afc-page .top-header .clm.a { padding-left: 16px; padding-right: 16px; }
  .afc-page .top-header .clm.b .inr > nav .navbar-collapse {
    background-color: #111;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.4) !important;
    padding: 10px 25px 10px 25px;
  }
  .afc-page .top-header .clm.b .inr > nav .navbar-collapse a.nav-link {
    color: #ffffff !important;
  }
  .afc-page .top-header .clm.b .inr > nav .navbar-collapse a.nav-link:hover {
    color: var(--afc-orange) !important;
  }
}

/* ---------- Full-width hero (single column, content centered) ---------- */
.afc-page .home-pg .inr.cntnt1341.afc-hero-full {
  max-width: 100% !important;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 56px 24px;
  background-color: #000000d9;
  border-radius: 0;
  text-align: center;
}

/* Force every direct child to stack as a centered block */
.afc-page .afc-hero-full > .afc-breadcrumb,
.afc-page .afc-hero-full > .afc-code-chip,
.afc-page .afc-hero-full > h1,
.afc-page .afc-hero-full > .afc-hero-tagline,
.afc-page .afc-hero-full > p,
.afc-page .afc-hero-full > .row {
  display: block !important;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

/* Breadcrumb sits at top, centered */
.afc-page .afc-hero-full > .afc-breadcrumb {
  margin-bottom: 14px;
  text-align: center;
}

/* Code chip — keep it inline-block inside its own block wrapper */
.afc-page .afc-hero-full > .afc-code-chip {
  display: inline-block !important;
  width: auto;
  margin-bottom: 18px;
}

/* H1: kill the site's inline-block + :after underline behaviour */
.afc-page .afc-hero-full > h1.txt1 {
  display: block !important;
  font-family: 'Playfair Display', serif;
  font-size: 2.4rem !important;
  font-weight: 700;
  color: #ffffff;
  margin: 0 auto 18px;
  padding-bottom: 14px;
  position: relative;
  text-align: center;
}
.afc-page .afc-hero-full > h1.txt1::after {
  left: 50% !important;
  transform: translateX(-50%);
  width: 120px !important;
  background-color: #f1630d !important;
}

/* Orange tagline */
.afc-page .afc-hero-full > .afc-hero-tagline {
  color: rgb(240 149 39);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 22px;
  text-align: center;
}

/* Body copy (.txt2) */
.afc-page .afc-hero-full > p.txt2 {
  color: #d8d8d8 !important;
  font-size: 1rem;
  line-height: 1.65;
  margin-bottom: 24px;
  text-align: center;
}

/* CTA rows stay centered, max-width unchanged */
.afc-page .afc-hero-full > .row.mx-auto {
  max-width: 500px !important;
}

/* Trust strip at the bottom of the hero */
.afc-page .afc-hero-full > div[style*="flex-wrap"] {
  display: flex !important;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 767.98px) {
  .afc-page .home-pg .inr.cntnt1341.afc-hero-full {
    padding: 36px 18px;
    margin-top: 1rem;
  }
  .afc-page .afc-hero-full > h1.txt1 { font-size: 1.7rem !important; }
  .afc-page .afc-hero-full > .afc-hero-tagline { font-size: .98rem; }
}

/* ---------- Split hero (image left, content right) ---------- */
.afc-page .home-pg .inr.cntnt1341.afc-hero-split {
  max-width: 100% !important;
  width: 100%;
  margin: 0.5rem 0 0;
  padding: 48px 56px;
  background-color: #000000d9;
  border-radius: 0;
  display: flex;
  align-items: flex-start;
  gap: 48px;
  text-align: left;
}
.afc-hero-split__media { flex: 0 0 42%; max-width: 42%; }
.afc-hero-split__media img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 14px;
  box-shadow: 0 12px 32px rgba(0, 0, 0, .45);
}
.afc-hero-split__body { flex: 1 1 auto; min-width: 0; text-align: left; }

/* Left-align the content that the centered hero used to center */
.afc-hero-split__body > .afc-breadcrumb { text-align: left; margin-bottom: 14px; }
.afc-hero-split__body > .afc-code-chip { display: inline-block; margin-bottom: 16px; }
.afc-hero-split__body > h1.txt1 {
  display: block !important;
  font-family: 'Playfair Display', serif;
  font-size: 2rem !important;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 18px;
  padding-bottom: 14px;
  position: relative;
  text-align: left;
}
.afc-hero-split__body > h1.txt1::after {
  left: 0 !important;
  transform: none !important;
  width: 120px !important;
  background-color: #f1630d !important;
}
.afc-hero-split__body > .afc-hero-tagline {
  color: rgb(240 149 39);
  font-weight: 700;
  font-size: 1.05rem;
  line-height: 1.4;
  margin-bottom: 20px;
  text-align: left;
}
.afc-hero-split__body > p.txt2 {
  color: #d8d8d8 !important;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 22px;
  text-align: left;
}
.afc-hero-split__body > .row.mx-auto { margin-left: 0 !important; margin-right: 0 !important; max-width: 460px !important; }
.afc-hero-split__body > p[style*="text-align: center"] { text-align: left !important; }
.afc-hero-split__body > div[style*="flex-wrap"] { justify-content: flex-start !important; margin-left: 0 !important; }

@media (max-width: 991.98px) {
  .afc-page .home-pg .inr.cntnt1341.afc-hero-split {
    flex-direction: column;
    text-align: center;
    padding: 32px 20px;
    gap: 22px;
  }
  .afc-hero-split__media { flex: 0 0 auto; max-width: 360px; width: 100%; margin: 0 auto; }
  .afc-hero-split__body { text-align: center; }
  .afc-hero-split__body > .afc-breadcrumb { text-align: center; }
  .afc-hero-split__body > h1.txt1 { text-align: center !important; font-size: 1.7rem !important; }
  .afc-hero-split__body > h1.txt1::after { left: 50% !important; transform: translateX(-50%) !important; }
  .afc-hero-split__body > .afc-hero-tagline { text-align: center !important; font-size: .98rem; }
  .afc-hero-split__body > p.txt2 { text-align: center !important; }
  .afc-hero-split__body > .row.mx-auto { margin-left: auto !important; margin-right: auto !important; }
  .afc-hero-split__body > p[style*="text-align: center"] { text-align: center !important; }
  .afc-hero-split__body > div[style*="flex-wrap"] { justify-content: center !important; }
}

/* ---------- Hero extras ---------- */
.afc-breadcrumb {
  font-size: .85rem;
  color: #cfcfcf;
  margin-bottom: 10px;
}
.afc-breadcrumb a { color: #cfcfcf; }
.afc-breadcrumb a:hover { color: var(--afc-orange-2); }

.afc-code-chip {
  display: inline-block;
  background: var(--afc-orange);
  color: #fff;
  padding: 4px 14px;
  border-radius: 999px;
  font-size: .8rem;
  letter-spacing: .08em;
  font-weight: 700;
  margin-bottom: 12px;
  text-transform: uppercase;
}

/* ---------- Section title h2 (kept visually identical to old <p class="txt2 utxt2">) ---------- */
.afc-page h2.txt2.utxt2 {
  margin-top: 0;
  line-height: 1.2;
}

/* ---------- Section title pair (re-uses .utxt1 / .utxt2) ---------- */
.afc-eyebrow {
  text-transform: uppercase;
  letter-spacing: .12em;
  font-size: .8rem;
  font-weight: 700;
  color: var(--afc-orange);
  margin-bottom: 6px;
  display: inline-block;
}

/* ---------- Card-like content blocks ---------- */
.afc-section-pad { padding: 2rem 0; }
.afc-section-alt { background-color: #fafafa; }

/* ---------- Safety callout ---------- */
.afc-callout {
  border: 2px solid var(--afc-danger);
  border-left-width: 6px;
  background: #fff5f4;
  padding: 18px 20px;
  border-radius: 10px;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  font-weight: 600;
  color: #1a1a1a;
}
.afc-callout__icon {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  background: var(--afc-danger);
  color: #fff;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-family: Georgia, serif;
  font-size: 1.1rem;
}

/* ---------- Symptoms list ---------- */
.afc-symptoms { list-style: none; padding: 0; margin: 0; }
.afc-symptoms li {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #fff;
  border: 1px solid var(--afc-grey-2);
  border-radius: 10px;
  padding: 12px 14px;
  margin-bottom: 10px;
  font-size: 1rem;
  color: #222;
}
.afc-symptoms li::before {
  content: "";
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: var(--afc-orange);
}
.afc-symptoms li.afc-sym--alert::before { background: #e74c3c; }
.afc-symptoms code {
  background: var(--afc-grey-1);
  padding: 1px 8px;
  border-radius: 4px;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  color: var(--afc-orange);
}

/* ---------- Model cards grid ---------- */
.afc-model-card {
  background: #fff;
  border: 1px solid var(--afc-grey-2);
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  box-shadow: 0 2px 8px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease;
}
.afc-model-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 24px rgba(0,0,0,.10);
}
.afc-model-card__img {
  aspect-ratio: 16 / 10;
  background: var(--afc-grey-1);
  overflow: hidden;
}
.afc-model-card__img img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
}
.afc-model-card__body {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  flex: 1;
}
.afc-model-card__name {
  font-family: 'Playfair Display', serif;
  font-weight: 700;
  font-size: 1.15rem;
  line-height: 1.3;
  color: var(--afc-dark);
  margin: 0;
}
.afc-model-card__name a {
  color: inherit;
  text-decoration: none;
}
.afc-model-card__name a:hover {
  color: var(--afc-orange);
  text-decoration: none;
}
.afc-model-card__years {
  color: var(--afc-grey-3);
  font-size: .9rem;
  margin: 0;
}
.afc-model-card__price {
  font-weight: 700;
  color: var(--afc-orange);
  font-size: 1.05rem;
  margin: 4px 0;
}
.afc-model-card__price small {
  color: var(--afc-grey-3);
  font-weight: 400;
  font-size: .75rem;
  display: block;
}
.afc-model-card__cta {
  margin-top: auto;
  display: block;
  text-align: center;
  background: var(--afc-green-2);
  color: #fff;
  font-weight: 700;
  padding: 12px 14px;
  border-radius: 50px;
  text-decoration: none;
  font-size: .92rem;
  transition: .3s;
  margin-top: 12px;
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.afc-model-card__cta:hover {
  background: var(--afc-green);
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
}

/* ---------- Pricing table (mobile-first cards, becomes table at md) ---------- */
.afc-pricetable {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,.08);
}
.afc-pricetable__row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4px 12px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--afc-grey-2);
  align-items: center;
  font-size: .95rem;
}
.afc-pricetable__row:last-child { border-bottom: none; }
.afc-pricetable__row--head {
  background: var(--afc-dark);
  color: #fff;
  font-weight: 700;
  font-size: .82rem;
  text-transform: uppercase;
  letter-spacing: .06em;
}
.afc-pricetable__row .afc-pt-model { grid-column: 1 / -1; font-weight: 700; color: var(--afc-dark); }
.afc-pricetable__row .afc-pt-years { color: var(--afc-grey-3); }
.afc-pricetable__row .afc-pt-price { color: var(--afc-orange); font-weight: 700; text-align: right; }
.afc-pricetable__row--head .afc-pt-model { color: #fff; }
.afc-pricetable__row--head .afc-pt-years,
.afc-pricetable__row--head .afc-pt-price { color: #fff; text-align: left; }
.afc-pricetable__note {
  margin-top: 14px;
  font-size: .9rem;
  color: var(--afc-grey-3);
  text-align: center;
}

@media (min-width: 768px) {
  .afc-pricetable__row {
    grid-template-columns: 2fr 1fr 1fr;
  }
  .afc-pricetable__row .afc-pt-model { grid-column: auto; }
  .afc-pricetable__row .afc-pt-price { text-align: right; }
  .afc-pricetable__row--head .afc-pt-price { text-align: right; }
}

/* ---------- Process steps ---------- */
.afc-steps { list-style: none; padding: 0; margin: 0; counter-reset: afc-step; }
.afc-steps li {
  position: relative;
  padding: 18px 18px 18px 70px;
  background: #fff;
  border: 1px solid var(--afc-grey-2);
  border-radius: 12px;
  margin-bottom: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.afc-steps li::before {
  counter-increment: afc-step;
  content: counter(afc-step);
  position: absolute;
  left: 16px; top: 16px;
  width: 40px; height: 40px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--afc-orange) 0%, var(--afc-orange-2) 100%);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 1.1rem;
}
.afc-steps strong {
  display: block;
  font-family: 'Playfair Display', serif;
  font-size: 1.15rem;
  margin-bottom: 4px;
  color: var(--afc-dark);
}
.afc-steps p { margin: 0; color: var(--afc-grey-3); font-size: .95rem; }

/* ---------- Related codes ---------- */
.afc-related-card {
  display: block;
  background: #fff;
  border: 1px solid var(--afc-grey-2);
  border-radius: 12px;
  padding: 16px 18px;
  text-decoration: none;
  color: var(--afc-dark);
  transition: .25s;
  height: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.afc-related-card:hover {
  border-color: var(--afc-orange);
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,.08);
  color: var(--afc-dark);
}
/* Non-clickable related card (no page exists yet) - informational only */
.afc-related-card--static {
  cursor: default;
}
.afc-related-card--static:hover {
  border-color: var(--afc-grey-2);
  transform: none;
  box-shadow: 0 2px 6px rgba(0,0,0,.05);
}
.afc-related-card__code {
  display: inline-block;
  font-family: ui-monospace, Menlo, Consolas, monospace;
  font-weight: 700;
  color: var(--afc-orange);
  font-size: 1.05rem;
  margin-bottom: 6px;
}
.afc-related-card__desc {
  font-size: .92rem;
  color: var(--afc-grey-3);
  margin: 0;
}

/* ---------- FAQ ---------- */
.afc-faq details {
  background: #fff;
  border: 1px solid var(--afc-grey-2);
  border-radius: 10px;
  margin-bottom: 10px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0,0,0,.04);
}
.afc-faq summary {
  list-style: none;
  cursor: pointer;
  padding: 16px 50px 16px 18px;
  font-weight: 700;
  color: var(--afc-dark);
  position: relative;
  font-size: 1rem;
  min-height: 44px;
  display: flex;
  align-items: center;
  font-family: 'Playfair Display', serif;
}
.afc-faq summary::-webkit-details-marker { display: none; }
.afc-faq summary::after {
  content: "+";
  position: absolute;
  right: 18px; top: 50%;
  transform: translateY(-50%);
  font-size: 1.6rem;
  color: var(--afc-orange);
  line-height: 1;
  font-weight: 400;
}
.afc-faq details[open] summary::after { content: "\2212"; }
.afc-faq details > div {
  padding: 0 18px 18px;
  color: #444;
  font-size: .98rem;
  line-height: 1.6;
}
.afc-faq details > div p:last-child { margin-bottom: 0; }

/* ---------- Final CTA band ---------- */
.afc-finalcta {
  background-image: linear-gradient(210deg, #0c8b51 0, #050505 100%);
  color: #fff;
  padding: 50px 0;
  text-align: center;
  position: relative;
}
.afc-finalcta h2 {
  color: #fff;
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 8px;
}
.afc-finalcta p { color: #d9d9d9; margin-bottom: 0; }
.afc-finalcta__locations {
  margin-top: 18px;
  color: #f0e3b9;
  font-size: 1rem;
  letter-spacing: .03em;
}
.afc-finalcta__cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  max-width: 600px;
  margin: 22px auto 0;
}
.afc-finalcta .afc-finalcta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 220px;
  padding: 14px 24px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1rem;
  text-decoration: none;
  color: #fff;
  transition: .3s;
  box-shadow: 0 6px 16px rgba(0,0,0,.25);
}
.afc-finalcta .afc-finalcta__btn--call { background: var(--afc-green-2); }
.afc-finalcta .afc-finalcta__btn--wa { background: #25d366; }
.afc-finalcta .afc-finalcta__btn:hover {
  transform: translateY(-3px);
  color: #fff;
  text-decoration: none;
}

/* ---------- Sticky mobile bottom bar ---------- */
.afc-mobile-bar {
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 60;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #fff;
  border-top: 1px solid var(--afc-grey-2);
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.12);
}
.afc-mobile-bar a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 56px;
  font-weight: 700;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 1rem;
}
.afc-mobile-bar__call { background: var(--afc-green-2); }
.afc-mobile-bar__wa { background: #25d366; }
.afc-mobile-bar svg { width: 20px; height: 20px; fill: currentColor; }

/* hide mobile bar on tablet+ */
@media (min-width: 768px) {
  .afc-mobile-bar { display: none; }
  .afc-page { padding-bottom: 0; }
}

/* Placeholder image flag (subtle dashed border to spot un-replaced images) */
[data-needs-replacement="true"] {
  outline: 2px dashed rgba(241, 99, 13, 0.55);
  outline-offset: -2px;
}

/* ---------- Cursor reset (existing site uses cursor:none on <a> via #pointer-dot)
   For this page we keep the default cursor to behave like normal landing pages. */
.afc-page a { cursor: pointer !important; }
.afc-page #pointer-dot,
.afc-page #pointer-ring { display: none !important; }

/* ---------- Tap target & body sizing safety nets ---------- */
.afc-page .btn,
.afc-page .iitbtn { min-height: 44px; }

/* ---------- Restrict the gallery image height a bit on this page ---------- */
.afc-page #galleryproofs .inr_t { padding-top: 75%; }

/* ---------- Small responsive tweaks ---------- */
@media (max-width: 575.98px) {
  .afc-finalcta h2 { font-size: 1.55rem; }
  .afc-steps li { padding-left: 64px; }
}

/* ================================================================== */
/* Customer Reviews section (rebranded — no Google trademarks/schema)  */
/* ================================================================== */
.cr-section{ background:#F1F3F0; padding:64px 0; }
.cr-container{
  max-width:1280px; margin:0 auto; padding:0 24px;
  display:grid; grid-template-columns: 260px 1fr; gap:32px; align-items:start;
}
.cr-brand-card{ display:flex; flex-direction:column; align-items:flex-start; gap:8px; padding:8px 0; }
.cr-brand-logo img{ border-radius:8px; display:block; background:#fff; padding:4px; box-shadow:0 1px 3px rgba(0,0,0,.08); width:64px; height:64px; object-fit:contain; }
.cr-brand-name{ font:600 18px/1.3 'Inter', system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; color:#202124; margin:8px 0 0; }
.cr-rating{ display:flex; align-items:center; gap:8px; }
.cr-stars{ color:#F5A623; font-size:18px; letter-spacing:1px; line-height:1; }
.cr-rating-value{ font:600 16px/1 'Inter', sans-serif; color:#202124; }
.cr-count{ font:400 14px/1.4 'Inter', sans-serif; color:#5F6368; margin:0; }
.cr-write-btn{
  display:inline-block; margin-top:12px; padding:8px 18px;
  border:1px solid #DADCE0; border-radius:6px;
  font:500 14px/1 'Inter', sans-serif; color:#202124; background:#fff;
  text-decoration:none; transition:background .15s, border-color .15s;
}
.cr-write-btn:hover{ background:#F8F9FA; color:#202124; text-decoration:none; border-color:#bdbfc3; }

.cr-scroller-wrap{ position:relative;overflow: hidden; }
.cr-scroller{
  list-style:none; margin:0; padding:4px 4px 16px;
  display:flex; gap:16px; overflow-x:auto;
  scroll-snap-type:x mandatory; scrollbar-width:none;
}
.cr-scroller::-webkit-scrollbar{ display:none; }

.cr-card{
  flex:0 0 320px; scroll-snap-align:start;
  background:#FAFAFA; border-radius:8px; padding:18px;
  box-shadow:0 1px 2px rgba(0,0,0,.06);
  display:flex; flex-direction:column; gap:10px;
}
.cr-card-head{ display:flex; align-items:center; gap:12px; }
.cr-avatar{
  width:40px; height:40px; border-radius:50%;
  color:#fff; font:600 18px/40px 'Inter', sans-serif;
  text-align:center; flex-shrink:0;
}
.cr-card-meta{ flex:1; min-width:0; }
.cr-card-name{ font:600 14px/1.2 'Inter', sans-serif; color:#202124; margin:0; }
.cr-card-time{ font:400 12px/1.4 'Inter', sans-serif; color:#5F6368; margin:2px 0 0; }
.cr-verified{ display:inline-flex; align-items:center; }
.cr-card-stars{ color:#F5A623; font-size:15px; letter-spacing:1px; display:flex; align-items:center; gap:2px; }
.cr-card-body{
  font:400 14px/1.55 'Inter', sans-serif; color:#3C4043; margin:0;
  display:-webkit-box; -webkit-line-clamp:3; line-clamp:3; -webkit-box-orient:vertical; overflow:hidden;
}
.cr-card.is-expanded .cr-card-body{
  -webkit-line-clamp:unset; line-clamp:unset; overflow:visible; display:block;
}
.cr-readmore{
  align-self:flex-start; background:none; border:0; padding:0;
  font:400 13px/1 'Inter', sans-serif; color:#5F6368; cursor:pointer;
  min-height:auto;
}
.cr-readmore:hover{ color:#202124; text-decoration:underline; }

.cr-next{
  position:absolute; top:50%; right:-8px; transform:translateY(-50%);
  width:36px; height:36px; border-radius:50%;
  background:#fff; border:1px solid #DADCE0;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; box-shadow:0 1px 3px rgba(0,0,0,.1);
  z-index:2;
}
.cr-next:hover{ background:#F8F9FA; }

@media (max-width: 900px){
  .cr-container{ grid-template-columns: 1fr; gap:20px; }
  .cr-brand-card{ flex-direction:row; align-items:center; gap:14px; flex-wrap:wrap; }
  .cr-brand-logo img{ width:48px; height:48px; }
  .cr-brand-name{ margin:0; }
  .cr-write-btn{ margin-top:0; }
  .cr-next{ display:none; }
  .cr-card{ flex-basis:280px; }
}
@media (max-width: 480px){
  .cr-section{ padding:40px 0; }
  .cr-card{ flex-basis:88vw; }
}
