/* ===========================================
   Autostin Article Style Pro
   Version: 1.0.0
   Site: https://autostin.com/
   Niche: Automotive Gear Review & Car Accessories
   Scoped to .autostin-blog-wrap only
   Does NOT affect any other page or post
=========================================== */


/* ── BASE WRAPPER ── */
.autostin-blog-wrap {
  margin: 0 auto;
  padding: 0 16px;
  line-height: 1.8;
  color: #1e1e1e;
  box-sizing: border-box;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}

.autostin-blog-wrap *,
.autostin-blog-wrap *::before,
.autostin-blog-wrap *::after {
  box-sizing: border-box;
}


/* ── TYPOGRAPHY ── */
.autostin-blog-wrap p {
  margin: 0 0 1.3em;
}

.autostin-blog-wrap h2 {
  font-size: 1.5em;
  font-weight: 800;
  margin: 2.2em 0 0.6em;
  color: #111111;
  line-height: 1.3;
  letter-spacing: -0.02em;
  border-bottom: 3px solid #cc0000;
  padding-bottom: 0.35em;
}

.autostin-blog-wrap h3 {
  font-size: 1.15em;
  font-weight: 700;
  margin: 1.7em 0 0.5em;
  color: #1a1a1a;
  line-height: 1.4;
}

.autostin-blog-wrap h4 {
  font-size: 1em;
  font-weight: 700;
  margin: 1.4em 0 0.4em;
  color: #1a1a1a;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.autostin-blog-wrap ul,
.autostin-blog-wrap ol {
  margin: 0 0 1.3em 0;
  padding-left: 1.6em;
}

.autostin-blog-wrap li       { margin-bottom: 0.55em; }
.autostin-blog-wrap strong   { font-weight: 700; color: #111111; }
.autostin-blog-wrap em       { font-style: italic; color: #444444; }

.autostin-blog-wrap a {
  color: #cc0000;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(204,0,0,0.35);
  transition: text-decoration-color .2s, color .2s;
}
.autostin-blog-wrap a:hover {
  color: #990000;
  text-decoration-color: #990000;
}

.autostin-blog-wrap section { margin-bottom: 0.4em; }

/* Blockquote */
.autostin-blog-wrap blockquote {
  margin: 1.8em 0;
  padding: 18px 24px;
  border-left: 4px solid #cc0000;
  background: #f9f9f9;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: #444;
  font-size: 1.05em;
  line-height: 1.7;
}
.autostin-blog-wrap blockquote cite {
  display: block;
  margin-top: 8px;
  font-size: 0.8em;
  font-style: normal;
  color: #888;
  letter-spacing: 0.04em;
}


/* ============================================================
   AFFILIATE DISCLOSURE — always first in post
============================================================ */
.autostin-affiliate-disclosure {
  background: #fff8f8;
  border-left: 4px solid #cc0000;
  border-radius: 4px;
  padding: 12px 16px;
  margin: 0 0 2em;
  font-size: 0.82em;
  color: #555;
  line-height: 1.6;
}
.autostin-affiliate-label {
  display: block;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #cc0000;
  margin-bottom: 4px;
}


/* ============================================================
   CONTENT CALLOUT BOXES
============================================================ */

/* ── Quick Verdict Box ── */
.autostin-quick-verdict {
  background: #fff3f3;
  border-left: 5px solid #cc0000;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 0 0 2em;
}
.autostin-verdict-label {
  font-weight: 700;
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #cc0000;
  margin-bottom: 8px;
  display: block;
}
.autostin-quick-verdict p { margin: 0; }

/* ── Editor's Pick Box ── */
.autostin-editors-pick {
  background: #f3faf4;
  border: 2px solid #1e6b3a;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.autostin-pick-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1e6b3a;
  margin-bottom: 8px;
}
.autostin-editors-pick p { margin: 0; }

/* ── Road Test Note ── */
.autostin-road-test {
  background: #f0f4ff;
  border-left: 5px solid #1a4a7a;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 1.8em 0;
  font-style: italic;
}
.autostin-road-test-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a4a7a;
  margin-bottom: 8px;
  font-style: normal;
}
.autostin-road-test p { margin: 0; }

/* ── Mechanic's Tip Box ── */
.autostin-tip-box {
  background: #f3faf4;
  border-left: 5px solid #1e6b3a;
  border-radius: 6px;
  padding: 16px 22px;
  margin: 1.8em 0;
}
.autostin-tip-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1e6b3a;
  margin-bottom: 8px;
}
.autostin-tip-box p { margin: 0; }

/* ── Tech Note Box ── */
.autostin-note-box {
  background: #f0f4ff;
  border-left: 5px solid #1a4a7a;
  border-radius: 6px;
  padding: 16px 22px;
  margin: 1.8em 0;
}
.autostin-note-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a4a7a;
  margin-bottom: 8px;
}
.autostin-note-box p { margin: 0; }

