/* ===========================================
   Hurrell Editions Article Style Pro
   Version: 1.0.0
   Site: https://hurrelleditions.com/
   Niche: Art Lover Lifestyle & Creative Home
   Scoped to .hurrell-blog-wrap only
   Does NOT affect any other page or post
=========================================== */


/* ── BASE WRAPPER ── */
.hurrell-blog-wrap {
  margin: 0 auto;
  padding: 0 16px;
  line-height: 1.8;
  color: #1e1a16;
  box-sizing: border-box;
  font-family: Georgia, 'Times New Roman', serif;
}

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


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

.hurrell-blog-wrap h2 {
  font-size: 1.5em;
  font-weight: 700;
  margin: 2.2em 0 0.6em;
  color: #1a1208;
  line-height: 1.3;
  letter-spacing: -0.01em;
  border-bottom: 2px solid #e8dfc8;
  padding-bottom: 0.35em;
}

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

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

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

.hurrell-blog-wrap li       { margin-bottom: 0.55em; }
.hurrell-blog-wrap strong   { font-weight: 700; color: #1a1208; }
.hurrell-blog-wrap em       { font-style: italic; color: #4a3520; }

.hurrell-blog-wrap a {
  color: #2c1a0e;
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-color: rgba(181,129,58,0.5);
  transition: text-decoration-color .2s, color .2s;
}
.hurrell-blog-wrap a:hover {
  color: #b5813a;
  text-decoration-color: #b5813a;
}

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

/* Pull quote / blockquote */
.hurrell-blog-wrap blockquote {
  margin: 1.8em 0;
  padding: 18px 24px;
  border-left: 4px solid #b5813a;
  background: #fdf9f2;
  border-radius: 0 6px 6px 0;
  font-style: italic;
  color: #4a3520;
  font-size: 1.05em;
  line-height: 1.7;
}
.hurrell-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
============================================================ */
.hurrell-affiliate-disclosure {
  background: #fffdf5;
  border-left: 4px solid #c9863a;
  border-radius: 4px;
  padding: 12px 16px;
  margin: 0 0 2em;
  font-size: 0.82em;
  color: #6b5a3a;
  line-height: 1.6;
}
.hurrell-affiliate-label {
  display: block;
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #c9863a;
  margin-bottom: 4px;
}


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

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

/* ── Curator's Pick Box ── */
.hurrell-curator-box {
  background: #f3faf4;
  border: 2px solid #4a7c59;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.hurrell-curator-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #4a7c59;
  margin-bottom: 8px;
}
.hurrell-curator-box p { margin: 0; }

/* ── Inspiration Box ── */
.hurrell-inspo-box {
  background: #f8f4ff;
  border-left: 5px solid #7a5c99;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 1.8em 0;
  font-style: italic;
}
.hurrell-inspo-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a5c99;
  margin-bottom: 8px;
  font-style: normal;
}
.hurrell-inspo-box p { margin: 0; }

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

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

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

/* ── Takeaway Box ── */
.hurrell-takeaway-box {
  background: #fdf6e8;
  border-left: 5px solid #2c1a0e;
  border-radius: 6px;
  padding: 18px 22px;
  margin: 2.2em 0 1.8em;
}
.hurrell-takeaway-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2c1a0e;
  margin-bottom: 8px;
}
.hurrell-takeaway-box p { margin: 0; }


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

