/* ===========================================
   PickTheTools Article Style Pro
   Version: 1.0.0
   Site: https://pickthetools.com/
   Niche: Automotive Tools, Garage Equipment, Diagnostic Tools, Buying Guides
   Scoped to .pickthetools-blog-wrap only
   Does NOT affect posts/pages without this wrapper
   Article types: Info Article, Buying Guide, Comparison, Single Review
=========================================== */

.pickthetools-blog-wrap {
  margin: 0 auto;
  padding: 0 18px;
  line-height: 1.78;
  color: #1e2630;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

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

.pickthetools-blog-wrap p { margin: 0 0 1.2em; }

.pickthetools-blog-wrap h1,
.pickthetools-blog-wrap h2,
.pickthetools-blog-wrap h3,
.pickthetools-blog-wrap h4 {
  color: #0d1b2a;
  letter-spacing: -0.015em;
}

.pickthetools-blog-wrap h1 {
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
  margin: 0 0 0.62em;
  font-weight: 800;
}

.pickthetools-blog-wrap h2 {
  font-size: 1.58em;
  font-weight: 780;
  margin: 2em 0 0.65em;
  line-height: 1.24;
  position: relative;
}

.pickthetools-blog-wrap h2::after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: #e85d04;
  border-radius: 999px;
  margin-top: 9px;
}

.pickthetools-blog-wrap h3 {
  font-size: 1.2em;
  font-weight: 760;
  margin: 1.55em 0 0.5em;
  line-height: 1.32;
}

.pickthetools-blog-wrap ul,
.pickthetools-blog-wrap ol {
  margin: 0 0 1.2em;
  padding-left: 1.45em;
}

