/* ===========================================
   GoodHomeTime Article Style Pro
   Version: 2.0.0
   Site: https://goodhometime.com/
   Niche: Backyard Leisure, Patio Comfort & Outdoor Living
   Scoped to .ght-article-wrap only
   Does NOT affect any other page or post
   Design: Elevated premium style (premium outdoor-living polish)
=========================================== */

/* ── BASE WRAPPER ── */
.ght-article-wrap {
  margin: 0 auto;
  padding: 0 18px;
  line-height: 1.55 !important;
  color: #1c2938;
  box-sizing: border-box;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
}

.ght-article-wrap *,
.ght-article-wrap *::before,
.ght-article-wrap *::after {
  box-sizing: border-box;
}

/* ── FONT WEIGHT SYSTEM ── */
.ght-article-wrap {
  font-weight: 400;
}

.ght-article-wrap p,
.ght-article-wrap li,
.ght-article-wrap td,
.ght-article-wrap blockquote,
.ght-article-wrap a,
.ght-article-wrap .ght-faq-a,
.ght-article-wrap .ght-faq-a p,
.ght-article-wrap .ght-quick-answer p,
.ght-article-wrap .ght-tip-box p,
.ght-article-wrap .ght-note-box p,
.ght-article-wrap .ght-warning-box p,
.ght-article-wrap .ght-takeaway-box p,
.ght-article-wrap .ght-niche-callout p,
.ght-article-wrap .ght-verdict-box p,
.ght-article-wrap .ght-affiliate-safe p,
.ght-article-wrap .ght-product-pick p,
.ght-article-wrap .ght-fit-card p,
.ght-article-wrap .ght-step-body p,
.ght-article-wrap .ght-dyk-body p,
.ght-article-wrap .ght-mechanic-body p,
.ght-article-wrap .ght-summary-box li,
.ght-article-wrap .ght-checklist li,
.ght-article-wrap .ght-compare-col li,
.ght-article-wrap .ght-dos li,
.ght-article-wrap .ght-donts li {
  font-weight: 400;
}

.ght-article-wrap em {
  font-style: italic;
  font-weight: inherit;
}

.ght-article-wrap h1,
.ght-article-wrap h2,
.ght-article-wrap h3,
.ght-article-wrap h4,
.ght-article-wrap strong,
.ght-article-wrap b,
.ght-article-wrap th,
.ght-article-wrap .ght-qa-label,
.ght-article-wrap .ght-tip-label,
.ght-article-wrap .ght-note-label,
.ght-article-wrap .ght-warn-label,
.ght-article-wrap .ght-takeaway-label,
.ght-article-wrap .ght-checklist-title,
.ght-article-wrap .ght-pick-badge,
.ght-article-wrap .ght-fit-title,
.ght-article-wrap .ght-verdict-label,
.ght-article-wrap .ght-niche-label,
.ght-article-wrap .ght-compare-title,
.ght-article-wrap .ght-dos-title,
.ght-article-wrap .ght-donts-title,
.ght-article-wrap .ght-tools-title,
.ght-article-wrap .ght-cost-label,
.ght-article-wrap .ght-faq-q,
.ght-article-wrap .ght-dyk-label,
.ght-article-wrap .ght-mechanic-label,
.ght-article-wrap .ght-summary-label,
.ght-article-wrap .ght-stat-number,
.ght-article-wrap .ght-spec-card span,
.ght-article-wrap .ght-spec-card strong {
  font-weight: 700;
}

.ght-article-wrap .ght-stat-number,
.ght-article-wrap .ght-pick-badge,
.ght-article-wrap .ght-fit-title,
.ght-article-wrap .ght-niche-label,
.ght-article-wrap .ght-verdict-label,
.ght-article-wrap .ght-spec-card span {
  font-weight: 800;
}


/* ── TYPOGRAPHY ── */
.ght-article-wrap h1 {
  font-size: clamp(2rem, 4vw, 3.1rem);
  line-height: 1.08;
  margin: 0 0 0.62em;
  color: #0d1b2a;
  font-weight: 800;
  letter-spacing: -0.018em;
}

.ght-article-wrap h2 {
  font-size: 1.62em;
  font-weight: 780;
  margin: 2.1em 0 0.65em;
  color: #0d1b2a;
  line-height: 1.24;
  letter-spacing: -0.012em;
  position: relative;
}