/* ── Safety Warning Box ── */
.autostin-warning-box {
  background: #fff8f0;
  border-left: 5px solid #cc5500;
  border-radius: 6px;
  padding: 16px 22px;
  margin: 1.8em 0;
}
.autostin-warn-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #cc5500;
  margin-bottom: 8px;
}
.autostin-warning-box p { margin: 0; }

/* ── Bottom Line Box ── */
.autostin-bottom-line {
  background: #f5f5f5;
  border-left: 5px solid #1a1a1a;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 2.2em 0 1.8em;
}
.autostin-bottom-line-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  margin-bottom: 8px;
}
.autostin-bottom-line p { margin: 0; }


/* ============================================================
   SHOPPING & AFFILIATE COMPONENTS
============================================================ */

/* ── Buy This Gear Box ── */
.autostin-shop-box {
  background: #fff8f8;
  border: 2px solid #cc0000;
  border-radius: 10px;
  padding: 20px 22px;
  margin: 2em 0;
}
.autostin-shop-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #cc0000;
  margin-bottom: 14px;
}
.autostin-shop-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.autostin-shop-item {
  flex: 1;
  min-width: 190px;
  background: #fff;
  border: 1px solid #e5c0c0;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.autostin-shop-item-name {
  font-size: 0.92em;
  font-weight: 700;
  color: #111;
  line-height: 1.4;
}
.autostin-shop-item-price {
  font-size: 1.1em;
  font-weight: 800;
  color: #cc0000;
}
.autostin-shop-btn {
  display: inline-block;
  margin-top: 4px;
  background: #1a1a1a;
  color: #ffffff !important;
  font-size: 0.82em;
  font-weight: 700;
  font-style: normal;
  text-decoration: none !important;
  padding: 7px 14px;
  border-radius: 4px;
  letter-spacing: 0.04em;
  transition: background .2s;
  align-self: flex-start;
}
.autostin-shop-btn:hover {
  background: #cc0000 !important;
  color: #fff !important;
  opacity: 1 !important;
}