/* ── Shop This Box ── */
.hurrell-shop-box {
  background: #fffdf5;
  border: 2px solid #c9863a;
  border-radius: 10px;
  padding: 20px 22px;
  margin: 2em 0;
}
.hurrell-shop-label {
  display: block;
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: #c9863a;
  margin-bottom: 14px;
}
.hurrell-shop-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.hurrell-shop-item {
  flex: 1;
  min-width: 190px;
  background: #fff;
  border: 1px solid #e8d9be;
  border-radius: 8px;
  padding: 14px 16px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hurrell-shop-item-name {
  font-size: 0.92em;
  font-weight: 700;
  color: #1a1208;
  line-height: 1.4;
}
.hurrell-shop-item-price {
  font-size: 1.1em;
  font-weight: 800;
  color: #b5813a;
}
.hurrell-shop-btn {
  display: inline-block;
  margin-top: 4px;
  background: #2c1a0e;
  color: #f5e6c8 !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;
}
.hurrell-shop-btn:hover {
  background: #b5813a !important;
  color: #fff !important;
  opacity: 1 !important;
}

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

/* ── Art Pick Card ── */
.hurrell-art-pick {
  background: #fff;
  border: 1px solid #e8d9be;
  border-radius: 10px;
  padding: 20px;
  margin: 1.8em 0;
  position: relative;
  box-shadow: 0 2px 12px rgba(44,26,14,.08);
}
.hurrell-art-pick-badge {
  display: inline-block;
  background: #b5813a;
  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;
}
.hurrell-art-pick-body { display: flex; flex-direction: column; gap: 6px; }
.hurrell-art-pick-title {
  font-size: 1.08em;
  font-weight: 700;
  color: #1a1208;
  display: block;
}
.hurrell-art-pick-desc {
  font-size: 0.93em;
  color: #555;
  line-height: 1.6;
  display: block;
}
.hurrell-art-pick-link {
  display: inline-block;
  margin-top: 8px;
  font-size: 0.88em;
  font-weight: 700;
  color: #b5813a !important;
  text-decoration: none !important;
}
.hurrell-art-pick-link:hover { color: #2c1a0e !important; }


/* ============================================================
   STATS & DATA
============================================================ */

/* ── Stat Strip ── */
.hurrell-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.8em 0;
}
.hurrell-stat-item {
  flex: 1;
  min-width: 130px;
  background: #fdf9f2;
  border: 1px solid #e8d9be;
  border-radius: 8px;
  padding: 16px 14px;
  text-align: center;
}
.hurrell-stat-number {
  font-size: 2em;
  font-weight: 800;
  color: #b5813a;
  line-height: 1.1;
  display: block;
  font-family: Georgia, serif;
}
.hurrell-stat-desc {
  font-size: 0.8em;
  color: #666;
  margin-top: 5px;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}


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

/* ── Pro Tips List ── */
.hurrell-pro-tips {
  background: #f3faf4;
  border: 1px solid #b3d9be;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.hurrell-pro-tips-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #2d5a3d;
  margin-bottom: 12px;
  display: block;
}
.hurrell-pro-tips ul { margin: 0; padding-left: 1.4em; }
.hurrell-pro-tips li { margin-bottom: 8px; font-size: 0.95em; color: #1e1e1e; }

/* ── Style Guide Box ── */
.hurrell-style-guide {
  background: #f8f4ff;
  border: 1px solid #d4c0f0;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 1.8em 0;
}
.hurrell-style-guide-label {
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #7a5c99;
  display: block;
  margin-bottom: 12px;
}
.hurrell-style-guide-body { display: flex; flex-direction: column; }
.hurrell-style-row {
  display: flex;
  align-items: baseline;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #e8e0f4;
  font-size: 0.93em;
}
.hurrell-style-row:last-child { border-bottom: none; }
.hurrell-style-key {
  font-weight: 700;
  color: #5a3d7a;
  min-width: 100px;
  flex-shrink: 0;
  font-size: 0.9em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.hurrell-style-val { color: #2a2a2a; flex: 1; }

/* ── Checklist ── */
.hurrell-checklist {
  background: #fdf9f2;
  border: 1px solid #e8d9be;
  border-radius: 8px;
  padding: 16px 22px;
  margin: 1.8em 0;
}
.hurrell-checklist-title {
  font-weight: 700;
  font-size: 0.95em;
  color: #1a1208;
  margin-bottom: 12px;
  display: block;
}
.hurrell-checklist ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hurrell-checklist li {
  padding: 7px 0 7px 28px;
  position: relative;
  font-size: 0.95em;
  border-bottom: 1px solid #ede5d0;
  color: #1e1a16;
  margin: 0;
}
.hurrell-checklist li:last-child { border-bottom: none; }
.hurrell-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: #4a7c59;
  font-weight: 700;
  font-size: 1em;
}

/* ── Pros & Cons / Comparison ── */
.hurrell-compare {
  display: flex;
  gap: 14px;
  margin: 1.8em 0;
  flex-wrap: wrap;
}
.hurrell-compare-col {
  flex: 1;
  min-width: 200px;
  border-radius: 8px;
  padding: 16px 18px;
}
.hurrell-compare-col.good {
  background: #f3faf4;
  border: 1px solid #b3d9be;
}
.hurrell-compare-col.bad {
  background: #fdf4f0;
  border: 1px solid #e8bfb0;
}
.hurrell-compare-title {
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  display: block;
}
.hurrell-compare-col.good .hurrell-compare-title { color: #2d5a3d; }
.hurrell-compare-col.bad  .hurrell-compare-title { color: #7a2e1a; }
.hurrell-compare-col ul { margin: 0; padding-left: 1.2em; }
.hurrell-compare-col li { font-size: 0.92em; margin-bottom: 6px; color: #1e1a16; }

/* ── Do's & Don'ts ── */
.hurrell-dos-donts {
  display: flex;
  gap: 14px;
  margin: 1.8em 0;
  flex-wrap: wrap;
}
.hurrell-dos, .hurrell-donts {
  flex: 1;
  min-width: 200px;
  border-radius: 8px;
  padding: 16px 18px;
}
.hurrell-dos  { background: #f3faf4; border: 1px solid #b3d9be; }
.hurrell-donts{ background: #fdf4f0; border: 1px solid #e8bfb0; }
.hurrell-dos-title, .hurrell-donts-title {
  font-weight: 700;
  font-size: 0.85em;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  margin-bottom: 10px;
  display: block;
}
.hurrell-dos-title   { color: #2d5a3d; }
.hurrell-donts-title { color: #7a2e1a; }
.hurrell-dos ul, .hurrell-donts ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hurrell-dos li, .hurrell-donts li {
  padding: 5px 0 5px 22px;
  position: relative;
  font-size: 0.92em;
  color: #1e1a16;
  margin: 0;
  border-bottom: 1px solid rgba(0,0,0,.05);
}
.hurrell-dos li:last-child, .hurrell-donts li:last-child { border-bottom: none; }
.hurrell-dos li::before    { content: '✓'; position: absolute; left: 0; color: #4a7c59; font-weight: 700; }
.hurrell-donts li::before  { content: '✗'; position: absolute; left: 0; color: #b04a2f; font-weight: 700; }

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


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

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

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


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

/* ── Summary / Recap Box ── */
.hurrell-summary-box {
  background: #fdf9f2;
  border: 1px solid #e8d9be;
  border-radius: 8px;
  padding: 18px 22px;
  margin: 2em 0;
}
.hurrell-summary-label {
  font-weight: 700;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #2c1a0e;
  display: block;
  margin-bottom: 10px;
}
.hurrell-summary-box ul { margin: 0; padding-left: 1.3em; }
.hurrell-summary-box li { font-size: 0.95em; margin-bottom: 6px; color: #1e1a16; }

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


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

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


/* ============================================================
   TABLES
============================================================ */
.hurrell-table-wrap {
  width: 100%;
  overflow-x: auto;
  margin: 1.6em 0 2em;
  -webkit-overflow-scrolling: touch;
  border-radius: 8px;
  border: 1px solid #e8d9be;
}
.hurrell-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;
}
.hurrell-blog-wrap thead { background: #2c1a0e; color: #f5e6c8; }
.hurrell-blog-wrap th {
  text-align: left;
  padding: 13px 15px;
  font-weight: 700;
  font-size: 0.88em;
  letter-spacing: 0.04em;
}
.hurrell-blog-wrap td {
  padding: 11px 15px;
  border-top: 1px solid #ede5d0;
  vertical-align: top;
  color: #2a2218;
}
.hurrell-blog-wrap tbody tr:nth-child(even) td { background: #fdf9f2; }
.hurrell-blog-wrap tbody tr:hover td { background: #fdf5e0; }


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


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

  .hurrell-quick-answer,
  .hurrell-tip-box,
  .hurrell-note-box,
  .hurrell-warning-box,
  .hurrell-takeaway-box,
  .hurrell-inspo-box,
  .hurrell-curator-box,
  .hurrell-pro-tips,
  .hurrell-checklist,
  .hurrell-tools-box,
  .hurrell-price-box,
  .hurrell-summary-box,
  .hurrell-style-guide    { padding: 14px 16px; }

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

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

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

  .hurrell-did-you-know,
  .hurrell-art-pick       { flex-direction: column; gap: 8px; }

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

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