.ght-article-wrap h2::after {
  content: '';
  display: block;
  width: 52px;
  height: 3px;
  background: var(--ght-accent, #2f5d50);
  border-radius: 999px;
  margin-top: 10px;
}

.ght-article-wrap h3 {
  font-size: 1.22em;
  font-weight: 760;
  margin: 1.6em 0 0.5em;
  color: #111827;
  line-height: 1.32;
}

.ght-article-wrap h4 {
  font-size: 1.05em;
  line-height: 1.35;
  margin: 1.35em 0 0.45em;
  color: #111827;
  font-weight: 700;
}

/* ── FINAL GAP FIX: normal paragraph spacing, compact article flow ── */
.entry-content .ght-article-wrap,
.post-content .ght-article-wrap,
.ght-article-wrap {
  line-height: 1.55 !important;
}

.entry-content .ght-article-wrap p,
.post-content .ght-article-wrap p,
.ght-article-wrap p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

.entry-content .ght-article-wrap p + p,
.post-content .ght-article-wrap p + p,
.ght-article-wrap p + p {
  margin-top: 0 !important;
}

/* Headings can breathe, but they must not create giant gaps */
.entry-content .ght-article-wrap h2,
.post-content .ght-article-wrap h2,
.ght-article-wrap h2 {
  margin-top: 30px !important;
  margin-bottom: 12px !important;
  line-height: 1.22 !important;
}

.entry-content .ght-article-wrap h2::after,
.post-content .ght-article-wrap h2::after,
.ght-article-wrap h2::after {
  margin-top: 8px !important;
}

.entry-content .ght-article-wrap h3,
.post-content .ght-article-wrap h3,
.ght-article-wrap h3 {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
  line-height: 1.28 !important;
}

/* Remove accidental blank paragraphs and fake spacing */
.entry-content .ght-article-wrap p:empty,
.post-content .ght-article-wrap p:empty,
.ght-article-wrap p:empty,
.entry-content .ght-article-wrap p:has(br:only-child),
.post-content .ght-article-wrap p:has(br:only-child),
.ght-article-wrap p:has(br:only-child) {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 0 !important;
}

.entry-content .ght-article-wrap br,
.post-content .ght-article-wrap br,
.ght-article-wrap br {
  display: none !important;
}

.entry-content .ght-article-wrap ul,
.entry-content .ght-article-wrap ol,
.post-content .ght-article-wrap ul,
.post-content .ght-article-wrap ol,
.ght-article-wrap ul,
.ght-article-wrap ol {
  margin-top: 8px !important;
  margin-bottom: 16px !important;
  padding-left: 1.45em !important;
}

.entry-content .ght-article-wrap li,
.post-content .ght-article-wrap li,
.ght-article-wrap li {
  margin-bottom: 6px !important;
  line-height: 1.55 !important;
  font-weight: 400 !important;
}

/* Compact text inside styled boxes */
.ght-article-wrap .ght-quick-answer p,
.ght-article-wrap .ght-tip-box p,
.ght-article-wrap .ght-note-box p,
.ght-article-wrap .ght-warning-box p,
.ght-article-wrap .ght-affiliate-safe p,
.ght-article-wrap .ght-takeaway-box p,
.ght-article-wrap .ght-verdict-box p,
.ght-article-wrap .ght-niche-callout p,
.ght-article-wrap .ght-product-pick p,
.ght-article-wrap .ght-fit-card p,
.ght-article-wrap .ght-step-body p,
.ght-article-wrap .ght-dyk-body p,
.ght-article-wrap .ght-mechanic-body p {
  margin-bottom: 8px !important;
  line-height: 1.5 !important;
}

.ght-article-wrap .ght-quick-answer p:last-child,
.ght-article-wrap .ght-tip-box p:last-child,
.ght-article-wrap .ght-note-box p:last-child,
.ght-article-wrap .ght-warning-box p:last-child,
.ght-article-wrap .ght-affiliate-safe p:last-child,
.ght-article-wrap .ght-takeaway-box p:last-child,
.ght-article-wrap .ght-verdict-box p:last-child,
.ght-article-wrap .ght-niche-callout p:last-child,
.ght-article-wrap .ght-product-pick p:last-child,
.ght-article-wrap .ght-fit-card p:last-child,
.ght-article-wrap .ght-step-body p:last-child,
.ght-article-wrap .ght-dyk-body p:last-child,
.ght-article-wrap .ght-mechanic-body p:last-child {
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .entry-content .ght-article-wrap p,
  .post-content .ght-article-wrap p,
  .ght-article-wrap p {
    margin-bottom: 9px !important;
    line-height: 1.52 !important;
  }

  .entry-content .ght-article-wrap h2,
  .post-content .ght-article-wrap h2,
  .ght-article-wrap h2 {
    margin-top: 24px !important;
    margin-bottom: 10px !important;
  }
}
.ght-article-wrap strong { font-weight: 800 !important; color: #0d1b2a !important; }
.ght-article-wrap em   { font-style: italic !important; color: #374151 !important; }

.ght-article-wrap a {
  color: var(--ght-accent, #2f5d50);
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
.ght-article-wrap a:hover { opacity: .82; }

.ght-article-wrap section { margin-bottom: 0.45em; }

.ght-article-wrap img {
  max-width: 100%;
  height: auto;
  border-radius: var(--ght-radius, 16px);
}

.ght-article-wrap figure { margin: 1.5em 0; }

.ght-article-wrap figcaption {
  margin-top: 8px;
  color: #667085;
  font-size: 0.86em;
  line-height: 1.45;
  text-align: center;
}


/* ================================================
   STANDARD CALLOUT BOXES
================================================ */
.ght-article-wrap .ght-quick-answer,
.ght-article-wrap .ght-tip-box,
.ght-article-wrap .ght-note-box,
.ght-article-wrap .ght-warning-box,
.ght-article-wrap .ght-takeaway-box {
  border-radius: 16px;
  padding: 18px 21px;
  margin: 1.65em 0;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .06);
}

/* ── Quick Answer Box ── */
.ght-article-wrap .ght-quick-answer {
  background: linear-gradient(135deg, #eef8f7, #e6f4f2);
  border: 1px solid #b2d8d5;
  border-left: 5px solid var(--ght-accent, #2f5d50);
  margin-top: 0;
}
.ght-article-wrap .ght-qa-label {
  display: block;
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  margin-bottom: 8px;
  color: var(--ght-accent, #2f5d50);
}
.ght-article-wrap .ght-quick-answer p { margin: 0; }

/* ── Tip Box ── */
.ght-article-wrap .ght-tip-box {
  background: #f4fbf4;
  border: 1px solid #c3e6c6;
  border-left: 5px solid var(--ght-tip, #2e7d32);
}
.ght-article-wrap .ght-tip-label {
  display: block;
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  margin-bottom: 8px;
  color: var(--ght-tip, #2e7d32);
}
.ght-article-wrap .ght-tip-box p { margin: 0; }

/* ── Note Box ── */
.ght-article-wrap .ght-note-box {
  background: #fffaf0;
  border: 1px solid #f1dfb0;
  border-left: 5px solid var(--ght-note, #d28b23);
}
.ght-article-wrap .ght-note-label {
  display: block;
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  margin-bottom: 8px;
  color: var(--ght-note, #d28b23);
}
.ght-article-wrap .ght-note-box p { margin: 0; }

/* ── Warning Box ── */
.ght-article-wrap .ght-warning-box {
  background: #fff5f5;
  border: 1px solid #fec9c9;
  border-left: 5px solid var(--ght-warning, #c63d2f);
}
.ght-article-wrap .ght-warn-label {
  display: block;
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  margin-bottom: 8px;
  color: var(--ght-warning, #c63d2f);
}
.ght-article-wrap .ght-warning-box p { margin: 0; }

/* ── Takeaway Box ── */
.ght-article-wrap .ght-takeaway-box {
  background: #f5f7fb;
  border: 1px solid #dde3ee;
  border-left: 5px solid var(--ght-takeaway, #1e3a5f);
}
.ght-article-wrap .ght-takeaway-label {
  display: block;
  font-weight: 800;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.105em;
  margin-bottom: 8px;
  color: var(--ght-takeaway, #1e3a5f);
}
.ght-article-wrap .ght-takeaway-box p { margin: 0; }


/* ================================================
   NICHE CALLOUT (Sports / Gear)
================================================ */
.ght-article-wrap .ght-niche-callout {
  border: 1px solid #c8dbd9;
  border-left: 5px solid var(--ght-accent, #2f5d50);
  border-radius: 16px;
  padding: 18px 21px;
  margin: 1.6em 0;
  background: linear-gradient(135deg, #eef8f7, #e6f4f2);
  box-shadow: 0 10px 26px rgba(13, 27, 42, .06);
}
.ght-article-wrap .ght-niche-label {
  display: block;
  font-size: .78em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .09em;
  color: var(--ght-accent, #2f5d50);
  margin-bottom: 8px;
}
.ght-article-wrap .ght-niche-callout p { margin: 0; }


/* ================================================
   VERDICT BOX
================================================ */
.ght-article-wrap .ght-verdict-box {
  border: 2px solid var(--ght-accent, #2f5d50);
  border-radius: 18px;
  overflow: hidden;
  margin: 1.9em 0;
  background: #fff;
  box-shadow: 0 15px 36px rgba(13, 27, 42, .07);
}
.ght-article-wrap .ght-verdict-label {
  background: var(--ght-accent, #2f5d50);
  color: #fff;
  font-weight: 850;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  padding: 11px 18px;
  display: block;
}
.ght-article-wrap .ght-verdict-body {
  padding: 18px 20px;
  background: linear-gradient(135deg, #eef8f7, #e6f4f2);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ght-article-wrap .ght-verdict-body p { margin: 0; flex: 1; min-width: 220px; font-size: 0.96em; color: #1c2938; }
.ght-article-wrap .ght-overall-score {
  display: inline-flex;
  align-items: baseline;
  gap: 2px;
  font-size: 2.15em;
  font-weight: 900;
  color: var(--ght-accent, #2f5d50);
  white-space: nowrap;
  line-height: 1;
}
.ght-article-wrap .ght-overall-score small {
  font-size: .46em;
  font-weight: 800;
  color: #64748b;
}


/* ================================================
   SCORE CARD / RATING BARS
================================================ */
.ght-article-wrap .ght-score-card {
  background: #fff;
  border: 1px solid #d0dde9;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 1.65em 0;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .055);
}
.ght-article-wrap .ght-score-row {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #edf2f7;
}
.ght-article-wrap .ght-score-row:last-child { border-bottom: none; }
.ght-article-wrap .ght-score-label {
  font-size: 0.88em;
  font-weight: 700;
  color: #475467;
  min-width: 130px;
}
.ght-article-wrap .ght-score-bar {
  flex: 1;
  height: 9px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}
.ght-article-wrap .ght-score-fill {
  display: block;
  height: 100%;
  background: var(--ght-accent, #2f5d50);
  border-radius: 999px;
  transition: width .45s ease;
}
.ght-article-wrap .ght-score-val {
  font-size: 0.88em;
  font-weight: 800;
  color: #0d1b2a;
  min-width: 32px;
  text-align: right;
}

/* Rating bars alias */
.ght-article-wrap .ght-rating-bars {
  background: #fff;
  border: 1px solid #d0dde9;
  border-radius: 16px;
  padding: 18px;
  margin: 1.7em 0;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-rating-row {
  display: grid;
  grid-template-columns: 120px 1fr 42px;
  gap: 10px;
  align-items: center;
  margin: 10px 0;
  font-size: .92em;
}
.ght-article-wrap .ght-rating-track {
  height: 9px;
  background: #e5e7eb;
  border-radius: 999px;
  overflow: hidden;
}
.ght-article-wrap .ght-rating-fill {
  display: block;
  height: 100%;
  background: var(--ght-accent, #2f5d50);
  border-radius: 999px;
}


/* ================================================
   PROS / CONS
================================================ */
.ght-article-wrap .ght-pros-cons {
  display: flex;
  gap: 14px;
  margin: 1.65em 0;
  flex-wrap: wrap;
}
.ght-article-wrap .ght-pros,
.ght-article-wrap .ght-cons {
  flex: 1;
  min-width: 220px;
  border-radius: 16px;
  padding: 17px 19px;
}
.ght-article-wrap .ght-pros {
  background: #f4fbf4;
  border: 1px solid #c3e6c6;
}
.ght-article-wrap .ght-cons {
  background: #fff5f5;
  border: 1px solid #fec9c9;
}
.ght-article-wrap .ght-pros-title,
.ght-article-wrap .ght-cons-title {
  font-weight: 800;
  font-size: 0.82em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 12px;
  display: block;
}
.ght-article-wrap .ght-pros-title { color: #166534; }
.ght-article-wrap .ght-cons-title { color: #991b1b; }
.ght-article-wrap .ght-pros ul,
.ght-article-wrap .ght-cons ul { list-style: none; margin: 0; padding: 0; }
.ght-article-wrap .ght-pros li,
.ght-article-wrap .ght-cons li {
  padding: 7px 0 7px 26px;
  position: relative;
  font-size: 0.94em;
  color: #1c2938;
  margin: 0;
  border-bottom: 1px solid rgba(13, 27, 42, .07);
}
.ght-article-wrap .ght-pros li:last-child,
.ght-article-wrap .ght-cons li:last-child { border-bottom: none; }
.ght-article-wrap .ght-pros li::before,
.ght-article-wrap .ght-cons li::before {
  position: absolute;
  left: 0;
  top: 7px;
  font-weight: 900;
}
.ght-article-wrap .ght-pros li::before { content: '✓'; color: #2e7d32; }
.ght-article-wrap .ght-cons li::before { content: '!'; color: #c63d2f; }


/* ================================================
   STAT / NUMBER STRIP
================================================ */
.ght-article-wrap .ght-stat-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 1.6em 0;
}
.ght-article-wrap .ght-stat-item {
  flex: 1;
  min-width: 125px;
  background: #eef8f7;
  border: 1px solid #b2d8d5;
  border-top: 4px solid var(--ght-accent, #2f5d50);
  border-radius: 16px;
  padding: 17px 14px;
  text-align: center;
}
.ght-article-wrap .ght-stat-number {
  font-size: 1.85em;
  font-weight: 900;
  color: var(--ght-accent, #2f5d50);
  line-height: 1.1;
  display: block;
}
.ght-article-wrap .ght-stat-desc {
  font-size: 0.76em;
  color: #4b6070;
  margin-top: 6px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}


/* ================================================
   CTA / AFFILIATE BUTTON BOX
================================================ */
.ght-article-wrap .ght-cta-box {
  background: linear-gradient(135deg, #0d1b2a, #153a50);
  color: #fff;
  border: 1px solid rgba(15, 118, 110, .38);
  border-radius: 18px;
  padding: 20px 22px;
  margin: 1.85em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  box-shadow: 0 18px 38px rgba(13, 27, 42, .18);
}
.ght-article-wrap .ght-cta-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
  flex: 1;
  min-width: 220px;
}
.ght-article-wrap .ght-cta-title {
  display: block;
  font-weight: 850;
  font-size: 1.05em;
  color: #fff;
  line-height: 1.35;
}
.ght-article-wrap .ght-cta-text {
  display: block;
  font-size: .93em;
  color: #b8d8e8;
  line-height: 1.5;
}
.ght-article-wrap .ght-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: var(--ght-cta, #f97316);
  color: #ffffff !important;
  font-weight: 850;
  font-size: .92em;
  line-height: 1;
  padding: 13px 22px;
  border-radius: 999px;
  text-decoration: none !important;
  white-space: nowrap;
  box-shadow: 0 10px 22px rgba(249, 115, 22, .28);
  transition: transform .2s ease, opacity .2s ease, box-shadow .2s ease;
}
.ght-article-wrap .ght-cta-btn:hover {
  transform: translateY(-1px);
  opacity: .94;
  box-shadow: 0 14px 28px rgba(249, 115, 22, .36);
}


/* ================================================
   BEST PICK / EDITOR CHOICE
================================================ */
.ght-article-wrap .ght-best-pick {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid var(--ght-cta, #f97316);
  border-radius: 16px;
  padding: 16px 18px;
  margin: 1.6em 0;
  display: flex;
  align-items: center;
  gap: 14px;
  flex-wrap: wrap;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-badge-best {
  display: inline-flex;
  align-items: center;
  background: var(--ght-cta, #f97316);
  color: #ffffff;
  font-weight: 850;
  font-size: .78em;
  padding: 6px 14px;
  border-radius: 999px;
  white-space: nowrap;
  text-transform: uppercase;
  letter-spacing: .06em;
  flex-shrink: 0;
}
.ght-article-wrap .ght-best-pick p {
  margin: 0;
  flex: 1;
  min-width: 220px;
  color: #374151;
  font-size: .95em;
}


/* ================================================
   COST / BUDGET BOX
================================================ */
.ght-article-wrap .ght-cost-box {
  background: #eef8f7;
  border: 1px solid #b2d8d5;
  border-left: 5px solid var(--ght-accent, #2f5d50);
  border-radius: 16px;
  padding: 17px 20px;
  margin: 1.6em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-cost-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: var(--ght-accent, #2f5d50);
  display: block;
  margin-bottom: 10px;
}
.ght-article-wrap .ght-cost-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  align-items: center;
  padding: 9px 0;
  border-bottom: 1px solid rgba(13,27,42,.09);
  font-size: 0.94em;
  color: #334155;
}
.ght-article-wrap .ght-cost-row:last-child { border-bottom: none; }
.ght-article-wrap .ght-cost-row span:last-child { font-weight: 850; color: #0d1b2a; text-align: right; }


/* ================================================
   PRODUCT PICKS GRID
================================================ */
.ght-article-wrap .ght-product-picks {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin: 1.7em 0;
}
.ght-article-wrap .ght-product-pick {
  border: 1px solid #d0dde9;
  border-radius: 16px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 8px 20px rgba(13,27,42,.05);
}
.ght-article-wrap .ght-product-pick strong {
  display: block;
  font-size: 1.02em;
  margin: 8px 0 6px;
}
.ght-article-wrap .ght-product-pick p {
  margin: 0;
  color: #455164;
  font-size: .94em;
}
.ght-article-wrap .ght-pick-badge {
  display: inline-flex;
  align-items: center;
  padding: 5px 10px;
  background: color-mix(in srgb, var(--ght-accent, #2f5d50) 12%, white);
  color: var(--ght-accent, #2f5d50);
  border: 1px solid color-mix(in srgb, var(--ght-accent, #2f5d50) 24%, white);
  border-radius: 999px;
  font-size: .74em;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
}


/* ================================================
   FIT / TRAINING BOX
================================================ */
.ght-article-wrap .ght-fit-box {
  background: #fff;
  border: 1px solid #d0dde9;
  border-radius: 16px;
  padding: 18px;
  margin: 1.7em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-fit-title {
  display: block;
  font-weight: 800;
  margin-bottom: 14px;
  color: #0d1b2a;
}
.ght-article-wrap .ght-fit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}
.ght-article-wrap .ght-fit-card {
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  padding: 14px;
}
.ght-article-wrap .ght-fit-card strong { display: block; margin-bottom: 5px; }
.ght-article-wrap .ght-fit-card p { margin: 0; font-size: .9em; color: #4b5563; }


/* ================================================
   SPEC GRID
================================================ */
.ght-article-wrap .ght-spec-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 1.7em 0;
}
.ght-article-wrap .ght-spec-card {
  border: 1px solid #d0dde9;
  border-radius: 14px;
  padding: 14px;
  text-align: center;
  background: #f7f4ee;
}
.ght-article-wrap .ght-spec-card span {
  display: block;
  color: #64748b;
  font-size: .75em;
  text-transform: uppercase;
  letter-spacing: .07em;
  font-weight: 800;
  margin-bottom: 6px;
}
.ght-article-wrap .ght-spec-card strong {
  display: block;
  color: #0d1b2a;
  font-size: .95em;
}


/* ================================================
   CHECKLIST
================================================ */
.ght-article-wrap .ght-checklist {
  background: #eef8f7;
  border: 1px solid #b2d8d5;
  border-radius: 16px;
  padding: 17px 20px;
  margin: 1.6em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-checklist-title {
  font-weight: 850;
  font-size: 0.95em;
  color: #0d1b2a;
  margin-bottom: 12px;
  display: block;
}
.ght-article-wrap .ght-checklist ul { list-style: none; margin: 0; padding: 0; }
.ght-article-wrap .ght-checklist li {
  padding: 7px 0 7px 28px;
  position: relative;
  font-size: 0.95em;
  border-bottom: 1px solid rgba(13,27,42,.07);
  color: #1c2938;
  margin: 0;
}
.ght-article-wrap .ght-checklist li:last-child { border-bottom: none; }
.ght-article-wrap .ght-checklist li::before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 7px;
  color: var(--ght-tip, #2e7d32);
  font-weight: 900;
  font-size: 1em;
}


/* ================================================
   STEP-BY-STEP
================================================ */
.ght-article-wrap .ght-steps {
  display: block !important;
  background: #f7f4ee !important;
  border: 1px solid #d0dde9 !important;
  border-radius: var(--ght-radius, 16px) !important;
  padding: 8px 18px !important;
  margin: 1.7em 0 !important;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .04) !important;
}
.ght-article-wrap .ght-step {
  display: grid !important;
  grid-template-columns: 42px minmax(0, 1fr) !important;
  gap: 14px !important;
  align-items: start !important;
  padding: 16px 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  margin: 0 !important;
}
.ght-article-wrap .ght-step:last-child { border-bottom: none !important; }
.ght-article-wrap .ght-step-num {
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  min-height: 36px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: var(--ght-accent, #2f5d50) !important;
  color: #ffffff !important;
  border-radius: 50% !important;
  font-size: 14px !important;
  font-weight: 900 !important;
  line-height: 1 !important;
  box-shadow: 0 8px 18px rgba(15, 118, 110, .22) !important;
}
.ght-article-wrap .ght-step-body { min-width: 0 !important; }
.ght-article-wrap .ght-step-body strong {
  display: block !important;
  color: #0d1b2a !important;
  font-weight: 800 !important;
  font-size: 1em !important;
  line-height: 1.35 !important;
  margin: 0 0 5px !important;
}
.ght-article-wrap .ght-step-body p {
  color: #4b5563 !important;
  font-weight: 400 !important;
  font-size: .96em !important;
  line-height: 1.65 !important;
  margin: 0 !important;
}


/* ================================================
   DID YOU KNOW
================================================ */
.ght-article-wrap .ght-did-you-know {
  background: #fffaf0;
  border: 1px solid #f1dfb0;
  border-radius: 16px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-dyk-icon { font-size: 1.6em; flex-shrink: 0; line-height: 1; }
.ght-article-wrap .ght-dyk-body { flex: 1; }
.ght-article-wrap .ght-dyk-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #9a7316;
  display: block;
  margin-bottom: 6px;
}
.ght-article-wrap .ght-dyk-body p { margin: 0; font-size: 0.95em; color: #1c2938; }


/* ================================================
   MECHANIC / EXPERT ALERT
================================================ */
.ght-article-wrap .ght-mechanic-box {
  background: #fff5f5;
  border: 1px solid #fec9c9;
  border-radius: 16px;
  padding: 17px 20px;
  margin: 1.6em 0;
  display: flex;
  gap: 14px;
  align-items: flex-start;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-mechanic-icon { font-size: 1.8em; flex-shrink: 0; line-height: 1; }
.ght-article-wrap .ght-mechanic-body { flex: 1; }
.ght-article-wrap .ght-mechanic-label {
  font-weight: 850;
  font-size: 0.8em;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #991b1b;
  display: block;
  margin-bottom: 6px;
}
.ght-article-wrap .ght-mechanic-body p { margin: 0; font-size: 0.95em; color: #1c2938; }


/* ================================================
   PRO TIPS / BUYING TIPS / DESIGN TIPS
================================================ */
.ght-article-wrap .ght-pro-tips,
.ght-article-wrap .ght-buying-tips,
.ght-article-wrap .ght-design-tips {
  background: #f4fbf4;
  border: 1px solid #c3e6c6;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 1.6em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-pro-tips-title,
.ght-article-wrap .ght-buying-tips-title,
.ght-article-wrap .ght-design-tips-title {
  display: block;
  font-weight: 850;
  font-size: 0.95em;
  color: var(--ght-tip, #2e7d32);
  margin-bottom: 12px;
}
.ght-article-wrap .ght-pro-tips ul,
.ght-article-wrap .ght-buying-tips ul,
.ght-article-wrap .ght-design-tips ul { margin: 0; padding-left: 1.35em; }
.ght-article-wrap .ght-pro-tips li,
.ght-article-wrap .ght-buying-tips li,
.ght-article-wrap .ght-design-tips li { margin-bottom: 8px; font-size: 0.95em; color: #1c2938; }


/* ================================================
   COMPARISON BOX (GOOD vs BAD)
================================================ */
.ght-article-wrap .ght-compare {
  display: flex;
  gap: 14px;
  margin: 1.6em 0;
  flex-wrap: wrap;
}
.ght-article-wrap .ght-compare-col {
  flex: 1;
  min-width: 200px;
  border-radius: 16px;
  padding: 16px 18px;
}
.ght-article-wrap .ght-compare-col.good {
  background: #f4fbf4;
  border: 1px solid #c3e6c6;
}
.ght-article-wrap .ght-compare-col.bad {
  background: #fff5f5;
  border: 1px solid #fec9c9;
}
.ght-article-wrap .ght-compare-title {
  font-weight: 800;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: block;
}
.ght-article-wrap .ght-compare-col.good .ght-compare-title { color: #166534; }
.ght-article-wrap .ght-compare-col.bad  .ght-compare-title { color: #991b1b; }
.ght-article-wrap .ght-compare-col ul { margin: 0; padding-left: 1.2em; }
.ght-article-wrap .ght-compare-col li { font-size: 0.92em; margin-bottom: 6px; color: #1c2938; }


/* ================================================
   DOS AND DON'TS
================================================ */
.ght-article-wrap .ght-dos-donts {
  display: flex;
  gap: 14px;
  margin: 1.6em 0;
  flex-wrap: wrap;
}
.ght-article-wrap .ght-dos,
.ght-article-wrap .ght-donts {
  flex: 1;
  min-width: 200px;
  border-radius: 16px;
  padding: 16px 18px;
}
.ght-article-wrap .ght-dos {
  background: #f4fbf4;
  border: 1px solid #c3e6c6;
}
.ght-article-wrap .ght-donts {
  background: #fff5f5;
  border: 1px solid #fec9c9;
}
.ght-article-wrap .ght-dos-title,
.ght-article-wrap .ght-donts-title {
  font-weight: 800;
  font-size: 0.88em;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
  display: block;
}
.ght-article-wrap .ght-dos-title   { color: #166534; }
.ght-article-wrap .ght-donts-title { color: #991b1b; }
.ght-article-wrap .ght-dos ul,
.ght-article-wrap .ght-donts ul { list-style: none; margin: 0; padding: 0; }
.ght-article-wrap .ght-dos li,
.ght-article-wrap .ght-donts li {
  padding: 6px 0 6px 24px;
  position: relative;
  font-size: 0.92em;
  color: #1c2938;
  margin: 0;
  border-bottom: 1px solid rgba(13,27,42,.06);
}
.ght-article-wrap .ght-dos li:last-child,
.ght-article-wrap .ght-donts li:last-child { border-bottom: none; }
.ght-article-wrap .ght-dos li::before {
  content: '✓'; position: absolute; left: 0; color: #2e7d32; font-weight: 700;
}
.ght-article-wrap .ght-donts li::before {
  content: '✗'; position: absolute; left: 0; color: #c63d2f; font-weight: 700;
}


/* ================================================
   TOOLS / MATERIALS BOX
================================================ */
.ght-article-wrap .ght-tools-box,
.ght-article-wrap .ght-material-box {
  background: #f7f4ee;
  border: 1px solid #d0dde9;
  border-radius: 16px;
  padding: 17px 20px;
  margin: 1.6em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .04);
}
.ght-article-wrap .ght-tools-title,
.ght-article-wrap .ght-material-title {
  font-weight: 850;
  font-size: 0.95em;
  color: #0d1b2a;
  margin-bottom: 12px;
  display: block;
}
.ght-article-wrap .ght-tools-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.ght-article-wrap .ght-tool-tag {
  background: #fff;
  border: 1px solid #c7d2e0;
  border-radius: 999px;
  padding: 5px 14px;
  font-size: 0.85em;
  color: #1c2938;
  white-space: nowrap;
}
.ght-article-wrap .ght-material-box ul { list-style: none; margin: 0; padding: 0; }
.ght-article-wrap .ght-material-box li {
  position: relative;
  margin: 0;
  padding: 7px 0 7px 28px;
  border-bottom: 1px solid #edf2f7;
  color: #1c2938;
  font-size: .95em;
}
.ght-article-wrap .ght-material-box li:last-child { border-bottom: none; }
.ght-article-wrap .ght-material-box li::before {
  content: '◆';
  position: absolute;
  left: 0;
  top: 8px;
  color: var(--ght-accent, #2f5d50);
  font-size: .78em;
}


/* ================================================
   HIGHLIGHT / KEY POINT BOX
================================================ */
.ght-article-wrap .ght-highlight {
  background: linear-gradient(135deg, #eef8f7 0%, #e6f4f2 100%);
  border: 1px solid #b2d8d5;
  border-radius: 18px;
  padding: 20px 24px;
  margin: 1.6em 0;
  text-align: center;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .055);
}
.ght-article-wrap .ght-highlight-text {
  font-size: 1.18em;
  font-weight: 850;
  color: var(--ght-accent, #2f5d50);
  line-height: 1.42;
  display: block;
}
.ght-article-wrap .ght-highlight-sub {
  font-size: 0.86em;
  color: #4b6070;
  margin-top: 7px;
  display: block;
}


/* ================================================
   SUMMARY / RECAP BOX
================================================ */
.ght-article-wrap .ght-summary-box {
  background: #f5f7fb;
  border: 1px solid #dde3ee;
  border-radius: 16px;
  padding: 18px 20px;
  margin: 1.6em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-summary-label {
  font-weight: 850;
  font-size: 0.76em;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  color: #1e3a5f;
  display: block;
  margin-bottom: 10px;
}
.ght-article-wrap .ght-summary-box ul { margin: 0; padding-left: 1.3em; }
.ght-article-wrap .ght-summary-box li { font-size: 0.95em; margin-bottom: 6px; color: #1c2938; }


/* ================================================
   AFFILIATE SAFE BOX
================================================ */
.ght-article-wrap .ght-affiliate-safe {
  background: #fff7ed;
  border: 1px solid #fed7aa;
  border-left: 5px solid #f97316;
  border-radius: 16px;
  padding: 16px 20px;
  margin: 1.6em 0;
  box-shadow: 0 10px 26px rgba(13, 27, 42, .05);
}
.ght-article-wrap .ght-affiliate-safe strong { color: #9a3412; }


/* ================================================
   GEAR / STYLE TAGS
================================================ */
.ght-article-wrap .ght-style-tags,
.ght-article-wrap .ght-gear-tags {
  display: block !important;
  background: #f7f4ee !important;
  border: 1px solid #d0dde9 !important;
  border-radius: var(--ght-radius, 16px) !important;
  padding: 17px 19px !important;
  margin: 1.6em 0 !important;
  box-shadow: 0 8px 22px rgba(13, 27, 42, .04) !important;
}
.ght-article-wrap .ght-style-tags-title,
.ght-article-wrap .ght-gear-tags-title {
  display: block !important;
  color: #0d1b2a !important;
  font-size: .92em !important;
  font-weight: 900 !important;
  line-height: 1.25 !important;
  margin: 0 0 12px !important;
  text-transform: uppercase !important;
  letter-spacing: .055em !important;
}
.ght-article-wrap .ght-style-tags-list,
.ght-article-wrap .ght-gear-tags-list {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 9px !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}
.ght-article-wrap .ght-style-tag,
.ght-article-wrap .ght-gear-tag {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  background: #ffffff !important;
  color: var(--ght-accent, #2f5d50) !important;
  border: 1px solid rgba(15, 118, 110, .28) !important;
  border-radius: 999px !important;
  padding: 7px 13px !important;
  font-size: .84em !important;
  font-weight: 800 !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}


/* ================================================
   IMAGE PLACEHOLDER
================================================ */
.ght-article-wrap .ght-img-placeholder {
  background: #eef8f7;
  border: 2px dashed #b2d8d5;
  border-radius: 16px;
  padding: 28px 20px;
  margin: 1.6em 0;
  text-align: center;
  color: #4b6070;
  font-size: 0.88em;
}
.ght-article-wrap .ght-img-placeholder span {
  display: block;
  font-size: 1.8em;
  margin-bottom: 6px;
}


/* ================================================
   FAQ ACCORDION
================================================ */
.ght-article-wrap .ght-faq {
  display: block !important;
  margin: 1.7em 0 !important;
}
.ght-article-wrap .ght-faq-item {
  background: #ffffff !important;
  border: 1px solid #d0dde9 !important;
  border-radius: 16px !important;
  margin: 0 0 12px !important;
  overflow: hidden !important;
  box-shadow: 0 6px 18px rgba(13, 27, 42, .05) !important;
}
.ght-article-wrap .ght-faq-q {
  background: #f7f4ee !important;
  padding: 16px 20px !important;
  font-weight: 800 !important;
  font-size: 0.98em !important;
  color: #0d1b2a !important;
  cursor: pointer !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  gap: 10px !important;
  user-select: none !important;
  border: 0 !important;
  width: 100% !important;
  line-height: 1.45 !important;
  margin: 0 !important;
}
.ght-article-wrap .ght-faq-q::after {
  content: '+' !important;
  font-size: 1.35em !important;
  color: var(--ght-accent, #2f5d50) !important;
  font-weight: 500 !important;
  flex-shrink: 0 !important;
  transition: transform .25s ease !important;
  line-height: 1 !important;
}
.ght-article-wrap .ght-faq-item.open .ght-faq-q::after { transform: rotate(45deg) !important; }
.ght-article-wrap .ght-faq-a {
  display: block !important;
  padding: 15px 20px 17px !important;
  font-size: 0.95em !important;
  color: #374151 !important;
  border-top: 1px solid #d0dde9 !important;
  background: #fff !important;
  line-height: 1.7 !important;
}
.ght-article-wrap .ght-faq-a p { margin: 0 !important; color: #374151 !important; font-weight: 400 !important; }

html.ght-faq-js .ght-article-wrap .ght-faq-item:not(.open) .ght-faq-a { display: none !important; }
html.ght-faq-js .ght-article-wrap .ght-faq-item.open .ght-faq-a { display: block !important; }


/* ================================================
   TABLES
================================================ */
.ght-article-wrap .ght-table-wrap,
.ght-article-wrap figure.wp-block-table,
.ght-article-wrap .wp-block-table {
  width: 100% !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  -webkit-overflow-scrolling: touch;
  margin: 24px 0 34px !important;
  border-radius: 16px !important;
  border: 1px solid #c8dbd9 !important;
  background: #ffffff !important;
  box-shadow: 0 12px 30px rgba(13, 27, 42, .07) !important;
}

.ght-article-wrap table {
  width: 100% !important;
  min-width: 650px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  margin: 0 !important;
  background: #ffffff !important;
  color: #1c2938 !important;
  font-family: inherit !important;
  font-size: 16px !important;
  line-height: 1.55 !important;
  border: 0 !important;
  table-layout: auto !important;
}

.ght-article-wrap table thead,
.ght-article-wrap table thead tr,
.ght-article-wrap table thead th {
  background: linear-gradient(135deg, var(--ght-accent, #2f5d50), #0d6460) !important;
}

.ght-article-wrap table th {
  color: #ffffff !important;
  font-weight: 800 !important;
  text-align: left !important;
  padding: 15px 18px !important;
  border: 0 !important;
  border-right: 1px solid rgba(255,255,255,.18) !important;
  white-space: nowrap !important;
  vertical-align: top !important;
  letter-spacing: 0.02em !important;
}
.ght-article-wrap table th:first-child { border-top-left-radius: 15px !important; }
.ght-article-wrap table th:last-child  { border-top-right-radius: 15px !important; border-right: 0 !important; }

.ght-article-wrap table td {
  padding: 13px 18px !important;
  border: 0 !important;
  border-bottom: 1px solid #e5e7eb !important;
  border-right: 1px solid #eef2f7 !important;
  color: #1c2938 !important;
  background: #ffffff !important;
  font-weight: 400 !important;
  vertical-align: top !important;
}
.ght-article-wrap table td:last-child  { border-right: 0 !important; }
.ght-article-wrap table td:first-child { color: #0d1b2a !important; font-weight: 700 !important; }

.ght-article-wrap table tbody tr:nth-child(even) td { background: #f4fbfa !important; }
.ght-article-wrap table tbody tr:hover td           { background: #e6f4f2 !important; }
.ght-article-wrap table tbody tr:last-child td      { border-bottom: 0 !important; }

.ght-article-wrap table caption {
  caption-side: bottom !important;
  padding: 10px 12px !important;
  color: #667085 !important;
  font-size: 14px !important;
  text-align: left !important;
}


/* ================================================
   MOBILE RESPONSIVE
================================================ */
@media (max-width: 700px) {
  .ght-article-wrap .ght-product-picks,
  .ght-article-wrap .ght-fit-grid,
  .ght-article-wrap .ght-spec-grid { grid-template-columns: 1fr; }
  .ght-article-wrap .ght-rating-row { grid-template-columns: 1fr; gap: 6px; }
}

@media (max-width: 650px) {
  .ght-article-wrap { padding: 0 12px; }
  .ght-article-wrap h1 { font-size: 2rem; }
  .ght-article-wrap h2 { font-size: 1.34em; }
  .ght-article-wrap h3 { font-size: 1.1em; }

  .ght-article-wrap .ght-quick-answer,
  .ght-article-wrap .ght-tip-box,
  .ght-article-wrap .ght-note-box,
  .ght-article-wrap .ght-warning-box,
  .ght-article-wrap .ght-takeaway-box,
  .ght-article-wrap .ght-pro-tips,
  .ght-article-wrap .ght-buying-tips,
  .ght-article-wrap .ght-design-tips,
  .ght-article-wrap .ght-checklist,
  .ght-article-wrap .ght-tools-box,
  .ght-article-wrap .ght-material-box,
  .ght-article-wrap .ght-cost-box,
  .ght-article-wrap .ght-summary-box { padding: 15px 16px; }

  .ght-article-wrap .ght-pros-cons,
  .ght-article-wrap .ght-compare,
  .ght-article-wrap .ght-dos-donts { flex-direction: column; }

  .ght-article-wrap .ght-verdict-body { flex-direction: column; align-items: flex-start; gap: 10px; }
  .ght-article-wrap .ght-overall-score { font-size: 1.8em; }

  .ght-article-wrap .ght-stat-strip { gap: 8px; }
  .ght-article-wrap .ght-stat-item  { min-width: 105px; }
  .ght-article-wrap .ght-stat-number { font-size: 1.5em; }

  .ght-article-wrap .ght-did-you-know,
  .ght-article-wrap .ght-mechanic-box { flex-direction: column; gap: 8px; }

  .ght-article-wrap .ght-score-row { align-items: flex-start; flex-direction: column; gap: 7px; }
  .ght-article-wrap .ght-score-label { min-width: 0; }
  .ght-article-wrap .ght-score-bar { width: 100%; }

  .ght-article-wrap .ght-cost-row { flex-direction: column; align-items: flex-start; gap: 2px; }
  .ght-article-wrap .ght-cost-row span:last-child { text-align: left; }

  .ght-article-wrap .ght-cta-box { flex-direction: column; align-items: flex-start; padding: 17px 18px; }
  .ght-article-wrap .ght-cta-btn { width: 100%; text-align: center; }

  .ght-article-wrap .ght-highlight-text { font-size: 1.02em; }
  .ght-article-wrap .ght-style-tags-list,
  .ght-article-wrap .ght-gear-tags-list { gap: 6px; }

  .ght-article-wrap .ght-steps { padding: 6px 15px !important; }
  .ght-article-wrap .ght-step  { grid-template-columns: 36px minmax(0,1fr) !important; gap: 12px !important; padding: 14px 0 !important; }
  .ght-article-wrap .ght-step-num { width: 30px !important; height: 30px !important; min-width: 30px !important; min-height: 30px !important; font-size: 13px !important; }

  .ght-article-wrap .ght-faq-q,
  .ght-article-wrap .ght-faq-a { padding-left: 16px !important; padding-right: 16px !important; }

  .ght-article-wrap .ght-style-tags,
  .ght-article-wrap .ght-gear-tags { padding: 15px 16px !important; }

  .ght-article-wrap .ght-table-wrap,
  .ght-article-wrap figure.wp-block-table,
  .ght-article-wrap .wp-block-table { margin: 20px 0 28px !important; border-radius: 14px !important; }
  .ght-article-wrap table { min-width: 720px !important; font-size: 14px !important; }
  .ght-article-wrap table th,
  .ght-article-wrap table td { padding: 12px 14px !important; }
}


/* ── PARAGRAPH GAP HOTFIX v5.1.2 ──
   Stops WordPress/theme from creating huge vertical gaps between article lines.
   Also keeps short article paragraphs readable instead of stretched. */
.ght-article-wrap > p,
.ght-article-wrap div:not(.ght-table-wrap) > p {
  margin-top: 0 !important;
  margin-bottom: 14px !important;
  line-height: 1.65 !important;
}

.ght-article-wrap .ght-quick-answer p,
.ght-article-wrap .ght-tip-box p,
.ght-article-wrap .ght-note-box p,
.ght-article-wrap .ght-warning-box p,
.ght-article-wrap .ght-takeaway-box p,
.ght-article-wrap .ght-affiliate-safe p,
.ght-article-wrap .ght-niche-callout p,
.ght-article-wrap .ght-verdict-box p,
.ght-article-wrap .ght-faq-a p,
.ght-article-wrap .ght-fit-card p,
.ght-article-wrap .ght-product-pick p,
.ght-article-wrap .ght-cost-row p,
.ght-article-wrap .ght-step-body p,
.ght-article-wrap .ght-dyk-body p,
.ght-article-wrap .ght-mechanic-body p {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  line-height: 1.58 !important;
}

.ght-article-wrap h2 + p,
.ght-article-wrap h3 + p,
.ght-article-wrap h2 + div,
.ght-article-wrap h3 + div {
  margin-top: 0 !important;
}

.ght-article-wrap div + p,
.ght-article-wrap p + div,
.ght-article-wrap ul + p,
.ght-article-wrap ol + p {
  margin-top: 0 !important;
}

@media (max-width: 768px) {
  .ght-article-wrap p,
  .ght-article-wrap > p,
  .ght-article-wrap div:not(.ght-table-wrap) > p {
    margin-bottom: 12px !important;
    line-height: 1.62 !important;
  }

  .ght-article-wrap h2 {
    margin-top: 28px !important;
    margin-bottom: 12px !important;
  }

  .ght-article-wrap h3 {
    margin-top: 22px !important;
    margin-bottom: 9px !important;
  }
}


/* =========================================================
   FINAL OVERRIDE v5.1.4 — paragraph and heading gap normalizer
   This stays at the bottom so theme/plugin rules cannot create huge gaps.
========================================================= */
.entry-content .ght-article-wrap p,
.post-content .ght-article-wrap p,
.single-post .ght-article-wrap p,
.ght-article-wrap p {
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  line-height: 1.55 !important;
}

.entry-content .ght-article-wrap p + p,
.post-content .ght-article-wrap p + p,
.single-post .ght-article-wrap p + p,
.ght-article-wrap p + p {
  margin-top: 0 !important;
}

.entry-content .ght-article-wrap h2,
.post-content .ght-article-wrap h2,
.single-post .ght-article-wrap h2,
.ght-article-wrap h2 {
  margin-top: 30px !important;
  margin-bottom: 12px !important;
}

.entry-content .ght-article-wrap h3,
.post-content .ght-article-wrap h3,
.single-post .ght-article-wrap h3,
.ght-article-wrap h3 {
  margin-top: 20px !important;
  margin-bottom: 8px !important;
}

.entry-content .ght-article-wrap br,
.post-content .ght-article-wrap br,
.single-post .ght-article-wrap br,
.ght-article-wrap br {
  display: none !important;
}

.entry-content .ght-article-wrap p:empty,
.post-content .ght-article-wrap p:empty,
.single-post .ght-article-wrap p:empty,
.ght-article-wrap p:empty {
  display: none !important;
  margin: 0 !important;
  padding: 0 !important;
}


/* ==========================================================
   GOODHOMETIME OUTDOOR-LIVING COMPONENTS
========================================================== */
.ght-article-wrap {
  --ght-accent:#2f5d50;
  --ght-warm:#c96b3b;
  --ght-tip:#2e7d32;
  --ght-note:#d28b23;
  --ght-warning:#c63d2f;
  --ght-takeaway:#2f6b7a;
  --ght-surface:#f7f4ee;
  --ght-ink:#17231d;
  --ght-muted:#5f6f66;
  --ght-border:#dce4de;
  --ght-radius:16px;
}

.ght-article-wrap a { color:var(--ght-accent); text-underline-offset:3px; }
.ght-article-wrap a:hover { color:var(--ght-warm); }

/* Premium article hero */
.ght-article-wrap .ght-hero {
  position:relative;
  overflow:hidden;
  padding:clamp(28px,5vw,56px);
  margin:0 0 30px;
  border:1px solid #d8e2dc;
  border-radius:calc(var(--ght-radius) + 8px);
  background:
    radial-gradient(circle at 88% 18%,rgba(201,107,59,.18),transparent 30%),
    radial-gradient(circle at 10% 95%,rgba(47,93,80,.13),transparent 35%),
    linear-gradient(135deg,#fbfaf6 0%,#f1f6f2 55%,#fff7f1 100%);
  box-shadow:0 18px 45px rgba(28,50,39,.10);
}
.ght-article-wrap .ght-hero::before {
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:7px;
  background:linear-gradient(180deg,var(--ght-accent),var(--ght-warm));
}
.ght-article-wrap .ght-hero-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin:0 0 14px;
  padding:7px 12px;
  border-radius:999px;
  background:rgba(47,93,80,.10);
  color:var(--ght-accent);
  font-size:12px;
  font-weight:800;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.ght-article-wrap .ght-hero h1 { max-width:760px; margin-bottom:14px; }
.ght-article-wrap .ght-hero p { max-width:720px; color:#45564d; font-size:1.05em; }
.ght-article-wrap .ght-hero-meta { display:flex; flex-wrap:wrap; gap:9px 18px; margin-top:18px; color:#5a6a61; font-size:14px; }

/* In-this-guide / TOC */
.ght-article-wrap .ght-toc {
  margin:24px 0 30px;
  padding:22px 24px;
  border:1px solid var(--ght-border);
  border-radius:var(--ght-radius);
  background:#fff;
  box-shadow:0 10px 28px rgba(30,48,38,.06);
}
.ght-article-wrap .ght-toc-title { margin:0 0 12px; color:var(--ght-ink); font-weight:800; font-size:17px; }
.ght-article-wrap .ght-toc ol,
.ght-article-wrap .ght-toc ul { margin:0 !important; padding-left:1.25em !important; columns:2; column-gap:32px; }
.ght-article-wrap .ght-toc li { break-inside:avoid; margin:0 0 8px !important; }
.ght-article-wrap .ght-toc a { font-weight:650; text-decoration:none; }

/* Outdoor-specific safety and weather boxes */
.ght-article-wrap .ght-fire-safety,
.ght-article-wrap .ght-weather-note,
.ght-article-wrap .ght-maintenance-box {
  position:relative;
  margin:22px 0;
  padding:20px 22px 20px 56px;
  border-radius:var(--ght-radius);
  border:1px solid;
}
.ght-article-wrap .ght-fire-safety::before,
.ght-article-wrap .ght-weather-note::before,
.ght-article-wrap .ght-maintenance-box::before {
  position:absolute;
  left:19px;
  top:19px;
  width:25px;
  height:25px;
  display:grid;
  place-items:center;
  border-radius:50%;
  color:#fff;
  font-size:14px;
  font-weight:900;
}
.ght-article-wrap .ght-fire-safety { background:#fff4f1; border-color:#f2c5ba; color:#642419; }
.ght-article-wrap .ght-fire-safety::before { content:"!"; background:var(--ght-warning); }
.ght-article-wrap .ght-weather-note { background:#f0f7f8; border-color:#c7dfe3; color:#234d56; }
.ght-article-wrap .ght-weather-note::before { content:"☁"; background:var(--ght-takeaway); }
.ght-article-wrap .ght-maintenance-box { background:#f4f8f3; border-color:#cfe0d2; color:#254a2c; }
.ght-article-wrap .ght-maintenance-box::before { content:"✓"; background:var(--ght-tip); }
.ght-article-wrap .ght-fire-safety strong,
.ght-article-wrap .ght-weather-note strong,
.ght-article-wrap .ght-maintenance-box strong { display:block; margin-bottom:4px; color:inherit; }

/* Premium product card alias */
.ght-article-wrap .ght-product-card {
  position:relative;
  margin:26px 0;
  padding:24px;
  border:1px solid var(--ght-border);
  border-radius:calc(var(--ght-radius) + 2px);
  background:#fff;
  box-shadow:0 14px 36px rgba(24,42,32,.08);
}
.ght-article-wrap .ght-product-card-grid {
  display:grid;
  grid-template-columns:minmax(170px,230px) 1fr;
  gap:24px;
  align-items:center;
}
.ght-article-wrap .ght-product-card img {
  width:100%;
  height:auto;
  display:block;
  border-radius:12px;
  background:#f6f6f3;
}
.ght-article-wrap .ght-product-badge {
  display:inline-block;
  margin-bottom:10px;
  padding:6px 10px;
  border-radius:999px;
  background:var(--ght-accent);
  color:#fff;
  font-size:11px;
  font-weight:800;
  letter-spacing:.06em;
  text-transform:uppercase;
}
.ght-article-wrap .ght-product-title { margin:0 0 8px !important; font-size:1.35em; }
.ght-article-wrap .ght-product-meta { display:flex; flex-wrap:wrap; gap:8px; margin:12px 0; }
.ght-article-wrap .ght-product-meta span { padding:6px 9px; border-radius:8px; background:#f1f5f2; color:#405249; font-size:12px; font-weight:700; }
.ght-article-wrap .ght-amazon-btn,
.ght-article-wrap a.ght-amazon-btn {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin-top:10px;
  padding:12px 20px;
  border-radius:10px;
  background:linear-gradient(135deg,#f59e0b,#ea7a16);
  color:#172018 !important;
  font-size:15px;
  font-weight:850;
  text-decoration:none !important;
  box-shadow:0 8px 20px rgba(234,122,22,.24);
  transition:transform .2s ease,box-shadow .2s ease,filter .2s ease;
}
.ght-article-wrap .ght-amazon-btn:hover { transform:translateY(-2px); box-shadow:0 12px 26px rgba(234,122,22,.30); filter:saturate(1.08); }
.ght-article-wrap .ght-price-note { margin:8px 0 0 !important; color:#6b756f; font-size:12px; }

/* Author box */
.ght-article-wrap .ght-author-box {
  display:grid;
  grid-template-columns:88px 1fr;
  gap:18px;
  align-items:center;
  margin:34px 0;
  padding:22px;
  border:1px solid var(--ght-border);
  border-radius:var(--ght-radius);
  background:linear-gradient(135deg,#f9faf7,#f2f7f3);
}
.ght-article-wrap .ght-author-box img { width:88px; height:88px; border-radius:50%; object-fit:cover; border:4px solid #fff; box-shadow:0 6px 18px rgba(28,48,37,.14); }
.ght-article-wrap .ght-author-box h3 { margin:0 0 6px !important; }
.ght-article-wrap .ght-author-box p { margin:0 !important; color:#536259; }

/* Compact category chips */
.ght-article-wrap .ght-topic-chips { display:flex; flex-wrap:wrap; gap:8px; margin:16px 0; }
.ght-article-wrap .ght-topic-chip { display:inline-flex; padding:7px 11px; border:1px solid #d7e1da; border-radius:999px; background:#f7faf8; color:#385347; font-size:12px; font-weight:750; }

/* GeneratePress / Gutenberg compatibility */
.entry-content > .ght-article-wrap,
.inside-article .ght-article-wrap,
.wp-block-post-content .ght-article-wrap { width:100%; }
.ght-article-wrap .wp-block-image img { border-radius:14px; }
.ght-article-wrap figure { max-width:100%; }
.ght-article-wrap .wp-block-table { overflow-x:auto; }

@media (max-width:767px) {
  .ght-article-wrap { padding-left:10px; padding-right:10px; }
  .ght-article-wrap .ght-hero { padding:28px 22px; border-radius:18px; }
  .ght-article-wrap .ght-toc ol,
  .ght-article-wrap .ght-toc ul { columns:1; }
  .ght-article-wrap .ght-product-card-grid { grid-template-columns:1fr; }
  .ght-article-wrap .ght-product-card img { max-width:280px; margin:0 auto; }
  .ght-article-wrap .ght-author-box { grid-template-columns:1fr; text-align:center; }
  .ght-article-wrap .ght-author-box img { margin:0 auto; }
  .ght-article-wrap .ght-amazon-btn { width:100%; }
}

@media (prefers-reduced-motion:reduce) {
  .ght-article-wrap *, .ght-article-wrap *::before, .ght-article-wrap *::after { scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}


/* =========================================================
   v2.0.0 FIXES — WRAPPER, GENERATEPRESS, NATIVE FAQ
========================================================= */
.ght-article-wrap,
.entry-content > .ght-article-wrap,
.inside-article .ght-article-wrap,
.wp-block-post-content .ght-article-wrap {
  display: block !important;
  width: 100% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}

.ght-article-wrap img {
  max-width: 100% !important;
  height: auto !important;
}

.ght-article-wrap details.ght-faq-item {
  display: block !important;
}

.ght-article-wrap details.ght-faq-item > summary.ght-faq-q {
  display: flex !important;
  list-style: none !important;
  cursor: pointer !important;
}

.ght-article-wrap details.ght-faq-item > summary.ght-faq-q::-webkit-details-marker {
  display: none !important;
}

.ght-article-wrap details.ght-faq-item:not([open]) .ght-faq-a {
  display: none !important;
}

.ght-article-wrap details.ght-faq-item[open] .ght-faq-a {
  display: block !important;
}

.ght-article-wrap details.ght-faq-item[open] .ght-faq-q::after {
  transform: rotate(45deg) !important;
}

/* Keep plugin components visible if an optimization plugin delays JS. */
html:not(.ght-faq-js) .ght-article-wrap .ght-faq-a {
  display: block;
}