/* ── Price / Budget Estimate ── */
.autostin-price-box {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-left: 5px solid #1a1a1a;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 1.8em 0;
}
.autostin-price-label {
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  display: block;
  margin-bottom: 10px;
}
.autostin-price-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
  border-bottom: 1px solid #e5e5e5;
  font-size: 0.93em;
}
.autostin-price-row:last-child { border-bottom: none; }
.autostin-price-row span:first-child { color: #555; }
.autostin-price-row span:last-child { font-weight: 700; color: #111; }

/* ── Gear Pick Card ── */
.autostin-gear-pick {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 20px;
  margin: 1.8em 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(0,0,0,.08);
}
.autostin-gear-pick-badge {
  display: inline-block;
  background: #cc0000;
  color: #fff;
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 3px 10px;
  border-radius: 3px;
  margin-bottom: 10px;
}
.autostin-gear-pick-body { display: flex; flex-direction: column; gap: 6px; }
.autostin-gear-pick-title {
  font-size: 1.08em;
  font-weight: 700;
  color: #111;
  display: block;
}
.autostin-gear-pick-desc {
  font-size: 0.93em;
  color: #555;
  line-height: 1.6;
  display: block;
}
.autostin-gear-pick-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.88em;
  font-weight: 700;
  color: #cc0000 !important;
  text-decoration: none !important;
}
.autostin-gear-pick-link:hover { color: #1a1a1a !important; }


/* ============================================================
   STATS & SPECS
============================================================ */

/* ── Spec Strip ── */
.autostin-spec-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.8em 0;
}
.autostin-spec-item {
  flex: 1;
  min-width: 130px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-top: 3px solid #cc0000;
  border-radius: 8px;
  padding: 16px 14px;
  text-align: center;
}
.autostin-spec-number {
  font-size: 2em;
  font-weight: 800;
  color: #cc0000;
  line-height: 1.1;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.autostin-spec-desc {
  font-size: 0.8em;
  color: #666;
  margin-top: 5px;
  display: block;
}

/* ── Spec Sheet (like Style Guide) ── */
.autostin-spec-sheet {
  background: #f0f4ff;
  border: 1px solid #c0d0e8;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.autostin-spec-sheet-label {
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a4a7a;
  display: block;
  margin-bottom: 12px;
}
.autostin-spec-sheet-body { display: flex; flex-direction: column; }
.autostin-spec-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #d0ddf0;
  font-size: 0.93em;
}
.autostin-spec-row:last-child { border-bottom: none; }
.autostin-spec-key {
  font-weight: 700;
  color: #1a3a6a;
  min-width: 110px;
  flex-shrink: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.autostin-spec-val { color: #1e1e1e; flex: 1; }


/* ============================================================
   LISTS & STRUCTURED CONTENT
============================================================ */

/* ── Install Tips List ── */
.autostin-install-tips {
  background: #f3faf4;
  border: 1px solid #a8d5b5;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.autostin-install-tips-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #145a2a;
  margin-bottom: 12px;
  display: block;
}
.autostin-install-tips ul { margin: 0; padding-left: 1.4em; }
.autostin-install-tips li { margin-bottom: 8px; font-size: 0.95em; color: #1e1e1e; }

/* ── Pre-Buy Checklist ── */
.autostin-checklist {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 22px;
  margin: 1.8em 0;
}
.autostin-checklist-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #111;
  margin-bottom: 12px;
  display: block;
}
.autostin-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.autostin-checklist li {
  padding: 7px 0 7px 28px;
  position: relative;
  font-size: 0.95em;
  border-bottom: 1px solid #ebebeb;
  color: #1e1e1e;
  margin: 0;
}
.autostin-checklist li:last-child { border-bottom: none; }
.autostin-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: #1e6b3a;
  font-weight: 700;
  font-size: 1em;
}

/* ── Pros & Cons ── */
.autostin-compare {
  display: flex;
  gap: 14px;
  margin: 1.8em 0;
  flex-wrap: wrap;
}
.autostin-compare-col {
  flex: 1;
  min-width: 200px;
  border-radius: 8px;
  padding: 16px 18px;
}
.autostin-compare-col.good {
  background: #f3faf4;
  border: 1px solid #a8d5b5;
}
.autostin-compare-col.bad {
  background: #fff5f5;
  border: 1px solid #f0b0b0;
}
.autostin-compare-title {
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  display: block;
}
.autostin-compare-col.good .autostin-compare-title { color: #145a2a; }
.autostin-compare-col.bad  .autostin-compare-title { color: #990000; }
.autostin-compare-col ul { margin: 0; padding-left: 1.2em; }
.autostin-compare-col li { font-size: 0.92em; margin-bottom: 6px; color: #1e1e1e; }

/* ── Do's & Don'ts ── */
.autostin-dos-donts {
  display: flex;
  gap: 14px;
  margin: 1.8em 0;
  flex-wrap: wrap;
}
.autostin-dos, .autostin-donts {
  flex: 1;
  min-width: 200px;
  border-radius: 8px;
  padding: 16px 18px;
}
.autostin-dos  { background: #f3faf4; border: 1px solid #a8d5b5; }
.autostin-donts{ background: #fff5f5; border: 1px solid #f0b0b0; }
.autostin-dos-title, .autostin-donts-title {
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  display: block;
}
.autostin-dos-title   { color: #145a2a; }
.autostin-donts-title { color: #990000; }
.autostin-dos ul, .autostin-donts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.autostin-dos li, .autostin-donts li {
  padding: 5px 0 5px 22px;
  position: relative;
  font-size: 0.92em;
  color: #1e1e1e;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.autostin-dos li:last-child, .autostin-donts li:last-child { border-bottom: none; }
.autostin-dos li::before   { content: '✓'; position: absolute; left: 0; color: #1e6b3a; font-weight: 700; }
.autostin-donts li::before { content: '✗'; position: absolute; left: 0; color: #cc0000; font-weight: 700; }

/* ── Install Steps ── */
.autostin-steps { margin: 1.8em 0; }
.autostin-step {
  display: flex;
  gap: 18px;
  align-items: flex-start;
  padding: 18px 0;
  border-bottom: 1px solid #e5e5e5;
}
.autostin-step:last-child { border-bottom: none; }
.autostin-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #1a1a1a;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.autostin-step-body { flex: 1; }
.autostin-step-body strong { font-size: 1em; color: #111; display: block; margin-bottom: 5px; }
.autostin-step-body p { font-size: 0.95em; color: #444; margin: 0; }


/* ============================================================
   HIGHLIGHTS & FACTS
============================================================ */

/* ── Key Stat / Highlight ── */
.autostin-highlight {
  background: linear-gradient(135deg, #f5f5f5 0%, #fff3f3 100%);
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 22px 26px;
  margin: 2em 0;
  text-align: center;
}
.autostin-highlight-text {
  font-size: 1.2em;
  font-weight: 700;
  color: #cc0000;
  line-height: 1.5;
  display: block;
  font-style: italic;
}
.autostin-highlight-sub {
  font-size: 0.83em;
  color: #888;
  margin-top: 8px;
  display: block;
}

/* ── Did You Know Box ── */
.autostin-did-you-know {
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 1.8em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.autostin-dyk-icon { font-size: 1.8em; flex-shrink: 0; line-height: 1; }
.autostin-dyk-body { flex: 1; }
.autostin-dyk-label {
  font-weight: 700;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #555;
  display: block;
  margin-bottom: 6px;
}
.autostin-dyk-body p { margin: 0; font-size: 0.95em; color: #1e1e1e; }


/* ============================================================
   COMPATIBILITY & RATING
============================================================ */

/* ── Compatibility Note ── */
.autostin-compat-box {
  background: #fffbf0;
  border: 1px solid #f0d890;
  border-left: 5px solid #cc8800;
  border-radius: 6px;
  padding: 16px 20px;
  margin: 1.8em 0;
}
.autostin-compat-label {
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #996600;
  display: block;
  margin-bottom: 8px;
}
.autostin-compat-box p { margin: 0; font-size: 0.95em; }

/* ── Rating Stars ── */
.autostin-rating-box {
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 1.8em 0;
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}
.autostin-rating-stars {
  font-size: 1.5em;
  color: #cc8800;
  letter-spacing: 2px;
  line-height: 1;
}
.autostin-rating-body { flex: 1; }
.autostin-rating-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #111;
  display: block;
  margin-bottom: 4px;
}
.autostin-rating-sub {
  font-size: 0.85em;
  color: #666;
}


/* ============================================================
   SUMMARY & FAQ
============================================================ */

/* ── Verdict Box ── */
.autostin-verdict-box {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 2em 0;
}
.autostin-verdict-box-label {
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #1a1a1a;
  display: block;
  margin-bottom: 10px;
}
.autostin-verdict-box ul { margin: 0; padding-left: 1.3em; }
.autostin-verdict-box li { font-size: 0.95em; margin-bottom: 6px; color: #1e1e1e; }

/* ── FAQ Accordion ── */
.autostin-faq { margin: 1.8em 0; }
.autostin-faq-item {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
}
.autostin-faq-q {
  background: #f5f5f5;
  padding: 15px 20px;
  font-weight: 700;
  font-size: 0.97em;
  color: #111;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  user-select: none;
  line-height: 1.4;
}
.autostin-faq-q::after {
  content: '+';
  font-size: 1.4em;
  color: #cc0000;
  font-weight: 300;
  flex-shrink: 0;
  transition: transform .25s;
  font-family: -apple-system, sans-serif;
}
.autostin-faq-item.open .autostin-faq-q::after { transform: rotate(45deg); }
.autostin-faq-a {
  display: none;
  padding: 15px 20px;
  font-size: 0.95em;
  color: #333;
  border-top: 1px solid #e0e0e0;
  background: #fff;
  line-height: 1.75;
}
.autostin-faq-a p { margin: 0; }
.autostin-faq-item.open .autostin-faq-a { display: block; }


/* ============================================================
   PRODUCTS & TOOLS
============================================================ */

/* ── What You'll Need ── */
.autostin-tools-box {
  background: #fafafa;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 1.8em 0;
}
.autostin-tools-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #111;
  margin-bottom: 12px;
  display: block;
}
.autostin-tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.autostin-tool-tag {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 20px;
  padding: 5px 14px;
  font-size: 0.85em;
  color: #1a1a1a;
  white-space: nowrap;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}


/* ============================================================
   TABLES
============================================================ */
.autostin-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.6em 0 2em;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}
.autostin-blog-wrap table {
  width: 100%;
  min-width: 460px;
  border-collapse: collapse;
  font-size: 0.93em;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}
.autostin-blog-wrap thead { background: #1a1a1a; color: #ffffff; }
.autostin-blog-wrap th {
  text-align: left;
  padding: 13px 15px;
  font-weight: 700;
  font-size: 0.88em;
  letter-spacing: 0.04em;
}
.autostin-blog-wrap td {
  padding: 11px 15px;
  border-top: 1px solid #e5e5e5;
  vertical-align: top;
  color: #1e1e1e;
}
.autostin-blog-wrap tbody tr:nth-child(even) td { background: #f8f8f8; }
.autostin-blog-wrap tbody tr:hover td { background: #fff0f0; }


/* ============================================================
   IMAGE PLACEHOLDER
============================================================ */
.autostin-img-placeholder {
  background: #f5f5f5;
  border: 2px dashed #ccc;
  border-radius: 8px;
  padding: 32px 20px;
  margin: 1.8em 0;
  text-align: center;
  color: #888;
  font-size: 0.88em;
  font-family: -apple-system, BlinkMacSystemFont, sans-serif;
}
.autostin-img-placeholder span {
  display: block;
  font-size: 2em;
  margin-bottom: 8px;
}


/* ============================================================
   AMAZON CTA BUTTON
============================================================ */
.autostin-blog-wrap .autostin-amazon-cta-wrap {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  margin: 28px 0 30px !important;
  padding: 0 !important;
}

.autostin-blog-wrap .autostin-amazon-btn {
  position: relative;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: min(100%, 410px) !important;
  min-height: 56px;
  margin: 0 !important;
  padding: 15px 28px !important;
  overflow: hidden;
  background: linear-gradient(135deg, #cc0000 0%, #990000 100%) !important;
  color: #ffffff !important;
  border: 1px solid #ff3333 !important;
  border-radius: 8px !important;
  box-shadow: 0 7px 18px rgba(204,0,0,.28);
  font-family: inherit;
  font-size: 1rem !important;
  font-weight: 800 !important;
  font-style: normal !important;
  line-height: 1.35 !important;
  letter-spacing: .015em !important;
  text-align: center !important;
  text-decoration: none !important;
  white-space: normal !important;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, border-color .2s ease;
}

.autostin-blog-wrap .autostin-amazon-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 65%;
  height: 100%;
  background: linear-gradient(100deg, transparent, rgba(255,255,255,.2), transparent);
  transform: skewX(-18deg);
  transition: left .55s ease;
  pointer-events: none;
}

.autostin-blog-wrap .autostin-amazon-btn:hover,
.autostin-blog-wrap .autostin-amazon-btn:focus-visible {
  background: linear-gradient(135deg, #dd0000 0%, #aa0000 100%) !important;
  border-color: #ff6666 !important;
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 11px 24px rgba(204,0,0,.35);
  opacity: 1 !important;
}

.autostin-blog-wrap .autostin-amazon-btn:hover::before,
.autostin-blog-wrap .autostin-amazon-btn:focus-visible::before {
  left: 145%;
}

.autostin-blog-wrap .autostin-amazon-btn:focus-visible {
  outline: 3px solid rgba(204,0,0,.34) !important;
  outline-offset: 3px;
}

.autostin-blog-wrap .autostin-amazon-btn:active {
  transform: translateY(0);
  box-shadow: 0 5px 12px rgba(204,0,0,.22);
}


/* ============================================================
   MOBILE
============================================================ */
@media (max-width: 640px) {
  .autostin-blog-wrap      { padding: 0 12px; }
  .autostin-blog-wrap h2   { font-size: 1.25em; }
  .autostin-blog-wrap h3   { font-size: 1.08em; }

  .autostin-quick-verdict,
  .autostin-tip-box,
  .autostin-note-box,
  .autostin-warning-box,
  .autostin-bottom-line,
  .autostin-road-test,
  .autostin-editors-pick,
  .autostin-install-tips,
  .autostin-checklist,
  .autostin-tools-box,
  .autostin-price-box,
  .autostin-verdict-box,
  .autostin-spec-sheet     { padding: 14px 16px; }

  .autostin-compare,
  .autostin-dos-donts      { flex-direction: column; }

  .autostin-shop-grid      { flex-direction: column; }
  .autostin-shop-item      { min-width: unset; }

  .autostin-spec-strip     { gap: 8px; }
  .autostin-spec-item      { min-width: 100px; }
  .autostin-spec-number    { font-size: 1.6em; }

  .autostin-did-you-know,
  .autostin-gear-pick,
  .autostin-rating-box     { flex-direction: column; gap: 8px; }

  .autostin-highlight-text { font-size: 1em; }

  .autostin-faq-q          { font-size: 0.9em; padding: 13px 16px; }
  .autostin-faq-a          { padding: 13px 16px; }
}

@media (max-width: 600px) {
  .autostin-blog-wrap .autostin-amazon-cta-wrap {
    margin: 24px 0 26px !important;
    padding: 0 2px !important;
  }
  .autostin-blog-wrap .autostin-amazon-btn {
    width: 100% !important;
    max-width: 360px !important;
    min-height: 54px;
    padding: 14px 18px !important;
    font-size: .96rem !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .autostin-blog-wrap .autostin-amazon-btn,
  .autostin-blog-wrap .autostin-amazon-btn::before {
    transition: none !important;
  }
}
