/* Knowledge Hub — article list + detail (tokens from site.css) */
.kb-wrap{ max-width:1200px; margin:0 auto; padding:0 24px; }
.kb-hero{ position:relative; overflow:hidden; background:linear-gradient(135deg,#0a0a0c,#151519 55%,#2a1112); color:#fff; padding:100px 0 56px; text-align:center; }
.kb-hero-bg{ position:absolute; inset:0; opacity:.28; background-image:linear-gradient(#ffffff12 1px,transparent 1px),linear-gradient(90deg,#ffffff12 1px,transparent 1px); background-size:44px 44px; -webkit-mask-image:radial-gradient(120% 92% at 50% 0,#000,transparent 74%); }
.kb-hero .kb-wrap{ position:relative; }
.kb-eyebrow{ display:inline-flex; align-items:center; gap:8px; text-transform:uppercase; letter-spacing:.14em; font-size:12.5px; font-weight:600; color:#c9c9d0; margin:0 0 16px; }
.kb-dot{ width:8px; height:8px; border-radius:50%; background:#2ec26b; box-shadow:0 0 0 4px rgba(46,194,107,.18); }
.kb-h1{ font-size:clamp(32px,4.5vw,54px); line-height:1.06; font-weight:700; margin:0 auto; max-width:18ch; }
.kb-lead{ margin:18px auto 28px; max-width:60ch; font-size:18px; color:rgba(255,255,255,.72); }
.kb-search{ display:flex; align-items:center; gap:8px; max-width:560px; margin:0 auto; background:#fff; border-radius:100px; padding:6px 6px 6px 20px; }
.kb-search i{ color:#86868b; font-size:18px; }
.kb-search input{ flex:1; min-width:0; border:none; outline:none; font-size:16px; padding:10px 4px; background:none; }
.kb-search button{ background:#1d1d1f; color:#fff; border:none; border-radius:100px; padding:11px 24px; font-size:15px; font-weight:600; cursor:pointer; }

.kb-body{ padding:56px 0 90px; background:#fff; }
.kb-layout{ display:grid; grid-template-columns:240px 1fr; gap:40px; align-items:start; }
/* fault-codes browser: main list wide on the left, "most searched" rail narrow on the right */
.kb-layout-wide{ grid-template-columns:minmax(0,1fr) 260px; }
.kb-layout-wide .dtc-main{ min-width:0; }
.kb-cats{ position:sticky; top:90px; }
.kb-cats h3{ font-size:13px; text-transform:uppercase; letter-spacing:.06em; color:#86868b; margin:0 0 12px; }
.kb-cats a{ display:flex; justify-content:space-between; align-items:center; padding:9px 12px; border-radius:9px; font-size:14px; color:var(--ink,#1d1d1f); text-decoration:none; }
.kb-cats a:hover{ background:#f5f5f7; }
.kb-cats a.on{ background:var(--brand-red,#c8102e); color:#fff; }
.kb-cats a span{ font-size:12px; opacity:.6; }
.kb-cats a.on span{ opacity:.9; }
.kb-result{ color:#6e6e73; margin:0 0 16px; }
/* magazine landing: category sections + scroll-spy anchors */
.kb-section{ scroll-margin-top:88px; margin:0 0 52px; }
.kb-section:last-child{ margin-bottom:0; }
.kb-section-head{ display:flex; align-items:baseline; justify-content:space-between; gap:16px; margin:0 0 20px; padding-bottom:12px; border-bottom:1px solid #ececef; }
.kb-section-head h2{ font-size:22px; font-weight:680; margin:0; color:var(--ink,#1d1d1f); }
.kb-section-all{ flex-shrink:0; font-size:14px; font-weight:600; color:#0071e3; text-decoration:none; white-space:nowrap; }
.kb-section-all:hover{ color:var(--brand-red,#c8102e); }
.kb-section-all i{ font-size:15px; vertical-align:-2px; }
.kb-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(272px,1fr)); gap:22px; }
.kb-card{ display:flex; flex-direction:column; border:1px solid #ececef; border-radius:16px; overflow:hidden; text-decoration:none; color:inherit; background:#fff; transition:transform .2s, box-shadow .2s, border-color .2s; }
.kb-card:hover{ transform:translateY(-4px); box-shadow:0 26px 54px -30px rgba(0,0,0,.4); border-color:#e2e2e6; }
.kb-card-media{ position:relative; aspect-ratio:16/10; overflow:hidden; display:flex; align-items:center; justify-content:center; background:linear-gradient(135deg, color-mix(in srgb, var(--cc,#c8102e) 26%, #16161c), #101015); }
.kb-ph{ font-size:44px; color:#fff; opacity:.32; }
.kb-card-media img{ position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; transition:transform .4s ease; }
.kb-card:hover .kb-card-media img{ transform:scale(1.05); }
.kb-card-media::after{ content:""; position:absolute; inset:0; background:linear-gradient(180deg, transparent 52%, rgba(0,0,0,.3)); pointer-events:none; }
.kb-card-cat{ position:absolute; left:12px; bottom:12px; z-index:2; display:inline-flex; align-items:center; gap:6px; background:rgba(255,255,255,.94); backdrop-filter:blur(6px); color:var(--cc,#c8102e); font-size:11px; font-weight:800; text-transform:uppercase; letter-spacing:.03em; padding:5px 11px; border-radius:20px; box-shadow:0 3px 10px rgba(0,0,0,.2); }
.kb-card-cat i{ font-size:13px; }
.kb-card-body{ display:flex; flex-direction:column; flex:1; padding:16px 18px 18px; }
.kb-card h3{ font-size:16.5px; font-weight:700; line-height:1.32; margin:0 0 8px; color:var(--ink,#1d1d1f); display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.kb-card:hover h3{ color:var(--cc,#c8102e); }
.kb-card p{ font-size:13.5px; line-height:1.55; color:#6e6e73; margin:0 0 14px; flex:1; display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; }
.kb-card-link{ font-size:13px; font-weight:700; color:var(--cc,#c8102e); display:inline-flex; align-items:center; gap:5px; margin-top:auto; }
.kb-card-link i{ font-size:14px; transition:transform .15s; }
.kb-card:hover .kb-card-link i{ transform:translateX(3px); }
.kb-pager{ margin-top:34px; }
.kb-pager .pagination{ list-style:none; display:flex; gap:6px; flex-wrap:wrap; padding:0; margin:0; justify-content:center; }
.kb-pager .pagination li{ list-style:none; margin:0; }
.kb-pager .pagination li a,
.kb-pager .pagination li span{ display:inline-flex; align-items:center; justify-content:center; min-width:40px; height:40px; padding:0 12px; border:1px solid rgba(0,0,0,.12); border-radius:10px; font-size:14px; text-decoration:none; color:var(--ink,#1d1d1f); background:#fff; transition:border-color .15s, color .15s; }
.kb-pager .pagination li a:hover{ border-color:var(--brand-red,#c8102e); color:var(--brand-red,#c8102e); }
.kb-pager .pagination li.active span{ background:var(--brand-red,#c8102e); color:#fff; border-color:var(--brand-red,#c8102e); }
.kb-pager .pagination li.disabled span{ color:#c7c7cc; background:#fafafb; }

/* article detail */
.kb-article{ padding:110px 0 90px; background:#fff; }
.kb-article .kb-wrap{ max-width:820px; }
/* "rich" articles ship their own designed layout (left TOC + body + related sidebar) — give
   them the full content width so the multi-column layout shows as authored, not squished. */
.kb-article-rich{ padding-top:88px; }
.kb-article-rich .kb-wrap{ max-width:1280px; }
.kb-article-rich .kb-crumb{ margin-bottom:8px; }
.kb-article-rich .kb-article-frame{ min-height:600px; }
/* rich article: content (with its own left TOC) + a sticky "recent posts" right rail */
.kb-rich-layout{ display:flex; gap:30px; align-items:flex-start; }
.kb-rich-main{ flex:1 1 0; min-width:0; }
/* parent-side table of contents — native position:sticky (smooth, no JS follow) */
.kb-toc{ width:300px; flex-shrink:0; position:sticky; top:96px; align-self:flex-start; display:flex; flex-direction:column; max-height:calc(100vh - 116px); border:1px solid rgba(0,0,0,.1); border-radius:14px; overflow:hidden; background:#fff; box-shadow:0 1px 3px rgba(0,0,0,.04); }
.kb-toc-hd{ display:flex; align-items:center; gap:9px; padding:15px 18px; background:#16161a; color:#fff; font-size:12px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.kb-toc-hd i{ font-size:16px; }
.kb-toc-list{ list-style:none; margin:0; padding:10px; overflow-y:auto; flex:1 1 auto; }
.kb-toc-list li{ margin:0; }
.kb-toc-list a{ display:flex; align-items:center; gap:11px; padding:10px 13px; border-radius:9px; font-size:14px; line-height:1.4; color:#4a4a4f; text-decoration:none; border-left:3px solid transparent; }
.kb-toc-list a:hover{ background:#f5f5f7; color:#16161a; }
.kb-toc-list a.on{ background:#fef2f2; color:var(--brand-red,#c8102e); border-left-color:var(--brand-red,#c8102e); font-weight:650; }
.kb-toc-num{ flex-shrink:0; width:23px; height:23px; border-radius:7px; background:#ececed; color:#666; font-size:12px; font-weight:700; display:inline-flex; align-items:center; justify-content:center; }
.kb-toc-list a.on .kb-toc-num{ background:var(--brand-red,#c8102e); color:#fff; }
.kb-toc-txt{ min-width:0; }
.kb-toc-prog{ padding:13px 18px 15px; border-top:1px solid rgba(0,0,0,.08); }
.kb-toc-prog-row{ display:flex; justify-content:space-between; font-size:11.5px; color:#86868b; margin-bottom:7px; font-weight:600; text-transform:uppercase; letter-spacing:.05em; }
.kb-toc-bar{ height:5px; background:#ececed; border-radius:3px; overflow:hidden; }
.kb-toc-fill{ height:100%; width:0; background:var(--brand-red,#c8102e); border-radius:3px; transition:width .12s linear; }
@media(max-width:1100px){ .kb-toc{ position:static; width:100%; max-height:340px; margin-bottom:24px; } }
/* on phones the lifted desktop TOC becomes a cramped scroll-box above the article — hide it;
   the article reads top-to-bottom and its own headings carry the structure. */
@media(max-width:820px){ .kb-toc{ display:none !important; } }
.kb-recent{ width:264px; flex-shrink:0; position:sticky; top:96px; }
.kb-recent > h3{ font-size:12px; text-transform:uppercase; letter-spacing:.07em; color:#86868b; margin:0 0 14px; font-weight:700; }
.kb-recent-item{ display:flex; gap:12px; align-items:flex-start; padding:11px 0; border-bottom:1px solid rgba(0,0,0,.07); text-decoration:none; color:var(--ink,#1d1d1f); }
.kb-recent-thumb{ width:66px; height:48px; flex-shrink:0; border-radius:8px; overflow:hidden; background:#f0f0f3; }
.kb-recent-thumb img{ width:100%; height:100%; object-fit:cover; display:block; }
.kb-recent-title{ font-size:13px; line-height:1.4; font-weight:600; display:-webkit-box; -webkit-line-clamp:3; -webkit-box-orient:vertical; overflow:hidden; }
.kb-recent-item:hover .kb-recent-title{ color:var(--brand-red,#c8102e); }
.kb-recent-all{ display:inline-flex; align-items:center; gap:5px; margin-top:16px; font-size:13.5px; font-weight:600; color:#0071e3; text-decoration:none; }
@media(max-width:1024px){ .kb-rich-layout{ flex-direction:column; } .kb-recent{ width:100%; position:static; } }
.kb-crumb{ font-size:13px; color:#86868b; margin-bottom:18px; }
.kb-crumb a{ color:#0071e3; text-decoration:none; }
.kb-article-cat{ font-size:13px; font-weight:600; color:var(--brand-red,#c8102e); text-transform:uppercase; letter-spacing:.05em; margin:0 0 10px; }
.kb-article-h1{ font-size:clamp(28px,4vw,44px); line-height:1.12; font-weight:700; margin:0 0 14px; }
.kb-article-meta{ font-size:14px; color:#86868b; margin:0 0 30px; display:flex; align-items:center; gap:6px; }
.kb-article-frame{ width:100%; border:0; display:block; min-height:300px; overflow:hidden; margin:0 0 10px; }
.kb-article-body{ font-size:17px; line-height:1.75; color:#1d1d1f; }
.kb-article-body img{ max-width:100%; height:auto; border-radius:12px; margin:18px 0; }
.kb-article-body h2{ font-size:26px; font-weight:680; margin:36px 0 12px; }
.kb-article-body h3{ font-size:21px; font-weight:650; margin:28px 0 10px; }
.kb-article-body p{ margin:0 0 18px; }
.kb-article-body a{ color:#0071e3; }
.kb-article-body ul,.kb-article-body ol{ margin:0 0 18px; padding-left:24px; }
.kb-article-body li{ margin:0 0 9px; }
.kb-article-body h2:first-child,.kb-article-body h3:first-child{ margin-top:0; }
.kb-article-body strong{ font-weight:650; }
.kb-article-body table{ width:100%; border-collapse:collapse; margin:0 0 22px; font-size:15px; }
.kb-article-body th,.kb-article-body td{ border:1px solid #e2e2e6; padding:10px 14px; text-align:left; vertical-align:top; }
.kb-article-body th{ background:#f5f5f7; font-weight:650; }
.kb-article-body blockquote{ margin:0 0 22px; padding:14px 20px; border-left:3px solid var(--brand-red,#c8102e); background:#faf7f7; border-radius:0 10px 10px 0; color:#3a3a3c; }
.kb-article-body .kb-lead-p{ font-size:19px; color:#3a3a3c; }
.kb-article-body .kb-note{ padding:16px 20px; background:#f5f5f7; border-radius:12px; margin:0 0 22px; font-size:15px; }
.kb-related{ margin:48px 0 30px; padding:24px; background:#f5f5f7; border-radius:16px; }
.kb-related h3{ font-size:16px; margin:0 0 12px; }
.kb-related ul{ margin:0; padding-left:18px; }
.kb-related li{ margin-bottom:8px; }
.kb-related a{ color:#0071e3; text-decoration:none; }
.kb-article-cta{ display:flex; gap:14px; flex-wrap:wrap; margin-top:36px; }
.kb-btn{ display:inline-block; padding:13px 26px; border-radius:11px; border:1px solid rgba(0,0,0,.18); font-weight:600; text-decoration:none; color:var(--ink,#1d1d1f); }
.kb-btn-red{ background:var(--brand-red,#c8102e); color:#fff; border-color:var(--brand-red,#c8102e); }
@media(max-width:820px){ .kb-layout{ grid-template-columns:1fr; } .kb-cats{ position:static; } }

/* article: share bar + prev/next */
.kb-article-meta-row{ display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap; margin:0 0 30px; }
.kb-article-meta-row .kb-article-meta{ margin:0; }
.kb-share{ display:inline-flex; align-items:center; gap:8px; }
.kb-share-label{ font-size:13px; color:#86868b; margin-right:2px; }
.kb-share-btn{ width:36px; height:36px; display:inline-flex; align-items:center; justify-content:center; border:1px solid rgba(0,0,0,.12); border-radius:50%; background:#fff; color:#1d1d1f; font-size:17px; cursor:pointer; text-decoration:none; transition:background .15s, color .15s, border-color .15s; }
.kb-share-btn:hover{ background:var(--brand-red,#c8102e); color:#fff; border-color:var(--brand-red,#c8102e); }
.kb-prevnext{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin:40px 0 0; }
.kb-pn{ display:flex; align-items:center; gap:12px; padding:18px 20px; border:1px solid rgba(0,0,0,.1); border-radius:14px; text-decoration:none; color:var(--ink,#1d1d1f); transition:border-color .15s, transform .15s; }
.kb-pn:hover{ border-color:var(--brand-red,#c8102e); transform:translateY(-2px); }
.kb-pn-next{ text-align:right; justify-content:flex-end; }
.kb-pn i{ font-size:20px; color:var(--brand-red,#c8102e); flex-shrink:0; }
.kb-pn span{ display:-webkit-box; -webkit-line-clamp:2; -webkit-box-orient:vertical; overflow:hidden; flex-direction:column; gap:3px; min-width:0; font-size:14px; font-weight:600; line-height:1.3; }
.kb-pn em{ font-style:normal; font-size:11.5px; text-transform:uppercase; letter-spacing:.06em; color:#a0a0a6; font-weight:600; display:block; }
@media(max-width:680px){ .kb-prevnext{ grid-template-columns:1fr; } }

/* related fault codes — quick chips to neighbouring codes */
.kb-codes{ margin:40px 0 0; }
.kb-codes h3{ font-size:16px; margin:0 0 14px; }
.kb-codes-grid{ display:grid; grid-template-columns:repeat(auto-fill,minmax(132px,1fr)); gap:10px; }
.kb-code-card{ display:flex; align-items:center; justify-content:space-between; gap:8px; padding:12px 14px; border:1px solid rgba(0,0,0,.1); border-radius:12px; text-decoration:none; background:#fff; transition:border-color .15s, transform .15s, box-shadow .15s; }
.kb-code-card:hover{ border-color:var(--brand-red,#c8102e); transform:translateY(-2px); box-shadow:0 6px 18px rgba(0,0,0,.06); }
.kb-code-tag{ font-family:"SF Mono",ui-monospace,Menlo,Consolas,monospace; font-weight:700; font-size:15px; letter-spacing:.02em; color:var(--ink,#1d1d1f); }
.kb-code-card i{ font-size:16px; color:var(--brand-red,#c8102e); }

/* "was this helpful?" feedback widget */
.kb-helpful{ margin:36px 0 0; padding:22px 24px; background:#f5f5f7; border-radius:16px; text-align:center; }
.kb-helpful-q{ margin:0 0 14px; font-size:15px; font-weight:600; color:var(--ink,#1d1d1f); }
.kb-helpful-btns{ display:inline-flex; gap:12px; }
.kb-helpful-btn{ display:inline-flex; align-items:center; gap:7px; padding:10px 22px; border:1px solid rgba(0,0,0,.14); border-radius:11px; background:#fff; color:var(--ink,#1d1d1f); font-size:14px; font-weight:600; cursor:pointer; transition:border-color .15s, background .15s, color .15s, transform .15s; }
.kb-helpful-btn:hover:not(:disabled){ border-color:var(--brand-red,#c8102e); transform:translateY(-2px); }
.kb-helpful-btn:disabled{ cursor:default; opacity:.55; }
.kb-helpful-btn.chosen{ background:var(--brand-red,#c8102e); color:#fff; border-color:var(--brand-red,#c8102e); opacity:1; }
.kb-helpful-btn i{ font-size:17px; }
.kb-helpful-thanks{ margin:14px 0 0; font-size:14px; color:#1a8f3c; font-weight:600; }

/* ===== fault-code (DTC) lookup module — landing ===== */
.kb-dtc{ background:#fff; padding:36px 0 0; }
.kb-dtc-card{ display:grid; grid-template-columns:1.45fr 1fr; border:1px solid #ececef; border-radius:18px; overflow:hidden; background:linear-gradient(135deg,#12121a,#1c1220); color:#fff; }
@media(max-width:820px){ .kb-dtc-card{ grid-template-columns:1fr; } }
.kb-dtc-info{ padding:26px 30px; }
.kb-dtc-eyebrow{ display:inline-flex; align-items:center; gap:7px; font-size:11px; font-weight:700; letter-spacing:.1em; text-transform:uppercase; color:#ff7a90; margin-bottom:12px; }
.kb-dtc-info h2{ font-size:24px; font-weight:800; margin:0 0 6px; letter-spacing:-.01em; }
.kb-dtc-info > p{ font-size:14px; color:#b6b6c2; margin:0 0 18px; }
.kb-dtc-letters{ display:grid; grid-template-columns:repeat(4,1fr); gap:10px; margin-bottom:16px; }
@media(max-width:520px){ .kb-dtc-letters{ grid-template-columns:repeat(2,1fr); } }
.kb-dtc-let{ display:flex; flex-direction:column; align-items:flex-start; gap:1px; padding:11px 13px; border:1px solid rgba(255,255,255,.14); border-radius:12px; text-decoration:none; color:#fff; background:rgba(255,255,255,.04); transition:.15s; }
.kb-dtc-let:hover{ border-color:#E8651A; background:rgba(232,101,26,.14); transform:translateY(-2px); }
.kb-dtc-let b{ font-family:ui-monospace,Consolas,monospace; font-size:20px; font-weight:800; line-height:1; }
.kb-dtc-let span{ font-size:11px; color:#a6a6b2; margin-top:3px; }
.kb-dtc-let em{ font-style:normal; font-size:12px; font-weight:700; color:#ff9db0; margin-top:3px; }
.kb-dtc-browse{ display:inline-flex; align-items:center; gap:6px; font-size:13.5px; font-weight:600; color:#fff; text-decoration:none; }
.kb-dtc-browse:hover{ color:#ff9db0; }
.kb-dtc-pop{ padding:26px 28px; border-left:1px solid rgba(255,255,255,.1); background:rgba(255,255,255,.02); }
@media(max-width:820px){ .kb-dtc-pop{ border-left:none; border-top:1px solid rgba(255,255,255,.1); } }
.kb-dtc-pop-h{ font-size:11px; font-weight:700; letter-spacing:.08em; text-transform:uppercase; color:#8a8a98; }
.kb-dtc-codes{ display:flex; flex-wrap:wrap; gap:8px; margin-top:14px; }
.kb-dtc-codes a{ font-family:ui-monospace,Consolas,monospace; font-size:13px; font-weight:700; color:#fff; background:rgba(255,255,255,.08); border:1px solid rgba(255,255,255,.12); padding:6px 11px; border-radius:8px; text-decoration:none; transition:.15s; }
.kb-dtc-codes a:hover{ background:#E8651A; border-color:#E8651A; }

/* section head icon = category accent; "view all" = brand red (was blue) */
.kb-section-head h2{ display:inline-flex; align-items:center; gap:9px; }
.kb-section-head h2 i{ color:var(--cc,#c8102e); font-size:20px; }
.kb-section-all{ color:var(--brand-red,#c8102e) !important; }

/* ===== article comments (moderated) ===== */
.kb-comments{ background:#fff; padding:0 0 90px; }
.kb-comments-wrap{ max-width:820px; }
.kb-cm-h{ font-size:22px; font-weight:700; margin:0 0 20px; display:flex; align-items:center; gap:9px; }
.kb-cm-h i{ color:var(--brand-red,#c8102e); }
.kb-cm-h span{ font-size:15px; color:#86868b; font-weight:600; }
.kb-cm-flash{ display:flex; align-items:center; gap:9px; padding:13px 16px; border-radius:12px; font-size:14px; margin:0 0 20px; }
.kb-cm-flash.ok{ background:#eefaf1; border:1px solid #bfe6cb; color:#1a6b39; }
.kb-cm-flash.err{ background:#fdeaea; border:1px solid #f5c6c6; color:#b3261e; }
.kb-cm-empty{ color:#86868b; font-size:14.5px; margin:0 0 26px; }
.kb-cm-list{ list-style:none; margin:0 0 34px; padding:0; display:flex; flex-direction:column; gap:20px; }
.kb-cm{ display:flex; gap:14px; }
.kb-cm-av{ flex:none; width:42px; height:42px; border-radius:50%; background:linear-gradient(135deg,#c8102e,#8c0a1f); color:#fff; font-weight:700; font-size:17px; display:flex; align-items:center; justify-content:center; }
.kb-cm-body{ flex:1; min-width:0; }
.kb-cm-meta{ display:flex; align-items:baseline; gap:10px; margin-bottom:5px; }
.kb-cm-meta b{ font-size:14.5px; color:#1d1d1f; }
.kb-cm-meta span{ font-size:12px; color:#a0a0a6; }
.kb-cm-body > p{ font-size:14.5px; line-height:1.6; color:#3a3a40; margin:0; overflow-wrap:break-word; }
.kb-cm-reply{ margin:12px 0 0; padding:12px 16px; background:#faf7f7; border-left:3px solid var(--brand-red,#c8102e); border-radius:0 10px 10px 0; font-size:14px; line-height:1.6; color:#3a3a40; }
.kb-cm-reply strong{ display:inline-flex; align-items:center; gap:5px; color:var(--brand-red,#c8102e); font-weight:700; margin-right:6px; }
.kb-cm-formbox{ background:#f7f7f9; border:1px solid #ececef; border-radius:16px; padding:24px; }
.kb-cm-formbox h3{ font-size:18px; margin:0 0 6px; }
.kb-cm-note{ font-size:12.5px; color:#86868b; margin:0 0 16px; display:flex; align-items:center; gap:6px; }
.kb-cm-note i{ color:#1f9d55; }
.kb-cm-form .kb-cm-row{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:12px; }
@media(max-width:560px){ .kb-cm-form .kb-cm-row{ grid-template-columns:1fr; } }
.kb-cm-form input,.kb-cm-form textarea{ width:100%; padding:12px 14px; border:1px solid #e0e0e5; border-radius:10px; font:inherit; font-size:14px; background:#fff; box-sizing:border-box; }
.kb-cm-form input:focus,.kb-cm-form textarea:focus{ outline:none; border-color:var(--brand-red,#c8102e); box-shadow:0 0 0 3px rgba(200,16,46,.1); }
.kb-cm-form textarea{ resize:vertical; margin-bottom:14px; min-height:100px; }
.kb-cm-hp{ position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; opacity:0 !important; }
.kb-cm-form .kb-btn-red{ cursor:pointer; border:none; }