.pickthetools-blog-wrap li { margin-bottom: 0.5em; }
.pickthetools-blog-wrap strong { font-weight: 750; color: #0d1b2a; }

.pickthetools-blog-wrap a {
  color: #e85d04;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.pickthetools-blog-wrap a:hover { opacity: .82; }
.pickthetools-blog-wrap section { margin-bottom: 0.45em; }

.pickthetools-blog-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: 14px;
}

/* ================================================
   STANDARD CALLOUT BOXES
   Use: All article types
================================================ */
.pickthetools-quick-answer,
.pickthetools-tip-box,
.pickthetools-note-box,
.pickthetools-warning-box,
.pickthetools-takeaway-box {
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.65em 0;
  box-shadow: 0 8px 24px rgba(13,27,42,.06);
}

/* Quick Answer — for info articles, top of page */
.pickthetools-quick-answer {
  background: linear-gradient(135deg,#fff8f5,#fff1ea);
  border: 1px solid #f4c5aa;
  border-left: 5px solid #e85d04;
  margin-top: 0;
}
.pickthetools-qa-label,
.pickthetools-tip-label,
.pickthetools-note-label,
.pickthetools-warn-label,
.pickthetools-takeaway-label {
  display: block;
  font-weight: 800;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.11em;
  margin-bottom: 8px;
}
.pickthetools-quick-answer p,
.pickthetools-tip-box p,
.pickthetools-note-box p,
.pickthetools-warning-box p,
.pickthetools-takeaway-box p { margin: 0; }
.pickthetools-qa-label { color: #e85d04; }

/* Tip Box — green */
.pickthetools-tip-box {
  background: #f4fbf2;
  border: 1px solid #cce5c7;
  border-left: 5px solid #3a7d44;
}
.pickthetools-tip-label { color: #3a7d44; }

/* Note Box — blue-grey */
.pickthetools-note-box {
  background: #f0f5ff;
  border: 1px solid #c5d4f5;
  border-left: 5px solid #3b5bdb;
}
.pickthetools-note-label { color: #3b5bdb; }

/* Warning Box — red */
.pickthetools-warning-box {
  background: #fff5f5;
  border: 1px solid #fccfcf;
  border-left: 5px solid #c0392b;
}
.pickthetools-warn-label { color: #c0392b; }

/* Takeaway Box — dark navy */
.pickthetools-takeaway-box {
  background: #f4f6fa;
  border: 1px solid #d5dce8;
  border-left: 5px solid #0d1b2a;
}
.pickthetools-takeaway-label { color: #0d1b2a; }

/* ================================================
   BUYING GUIDE COMPONENTS
   Use: Buying guide article type
================================================ */

/* Our Top Pick — prominent product callout */
.pickthetools-top-pick {
  background: linear-gradient(135deg,#fff8f5,#fff1ea);
  border: 2px solid #e85d04;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 1.8em 0;
  display: flex;
  align-items: center;
  gap: 15px;
  flex-wrap: wrap;
  box-shadow: 0 10px 28px rgba(232,93,4,.1);
}
.pickthetools-top-pick-badge {
  background: #e85d04;
  color: #fff;
  font-weight: 850;
  font-size: 0.79em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 5px 14px;
  border-radius: 999px;
  white-space: nowrap;
  flex-shrink: 0;
}
.pickthetools-top-pick-body { flex: 1; min-width: 200px; }
.pickthetools-top-pick-name {
  font-weight: 800;
  font-size: 1.04em;
  color: #0d1b2a;
  display: block;
  margin-bottom: 3px;
}
.pickthetools-top-pick-body p { margin: 0; font-size: 0.93em; color: #3a4a5c; }

/* Budget Tier Box — for buying guides with price tiers */
.pickthetools-budget-tier {
  background: #f4f6fa;
  border: 1px solid #d5dce8;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.pickthetools-budget-tier-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #3b5bdb;
  display: block;
  margin-bottom: 10px;
}
.pickthetools-budget-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #dde4f0;
  font-size: 0.93em;
  color: #3a4a5c;
}
.pickthetools-budget-row:last-child { border-bottom: none; }
.pickthetools-budget-row span:last-child {
  font-weight: 850;
  color: #0d1b2a;
  text-align: right;
}

/* What to Look For — buying criteria box */
.pickthetools-criteria-box {
  background: #fff8f5;
  border: 1px solid #f4c5aa;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.pickthetools-criteria-title {
  font-weight: 850;
  font-size: 0.88em;
  color: #e85d04;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  display: block;
  margin-bottom: 12px;
}
.pickthetools-criteria-box ul { list-style: none; margin: 0; padding: 0; }
.pickthetools-criteria-box li {
  padding: 7px 0 7px 26px;
  position: relative;
  font-size: 0.94em;
  border-bottom: 1px solid #f4cdb8;
  color: #1e2630;
  margin: 0;
}
.pickthetools-criteria-box li:last-child { border-bottom: none; }
.pickthetools-criteria-box li::before {
  content: '▸';
  position: absolute;
  left: 0;
  color: #e85d04;
  font-size: .9em;
  top: 8px;
}

/* ================================================
   SINGLE REVIEW COMPONENTS
   Use: Single product review article type
================================================ */

/* Verdict Box */
.pickthetools-verdict-box {
  border: 2px solid #e85d04;
  border-radius: 16px;
  overflow: hidden;
  margin: 1.85em 0;
  background: #fff;
  box-shadow: 0 12px 32px rgba(13,27,42,.08);
}
.pickthetools-verdict-label {
  background: #e85d04;
  color: #fff;
  font-weight: 850;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 11px 18px;
  display: block;
}
.pickthetools-verdict-body {
  padding: 18px 20px;
  background: linear-gradient(135deg,#fff8f5,#fff1ea);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.pickthetools-verdict-body p { margin: 0; flex: 1; font-size: 0.95em; color: #1e2630; }
.pickthetools-overall-score {
  font-size: 2.1em;
  font-weight: 900;
  color: #e85d04;
  white-space: nowrap;
  line-height: 1;
}

/* Score Card — rating bars */
.pickthetools-score-card {
  background: #fafbfd;
  border: 1px solid #d5dce8;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 1.6em 0;
}
.pickthetools-score-card-title {
  font-weight: 850;
  font-size: 0.88em;
  color: #0d1b2a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 12px;
}
.pickthetools-score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #edf0f5;
}
.pickthetools-score-row:last-child { border-bottom: none; }
.pickthetools-score-label {
  font-size: 0.87em;
  font-weight: 700;
  color: #3a4a5c;
  min-width: 140px;
}
.pickthetools-score-bar {
  flex: 1;
  height: 9px;
  background: #e2e8f0;
  border-radius: 999px;
  overflow: hidden;
}
.pickthetools-score-fill {
  display: block;
  height: 100%;
  background: #e85d04;
  border-radius: 999px;
  transition: width .45s ease;
}
.pickthetools-score-val {
  font-size: 0.87em;
  font-weight: 800;
  color: #0d1b2a;
  min-width: 32px;
  text-align: right;
}

/* Pros & Cons */
.pickthetools-pros-cons {
  display: flex;
  gap: 14px;
  margin: 1.6em 0;
  flex-wrap: wrap;
}
.pickthetools-pros,
.pickthetools-cons {
  flex: 1;
  min-width: 220px;
  border-radius: 14px;
  padding: 16px 18px;
}
.pickthetools-pros { background: #f4fbf2; border: 1px solid #cce5c7; }
.pickthetools-cons { background: #fff5f5; border: 1px solid #fccfcf; }
.pickthetools-pros-title,
.pickthetools-cons-title {
  font-weight: 800;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: block;
}
.pickthetools-pros-title { color: #3a7d44; }
.pickthetools-cons-title { color: #c0392b; }
.pickthetools-pros ul,
.pickthetools-cons ul { list-style: none; margin: 0; padding: 0; }
.pickthetools-pros li,
.pickthetools-cons li {
  padding: 6px 0 6px 22px;
  position: relative;
  font-size: 0.93em;
  color: #1e2630;
  margin: 0;
  border-bottom: 1px solid rgba(13,27,42,.06);
}
.pickthetools-pros li:last-child,
.pickthetools-cons li:last-child { border-bottom: none; }
.pickthetools-pros li::before { content: '✓'; position: absolute; left: 0; font-weight: 900; color: #3a7d44; }
.pickthetools-cons li::before { content: '✕'; position: absolute; left: 0; font-weight: 900; color: #c0392b; }

/* Product Specs Table */
.pickthetools-specs-box {
  background: #fafbfd;
  border: 1px solid #d5dce8;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.pickthetools-specs-title {
  font-weight: 850;
  font-size: 0.88em;
  color: #0d1b2a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 12px;
}
.pickthetools-spec-row {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f5;
  font-size: 0.93em;
  align-items: flex-start;
}
.pickthetools-spec-row:last-child { border-bottom: none; }
.pickthetools-spec-name {
  font-weight: 700;
  color: #3a4a5c;
  min-width: 130px;
  flex-shrink: 0;
}
.pickthetools-spec-val {
  color: #1e2630;
  text-align: right;
  flex: 1;
}

/* Who It's For Box */
.pickthetools-who-for {
  background: #f4f6fa;
  border: 1px solid #d5dce8;
  border-left: 5px solid #3b5bdb;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.pickthetools-who-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #3b5bdb;
  display: block;
  margin-bottom: 8px;
}
.pickthetools-who-for p { margin: 0; font-size: 0.95em; color: #1e2630; }

/* Safety Notice */
.pickthetools-safety-box {
  background: #fff5f5;
  border: 1px solid #fccfcf;
  border-left: 5px solid #c0392b;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.pickthetools-safety-icon { font-size: 1.6em; flex-shrink: 0; line-height: 1; }
.pickthetools-safety-body { flex: 1; }
.pickthetools-safety-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #c0392b;
  display: block;
  margin-bottom: 6px;
}
.pickthetools-safety-body p { margin: 0; font-size: 0.95em; color: #1e2630; }

/* ================================================
   COMPARISON ARTICLE COMPONENTS
   Use: Comparison / vs article type
================================================ */

/* Comparison Winner Box */
.pickthetools-winner-box {
  background: linear-gradient(135deg,#0d1b2a,#1a3252);
  color: #fff;
  border: 1px solid rgba(232,93,4,.4);
  border-radius: 16px;
  padding: 18px 22px;
  margin: 1.8em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(13,27,42,.2);
}
.pickthetools-winner-info { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 200px; }
.pickthetools-winner-badge {
  display: inline-block;
  background: #e85d04;
  color: #fff;
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  padding: 4px 12px;
  border-radius: 999px;
  width: fit-content;
  margin-bottom: 6px;
}
.pickthetools-winner-name { font-weight: 800; font-size: 1.05em; color: #fff; }
.pickthetools-winner-reason { font-size: 0.9em; color: #b8c8dc; }
.pickthetools-winner-score {
  font-size: 2em;
  font-weight: 900;
  color: #e85d04;
  line-height: 1;
  white-space: nowrap;
}

/* Side-by-Side Comparison Table */
.pickthetools-compare-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.45em 0 1.85em;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid #d5dce8;
}
.pickthetools-compare-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 0.93em;
  background: #fff;
}
.pickthetools-compare-table thead { background: #0d1b2a; color: #fff; }
.pickthetools-compare-table th {
  text-align: left;
  padding: 13px 15px;
  font-weight: 850;
  font-size: 0.87em;
  letter-spacing: 0.03em;
}
.pickthetools-compare-table td {
  padding: 11px 15px;
  border-top: 1px solid #edf0f5;
  vertical-align: top;
  color: #1e2630;
}
.pickthetools-compare-table tbody tr:nth-child(even) td { background: #f8f9fc; }
.pickthetools-compare-table tbody tr:hover td { background: #fff3ee; }
.pickthetools-compare-table .pt-winner-col { background: #fff8f5 !important; }
.pickthetools-compare-table .pt-check { color: #3a7d44; font-weight: 900; }
.pickthetools-compare-table .pt-cross { color: #c0392b; font-weight: 900; }

/* Use-Case Recommendation Box */
.pickthetools-usecase-box {
  background: #fafbfd;
  border: 1px solid #d5dce8;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.pickthetools-usecase-title {
  font-weight: 850;
  font-size: 0.88em;
  color: #0d1b2a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  display: block;
  margin-bottom: 12px;
}
.pickthetools-usecase-row {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #edf0f5;
  font-size: 0.93em;
}
.pickthetools-usecase-row:last-child { border-bottom: none; }
.pickthetools-usecase-scenario {
  font-weight: 700;
  color: #3a4a5c;
  min-width: 145px;
  flex-shrink: 0;
}
.pickthetools-usecase-pick { color: #1e2630; flex: 1; }
.pickthetools-usecase-pick strong { color: #e85d04; }

/* ================================================
   SHARED COMPONENTS (All Article Types)
================================================ */

/* CTA / Affiliate Link Box */
.pickthetools-cta-box {
  background: linear-gradient(135deg,#0d1b2a,#1a3252);
  color: #fff;
  border: 1px solid rgba(232,93,4,.35);
  border-radius: 16px;
  padding: 18px 22px;
  margin: 1.8em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 14px 36px rgba(13,27,42,.18);
}
.pickthetools-cta-info { display: flex; flex-direction: column; gap: 4px; flex: 1; min-width: 200px; }
.pickthetools-cta-title { font-weight: 850; font-size: 1em; color: #fff; }
.pickthetools-cta-text { font-size: 0.9em; color: #b8c8dc; }
.pickthetools-cta-btn {
  display: inline-block;
  background: #e85d04;
  color: #fff !important;
  font-weight: 850;
  font-size: 0.9em;
  padding: 11px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  transition: transform .2s ease, opacity .2s ease;
}
.pickthetools-cta-btn:hover { transform: translateY(-1px); opacity: .92; }

/* Stat Strip */
.pickthetools-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.6em 0;
}
.pickthetools-stat-item {
  flex: 1;
  min-width: 120px;
  background: #fafbfd;
  border: 1px solid #d5dce8;
  border-top: 4px solid #e85d04;
  border-radius: 14px;
  padding: 16px 14px;
  text-align: center;
}
.pickthetools-stat-number {
  font-size: 1.8em;
  font-weight: 900;
  color: #e85d04;
  line-height: 1.1;
  display: block;
}
.pickthetools-stat-desc {
  font-size: 0.74em;
  color: #6b7a8d;
  margin-top: 6px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Expert / Author Note */
.pickthetools-expert-box {
  background: #fff8f5;
  border: 1px solid #f4c5aa;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
}
.pickthetools-expert-icon { font-size: 1.8em; flex-shrink: 0; line-height: 1; }
.pickthetools-expert-body { flex: 1; }
.pickthetools-expert-label {
  font-weight: 850;
  font-size: 0.78em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #e85d04;
  display: block;
  margin-bottom: 6px;
}
.pickthetools-expert-body p { margin: 0; font-size: 0.94em; color: #1e2630; }

/* Did You Know */
.pickthetools-did-you-know {
  background: #f0f5ff;
  border: 1px solid #c5d4f5;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 13px;
  align-items: flex-start;
}
.pickthetools-dyk-icon { font-size: 1.55em; flex-shrink: 0; line-height: 1; }
.pickthetools-dyk-body { flex: 1; }
.pickthetools-dyk-label {
  font-weight: 850;
  font-size: 0.75em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #3b5bdb;
  display: block;
  margin-bottom: 6px;
}
.pickthetools-dyk-body p { margin: 0; font-size: 0.94em; color: #1e2630; }

/* Step-by-Step (How To / Setup Guide) */
.pickthetools-steps { margin: 1.6em 0; }
.pickthetools-step {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 17px 0;
  border-bottom: 1px solid #edf0f5;
}
.pickthetools-step:last-child { border-bottom: none; }
.pickthetools-step-num {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #e85d04;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 900;
}
.pickthetools-step-body { flex: 1; }
.pickthetools-step-body strong {
  font-size: 1em;
  color: #0d1b2a;
  display: block;
  margin-bottom: 4px;
}
.pickthetools-step-body p { font-size: 0.94em; color: #3a4a5c; margin: 0; }

/* Checklist */
.pickthetools-checklist {
  background: #fafbfd;
  border: 1px solid #d5dce8;
  border-radius: 14px;
  padding: 17px 20px;
  margin: 1.6em 0;
}
.pickthetools-checklist-title {
  font-weight: 850;
  font-size: 0.88em;
  color: #0d1b2a;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 12px;
  display: block;
}
.pickthetools-checklist ul { list-style: none; margin: 0; padding: 0; }
.pickthetools-checklist li {
  padding: 7px 0 7px 26px;
  position: relative;
  font-size: 0.94em;
  border-bottom: 1px solid #edf0f5;
  color: #1e2630;
  margin: 0;
}
.pickthetools-checklist li:last-child { border-bottom: none; }
.pickthetools-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: #3a7d44;
  font-weight: 900;
}

/* Highlight Pull Quote */
.pickthetools-highlight {
  background: #fff8f5;
  border: 1px solid #f4c5aa;
  border-radius: 16px;
  padding: 20px 24px;
  margin: 1.6em 0;
  text-align: center;
}
.pickthetools-highlight-text {
  font-size: 1.15em;
  font-weight: 850;
  color: #e85d04;
  line-height: 1.42;
  display: block;
}
.pickthetools-highlight-sub {
  font-size: 0.85em;
  color: #6b7a8d;
  margin-top: 7px;
  display: block;
}

/* Summary Box */
.pickthetools-summary-box {
  background: #f4f6fa;
  border: 1px solid #d5dce8;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 1.6em 0;
}
.pickthetools-summary-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #0d1b2a;
  display: block;
  margin-bottom: 10px;
}
.pickthetools-summary-box ul { margin: 0; padding-left: 1.3em; }
.pickthetools-summary-box li { font-size: 0.94em; margin-bottom: 6px; color: #1e2630; }

/* Compatibility / Fitment Note */
.pickthetools-compat-box {
  background: #f0f5ff;
  border: 1px solid #c5d4f5;
  border-left: 5px solid #3b5bdb;
  border-radius: 14px;
  padding: 16px 20px;
  margin: 1.6em 0;
}
.pickthetools-compat-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #3b5bdb;
  display: block;
  margin-bottom: 8px;
}
.pickthetools-compat-box p { margin: 0; font-size: 0.94em; color: #1e2630; }

/* ================================================
   FAQ ACCORDION
================================================ */
.pickthetools-faq { margin: 1.6em 0; }
.pickthetools-faq-item {
  border: 1px solid #d5dce8;
  border-radius: 14px;
  margin-bottom: 10px;
  overflow: hidden;
  background: #fff;
}
.pickthetools-faq-q {
  background: #f4f6fa;
  padding: 14px 18px;
  font-weight: 800;
  font-size: 0.97em;
  color: #0d1b2a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  user-select: none;
}
.pickthetools-faq-q::after {
  content: '+';
  font-size: 1.3em;
  color: #e85d04;
  font-weight: 500;
  flex-shrink: 0;
  transition: transform .25s ease;
}
.pickthetools-faq-item.open .pickthetools-faq-q::after { transform: rotate(45deg); }
.pickthetools-faq-a {
  display: none;
  padding: 14px 18px;
  font-size: 0.94em;
  color: #3a4a5c;
  border-top: 1px solid #d5dce8;
  background: #fff;
}
.pickthetools-faq-a p { margin: 0; }
.pickthetools-faq-item.open .pickthetools-faq-a { display: block; }

/* ================================================
   STANDARD DATA TABLE (generic)
================================================ */
.pickthetools-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.45em 0 1.85em;
  -webkit-overflow-scrolling: touch;
  border-radius: 14px;
  border: 1px solid #d5dce8;
}
.pickthetools-blog-wrap table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 0.93em;
  background: #fff;
}
.pickthetools-blog-wrap thead { background: #0d1b2a; color: #fff; }
.pickthetools-blog-wrap th {
  text-align: left;
  padding: 13px 15px;
  font-weight: 850;
  font-size: 0.87em;
  letter-spacing: 0.03em;
}
.pickthetools-blog-wrap td {
  padding: 11px 15px;
  border-top: 1px solid #edf0f5;
  vertical-align: top;
  color: #1e2630;
}
.pickthetools-blog-wrap tbody tr:nth-child(even) td { background: #f8f9fc; }
.pickthetools-blog-wrap tbody tr:hover td { background: #fff3ee; }

/* ================================================
   MOBILE
================================================ */
@media (max-width: 650px) {
  .pickthetools-blog-wrap { padding: 0 12px; }
  .pickthetools-blog-wrap h1 { font-size: 1.95rem; }
  .pickthetools-blog-wrap h2 { font-size: 1.3em; }
  .pickthetools-blog-wrap h3 { font-size: 1.08em; }

  .pickthetools-quick-answer,
  .pickthetools-tip-box,
  .pickthetools-note-box,
  .pickthetools-warning-box,
  .pickthetools-takeaway-box,
  .pickthetools-checklist,
  .pickthetools-specs-box,
  .pickthetools-summary-box,
  .pickthetools-criteria-box { padding: 14px 15px; }

  .pickthetools-pros-cons { flex-direction: column; }
  .pickthetools-verdict-body { flex-direction: column; align-items: flex-start; gap: 10px; }
  .pickthetools-overall-score { font-size: 1.75em; }
  .pickthetools-stat-strip { gap: 8px; }
  .pickthetools-stat-item { min-width: 100px; }
  .pickthetools-stat-number { font-size: 1.45em; }
  .pickthetools-did-you-know,
  .pickthetools-expert-box,
  .pickthetools-safety-box { flex-direction: column; gap: 8px; }
  .pickthetools-score-row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .pickthetools-score-label { min-width: 0; }
  .pickthetools-score-bar { width: 100%; }
  .pickthetools-budget-row { flex-direction: column; align-items: flex-start; gap: 2px; }
  .pickthetools-budget-row span:last-child { text-align: left; }
  .pickthetools-cta-box,
  .pickthetools-winner-box { flex-direction: column; align-items: flex-start; }
  .pickthetools-cta-btn { width: 100%; text-align: center; }
  .pickthetools-highlight-text { font-size: 1em; }
  .pickthetools-spec-row { flex-direction: column; gap: 2px; }
  .pickthetools-spec-val { text-align: left; }
  .pickthetools-usecase-row { flex-direction: column; gap: 3px; }
  .pickthetools-usecase-scenario { min-width: 0; }
  .pickthetools-top-pick { flex-direction: column; align-items: flex-start; }
  .pickthetools-winner-score { font-size: 1.6em; }
}
