/* Zoomag editorial system r24
   Shared styling for blog articles. Scoped to .zm-editorial-2026 only. */

.zm-editorial-2026 {
  --za-green: #1f7a4d;
  --za-green-dark: #145b38;
  --za-green-soft: #edf7f1;
  --za-orange: #f28b32;
  --za-orange-dark: #d96f1d;
  --za-orange-soft: #fff2e7;
  --za-navy: #21334f;
  --za-text: #344456;
  --za-muted: #6d7b8c;
  --za-line: #e4e9e6;
  --za-cream: #fffaf4;
  --za-white: #fff;
  --za-radius: 20px;
  --za-shadow: 0 12px 34px rgba(26, 54, 41, .07);
  width: 100%;
  color: var(--za-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.65;
  scroll-behavior: smooth;
}

.zm-editorial-2026 *,
.zm-editorial-2026 *::before,
.zm-editorial-2026 *::after { box-sizing: border-box; }

.zm-editorial-2026 a { color: var(--za-green); }
.zm-editorial-2026 a:hover { color: var(--za-green-dark); }
.zm-editorial-2026 img { max-width: 100%; }

/* Main shells */
.zm-editorial-2026 :where(.article-container,.zoomir-article,.dog-nail-grooming-guide) {
  width: min(92vw, 1480px) !important;
  max-width: 1480px !important;
  margin: 0 auto !important;
  padding: 30px 0 54px !important;
  background: transparent !important;
  color: var(--za-text) !important;
}

/* Hero aliases */
.zm-editorial-2026 :where(.article-hero,.hero-section,.hero-modern,.dog-nail-hero) {
  min-height: 0 !important;
  margin: 8px 0 28px !important;
  padding: clamp(34px, 4vw, 62px) !important;
  border: 1px solid #eadfd2 !important;
  border-radius: 26px !important;
  background:
    radial-gradient(circle at 92% 15%, rgba(242,139,50,.13), transparent 28%),
    linear-gradient(135deg, #fffaf4 0%, #f7fbf8 100%) !important;
  color: var(--za-text) !important;
  box-shadow: none !important;
  overflow: hidden !important;
  position: relative !important;
}
.zm-editorial-2026 :where(.hero-background) { display:none !important; }
.zm-editorial-2026 :where(.hero-content,.nail-hero-content) {
  position: relative !important;
  z-index: 2 !important;
  width: min(100%, 1050px) !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: left !important;
  color: var(--za-text) !important;
}
.zm-editorial-2026 :where(.article-badge,.hero-badge,.nail-grooming-badge) {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 0 18px !important;
  padding: 8px 13px !important;
  border: 1px solid #cfe4d6 !important;
  border-radius: 999px !important;
  background: var(--za-green-soft) !important;
  color: var(--za-green-dark) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: .03em !important;
  text-transform: uppercase !important;
  backdrop-filter: none !important;
  text-shadow: none !important;
}
.zm-editorial-2026 :where(.article-title,.hero-title,.nail-grooming-title) {
  max-width: 950px !important;
  margin: 0 0 16px !important;
  color: var(--za-navy) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
  text-shadow: none !important;
  font-size: clamp(34px, 3.1vw, 54px) !important;
  line-height: 1.06 !important;
  font-weight: 900 !important;
  letter-spacing: -.035em !important;
}
.zm-editorial-2026 :where(.title-accent,.title-gradient) {
  color: var(--za-green) !important;
  background: none !important;
  -webkit-text-fill-color: currentColor !important;
}
.zm-editorial-2026 :where(.article-intro,.hero-subtitle,.nail-grooming-intro) {
  max-width: 880px !important;
  margin: 0 !important;
  color: #5c6b7d !important;
  font-size: clamp(17px, 1.25vw, 21px) !important;
  line-height: 1.58 !important;
  opacity: 1 !important;
  text-shadow: none !important;
}
.zm-editorial-2026 :where(.hero-bird,.nail-hero-paw) {
  position: absolute !important;
  right: clamp(22px, 4vw, 68px) !important;
  bottom: 20px !important;
  font-size: clamp(54px, 6vw, 98px) !important;
  opacity: .13 !important;
  animation: none !important;
  filter: none !important;
  pointer-events:none !important;
}

/* Hero stats/features */
.zm-editorial-2026 :where(.hero-stats,.hero-features) {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0,1fr)) !important;
  gap: 12px !important;
  margin: 26px 0 0 !important;
}
.zm-editorial-2026 :where(.stat-card,.feature-card) {
  min-height: 105px !important;
  padding: 18px !important;
  border: 1px solid var(--za-line) !important;
  border-radius: 16px !important;
  background: rgba(255,255,255,.78) !important;
  color: var(--za-text) !important;
  box-shadow:none !important;
  text-align:left !important;
  backdrop-filter:none !important;
}
.zm-editorial-2026 :where(.stat-number) { color:var(--za-green-dark)!important; font-size:25px!important; font-weight:900!important; }
.zm-editorial-2026 :where(.stat-label,.feature-text) { color:var(--za-muted)!important; font-size:14px!important; opacity:1!important; }
.zm-editorial-2026 :where(.feature-icon) { font-size:28px!important; margin:0 0 8px!important; }

/* Context photography */
.zm-editorial-2026__media {
  display: grid;
  grid-template-columns: 1.3fr .85fr .85fr;
  gap: 14px;
  margin: 0 0 30px;
}
.zm-editorial-2026__media:has(.zm-editorial-2026__media-item:nth-child(2):last-child) {
  grid-template-columns: 1fr 1fr;
}
.zm-editorial-2026__media-item {
  margin:0;
  min-height: 210px;
  overflow:hidden;
  border-radius:18px;
  background:#f3f6f4;
  border:1px solid var(--za-line);
}
.zm-editorial-2026__media-item img {
  width:100%; height:100%; min-height:210px; max-height:290px;
  display:block; object-fit:cover;
  transition:transform .25s ease;
}
.zm-editorial-2026__media-item:hover img { transform:scale(1.025); }

/* Navigation */
.zm-editorial-2026 :where(.article-nav,.sticky-nav,.smart-nav,.nail-grooming-nav) {
  position: relative !important;
  top:auto !important;
  z-index:1 !important;
  margin: 0 0 34px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.zm-editorial-2026 :where(.nav-container,.nav-modern,.nail-nav-container) {
  padding:18px 20px !important;
  background:#fff !important;
  border:1px solid var(--za-line) !important;
  border-radius:18px !important;
  box-shadow:none !important;
  backdrop-filter:none !important;
}
.zm-editorial-2026 :where(.nav-header,.nav-progress) { margin:0 0 12px!important; display:flex!important; align-items:center!important; }
.zm-editorial-2026 :where(.nav-title,.nail-nav-container h3) {
  margin:0!important; color:var(--za-navy)!important; font-size:16px!important; font-weight:850!important; text-align:left!important;
}
.zm-editorial-2026 :where(.progress-wrap,.progress-container,.nav-progress .progress-bar) { display:none!important; }
.zm-editorial-2026 :where(.nav-links,.nav-links-modern,.nail-nav-links) {
  display:flex!important; flex-wrap:wrap!important; gap:8px!important; justify-content:flex-start!important;
}
.zm-editorial-2026 :where(.nav-link,.nav-link-modern,.nail-nav-link) {
  display:inline-flex!important; align-items:center!important; justify-content:center!important;
  width:auto!important; max-width:none!important;
  padding:9px 14px!important;
  background:#f7f9f8!important;
  border:1px solid #e3e9e5!important;
  border-radius:999px!important;
  color:#435365!important;
  font-size:14px!important; font-weight:750!important; text-decoration:none!important;
  box-shadow:none!important; transform:none!important;
}
.zm-editorial-2026 :where(.nav-link,.nav-link-modern,.nail-nav-link):hover {
  background:var(--za-green-soft)!important; border-color:#b9d8c4!important; color:var(--za-green-dark)!important;
}

/* Sections */
.zm-editorial-2026 :where(.article-section,.content-section,.section-modern,.nail-grooming-section) {
  margin:0!important;
  padding: clamp(34px, 3.4vw, 52px) 0 !important;
  background:transparent!important;
  border:0!important;
  border-top:1px solid var(--za-line)!important;
  border-radius:0!important;
  box-shadow:none!important;
}
.zm-editorial-2026 :where(.section-header,.section-header-modern,.nail-section-header) {
  max-width:980px!important;
  margin:0 0 28px!important;
  text-align:left!important;
}
.zm-editorial-2026 :where(.section-badge) {
  display:inline-flex!important; padding:6px 10px!important; margin:0 0 10px!important;
  border-radius:999px!important; background:var(--za-orange-soft)!important; color:var(--za-orange-dark)!important;
  font-size:12px!important; font-weight:900!important; letter-spacing:.04em!important;
}
.zm-editorial-2026 :where(.section-header h2,.section-title,.section-title-modern,.nail-section-header h2) {
  margin:0 0 9px!important;
  color:var(--za-navy)!important; background:none!important; -webkit-text-fill-color:currentColor!important;
  font-size:clamp(27px,2.1vw,36px)!important; line-height:1.14!important; font-weight:900!important; text-align:left!important;
}
.zm-editorial-2026 :where(.section-subtitle) {
  max-width:820px!important; margin:0!important; color:var(--za-muted)!important; font-size:16px!important; line-height:1.55!important; text-align:left!important;
}
.zm-editorial-2026 :where(.article-section p,.content-section p,.section-modern p,.nail-grooming-section p) {
  color:var(--za-text)!important;
}

/* Grids */
.zm-editorial-2026 :where(.questions-grid,.cards-grid,.tools-grid,.steps-grid,.freq-grid,.principles-grid,.process-steps-modern,.tips-grid-modern,.nail-questions-grid,.nail-tools-grid,.nail-frequency-cards,.nail-technique-steps,.nail-tips-grid) {
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:16px!important;
  margin:24px 0!important;
}
.zm-editorial-2026 :where(.crisis-grid,.comparison-cards,.mistakes-content,.nail-anatomy-content) {
  display:grid!important; grid-template-columns:repeat(2,minmax(0,1fr))!important; gap:20px!important; margin:24px 0!important; align-items:start!important;
}

/* Common cards */
.zm-editorial-2026 :where(
 .question-card,.tool-card,.crisis-card,.principle-card,.step-card,.freq-card,.age-card,
 .card-modern,.process-step-modern,.tip-card-modern,.comparison-card,.mistake-item,
 .nail-question-card,.nail-tool-card,.nail-frequency-card,.nail-step-card,.nail-tip-item,.nail-anatomy-point
) {
  min-width:0!important;
  margin:0!important;
  padding:22px!important;
  border:1px solid var(--za-line)!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:none!important;
  transform:none!important;
  transition:border-color .18s ease, background-color .18s ease!important;
  color:var(--za-text)!important;
}
.zm-editorial-2026 :where(
 .question-card,.tool-card,.crisis-card,.principle-card,.step-card,.freq-card,.age-card,
 .card-modern,.process-step-modern,.tip-card-modern,.comparison-card,.mistake-item,
 .nail-question-card,.nail-tool-card,.nail-frequency-card,.nail-step-card,.nail-tip-item,.nail-anatomy-point
):hover { border-color:#bfd8c7!important; background:#fbfdfc!important; transform:none!important; box-shadow:none!important; }

.zm-editorial-2026 :where(.question-card,.principle-card,.mistake-item,.nail-question-card,.nail-anatomy-point,.nail-frequency-card) {
  display:flex!important; align-items:flex-start!important; gap:15px!important;
}
.zm-editorial-2026 :where(.question-icon,.tool-icon,.principle-icon,.mistake-icon,.freq-ico,.card-icon,.tip-icon,.nail-question-icon,.nail-tool-icon,.nail-frequency-icon,.nail-tip-emoji,.nail-point-icon) {
  flex:0 0 auto!important; margin:0!important; font-size:30px!important; line-height:1!important; filter:none!important; text-align:left!important;
}
.zm-editorial-2026 :where(.tool-card,.freq-card,.card-modern,.process-step-modern,.tip-card-modern,.nail-tool-card,.nail-step-card,.nail-tip-item) { text-align:left!important; }
.zm-editorial-2026 :where(.question-content h4,.tool-content h4,.tool-title,.crisis-content h3,.principle-content h4,.step-title,.freq-title,.card-title,.tip-title,.nail-question-content h4,.nail-tool-content h4,.nail-frequency-content h4,.nail-step-content h4,.nail-point-content h4) {
  margin:0 0 8px!important; color:var(--za-navy)!important; font-size:18px!important; line-height:1.3!important; font-weight:850!important; text-align:left!important;
}
.zm-editorial-2026 :where(.question-content p,.tool-content p,.tool-text,.crisis-content p,.principle-content p,.step-text,.step-description,.freq-text,.card-text,.tip-description,.nail-question-content p,.nail-tool-content p,.nail-frequency-content p,.nail-step-content p,.nail-point-content p) {
  margin:0!important; color:var(--za-muted)!important; font-size:15px!important; line-height:1.58!important; text-align:left!important;
}

/* Tags */
.zm-editorial-2026 :where(.feature-tags,.crisis-stats,.mistake-links) { display:flex!important; gap:7px!important; flex-wrap:wrap!important; margin-top:14px!important; }
.zm-editorial-2026 :where(.feature-tag,.stat-tag,.mistake-link) {
  display:inline-flex!important; padding:6px 10px!important; border-radius:999px!important;
  background:var(--za-green-soft)!important; border:1px solid #d1e6d8!important; color:var(--za-green-dark)!important;
  font-size:12px!important; font-weight:800!important; text-decoration:none!important;
}

/* Notes */
.zm-editorial-2026 :where(.pro-tip,.warning-note,.info-note,.warning-note-modern,.nail-pro-tip,.nail-important-note,.nail-warning-signs,.nail-alternative-tools,.final-warning,.nail-final-warning,.recommendation-box) {
  margin:22px 0!important; padding:20px 22px!important; border-radius:16px!important; box-shadow:none!important;
  display:flex!important; align-items:flex-start!important; gap:14px!important;
}
.zm-editorial-2026 :where(.pro-tip,.info-note,.nail-pro-tip,.nail-important-note,.recommendation-box) {
  background:var(--za-green-soft)!important; border:1px solid #cfe4d6!important; color:var(--za-green-dark)!important;
}
.zm-editorial-2026 :where(.warning-note,.warning-note-modern,.nail-warning-signs,.final-warning,.nail-final-warning) {
  background:var(--za-orange-soft)!important; border:1px solid #f3d2b4!important; color:#79502c!important;
}
.zm-editorial-2026 :where(.warning-content h4,.warning-text h4,.info-text h4,.recommendation-content h4,.nail-warning-signs h4) {
  margin:0 0 5px!important; color:inherit!important; font-size:17px!important; font-weight:900!important; text-align:left!important;
}
.zm-editorial-2026 :where(.warning-content p,.warning-text p,.info-text p,.recommendation-content p,.pro-tip p,.nail-pro-tip p,.nail-note-content p) {
  margin:0!important; color:inherit!important; font-size:15px!important; line-height:1.55!important; text-align:left!important;
}

/* Images */
.zm-editorial-2026 :where(.image-gallery,.mistakes-visual) {
  display:grid!important; grid-template-columns:repeat(3,minmax(0,1fr))!important; gap:12px!important; margin:24px 0!important;
}
.zm-editorial-2026 :where(.gallery-image,.mistakes-visual img,.nail-grooming-image) {
  width:100%!important; max-width:none!important; height:260px!important; object-fit:cover!important; border-radius:17px!important;
  border:1px solid var(--za-line)!important; box-shadow:none!important; transform:none!important;
}
.zm-editorial-2026 :where(.nail-tools-image-section) { margin:24px 0!important; text-align:left!important; }
.zm-editorial-2026 :where(.nail-image-caption) { margin-top:8px!important; color:var(--za-muted)!important; font-size:13px!important; }

/* Comparison */
.zm-editorial-2026 :where(.comparison-card) { padding:0!important; overflow:hidden!important; }
.zm-editorial-2026 :where(.comparison-header) { padding:18px 20px!important; background:var(--za-green-dark)!important; color:#fff!important; text-align:left!important; }
.zm-editorial-2026 :where(.comparison-header.ready) { background:var(--za-navy)!important; }
.zm-editorial-2026 :where(.comparison-header h4) { margin:0!important; color:#fff!important; font-size:19px!important; }
.zm-editorial-2026 :where(.comparison-icon) { font-size:26px!important; margin:0 0 5px!important; }
.zm-editorial-2026 :where(.comparison-content) { padding:20px!important; }
.zm-editorial-2026 :where(.pros-cons ul,.comparison-content ul) { margin:8px 0 16px!important; padding-left:21px!important; }
.zm-editorial-2026 :where(.pros-cons li,.comparison-content li) { margin:5px 0!important; color:var(--za-text)!important; }

/* Timelines / tables */
.zm-editorial-2026 :where(.timeline,.timeline-modern) {
  margin:24px 0!important; border:1px solid var(--za-line)!important; border-radius:16px!important; overflow:hidden!important; box-shadow:none!important; background:#fff!important;
}
.zm-editorial-2026 :where(.timeline-row,.timeline-item) {
  display:grid!important; grid-template-columns:170px 1fr 1.2fr!important; gap:16px!important; align-items:center!important;
  padding:16px 18px!important; border-bottom:1px solid var(--za-line)!important; background:#fff!important;
}
.zm-editorial-2026 :where(.timeline-row,.timeline-item):last-child { border-bottom:0!important; }
.zm-editorial-2026 :where(.t-age,.timeline-age) { color:var(--za-navy)!important; font-weight:850!important; }
.zm-editorial-2026 :where(.t-what,.timeline-frequency) { color:var(--za-green-dark)!important; font-weight:800!important; text-align:left!important; }
.zm-editorial-2026 :where(.t-note,.timeline-note) { color:var(--za-muted)!important; text-align:left!important; }

/* Steps */
.zm-editorial-2026 :where(.step-num,.step-number,.nail-step-number) {
  display:flex!important; align-items:center!important; justify-content:center!important;
  width:38px!important; height:38px!important; margin:0 0 13px!important; border-radius:50%!important;
  background:var(--za-green)!important; color:#fff!important; font-size:14px!important; font-weight:900!important; box-shadow:none!important;
}

/* Nail diagram */
.zm-editorial-2026 .dog-claw-diagram {
  height:auto!important; min-height:235px!important; padding:28px!important; border-radius:18px!important;
  background:#f7f9f8!important; border:1px solid var(--za-line)!important;
}
.zm-editorial-2026 :where(.claw-part-blood-vessel,.claw-part-hard-tissue,.claw-part-safe-zone) { height:34px!important; border-radius:8px!important; margin-bottom:19px!important; box-shadow:none!important; }
.zm-editorial-2026 .claw-part-blood-vessel { background:#e88181!important; width:62%!important; }
.zm-editorial-2026 .claw-part-hard-tissue { background:#7bc4ad!important; width:82%!important; }
.zm-editorial-2026 .claw-part-safe-zone { background:#73b982!important; width:46%!important; }
.zm-editorial-2026 .nail-part-label { position:static!important; display:inline-block!important; margin:6px 0 0!important; transform:none!important; background:transparent!important; border:0!important; box-shadow:none!important; padding:0!important; color:var(--za-text)!important; font-size:13px!important; min-width:0!important; }

/* CTAs */
.zm-editorial-2026 :where(.grooming-products-cta,.smart-cta-modern,.smart-cta,.dog-nail-products-cta,.super-cta-container,.super-cta-modern .super-cta-container,.nail-share-section) {
  margin:26px 0!important;
  padding:clamp(25px,3vw,40px)!important;
  border-radius:20px!important;
  border:0!important;
  background:var(--za-green-dark)!important;
  color:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.zm-editorial-2026 :where(.cta-shine) { display:none!important; }
.zm-editorial-2026 :where(.cta-content,.cta-content-modern) {
  display:grid!important; grid-template-columns:auto 1fr auto!important; gap:20px!important; align-items:center!important; position:relative!important; z-index:1!important;
}
.zm-editorial-2026 :where(.grooming-products-cta h4,.cta-text h3,.cta-text h4,.super-cta-title,.super-cta-container h2,.dog-nail-products-cta h4) {
  color:#fff!important; margin:0 0 7px!important; font-size:clamp(21px,1.8vw,30px)!important; line-height:1.2!important; font-weight:900!important;
}
.zm-editorial-2026 :where(.grooming-products-cta p,.cta-text p,.super-cta-subtitle,.super-cta-container p,.dog-nail-products-cta p) {
  color:rgba(255,255,255,.82)!important; margin:0!important; font-size:15px!important; line-height:1.55!important;
}
.zm-editorial-2026 :where(.grooming-button,.cta-link,.cta-btn-primary,.cta-btn-secondary,.btn,.btn-primary,.super-btn,.nail-grooming-button,.mini-link) {
  display:inline-flex!important; align-items:center!important; justify-content:center!important; gap:8px!important;
  min-height:45px!important; padding:10px 17px!important; border-radius:12px!important;
  border:1px solid rgba(255,255,255,.25)!important;
  background:#fff!important; color:var(--za-green-dark)!important;
  font-size:14px!important; font-weight:850!important; text-decoration:none!important;
  box-shadow:none!important; transform:none!important; white-space:normal!important;
}
.zm-editorial-2026 :where(.cta-btn-secondary,.super-btn) { background:transparent!important; color:#fff!important; }
.zm-editorial-2026 :where(.grooming-button,.cta-link,.cta-btn-primary,.cta-btn-secondary,.btn,.btn-primary,.super-btn,.nail-grooming-button,.mini-link):hover { transform:none!important; filter:brightness(.97)!important; }
.zm-editorial-2026 :where(.super-cta-modern,.super-cta) { margin:34px 0!important; }
.zm-editorial-2026 :where(.super-cta-badge) { display:inline-flex!important; margin:0 0 12px!important; padding:6px 10px!important; border-radius:999px!important; border:1px solid rgba(255,255,255,.25)!important; background:rgba(255,255,255,.1)!important; color:#fff!important; font-size:12px!important; font-weight:850!important; }
.zm-editorial-2026 :where(.benefits-grid,.cta-buttons-modern,.cta-stats) { display:flex!important; gap:12px!important; flex-wrap:wrap!important; justify-content:flex-start!important; margin:18px 0!important; }
.zm-editorial-2026 :where(.benefit-item) { color:#fff!important; font-size:14px!important; }
.zm-editorial-2026 :where(.cta-stat-number) { color:#fff!important; font-weight:900!important; font-size:20px!important; }
.zm-editorial-2026 :where(.cta-stat-label) { color:rgba(255,255,255,.75)!important; font-size:12px!important; }

/* Final sections */
.zm-editorial-2026 :where(.article-final,.nail-grooming-final) {
  margin:28px 0!important; padding:0!important; border:1px solid var(--za-line)!important; border-radius:20px!important; background:#fff!important; box-shadow:none!important; overflow:hidden!important;
}
.zm-editorial-2026 :where(.final-content,.nail-final-content) { padding:28px!important; }
.zm-editorial-2026 :where(.final-content h3,.nail-final-content h3) { margin:0 0 12px!important; color:var(--za-navy)!important; background:none!important; -webkit-text-fill-color:currentColor!important; font-size:26px!important; font-weight:900!important; text-align:left!important; }
.zm-editorial-2026 :where(.final-content p,.nail-final-content p) { margin:0 0 16px!important; color:var(--za-text)!important; font-size:16px!important; text-align:left!important; }
.zm-editorial-2026 .nail-final-image img { width:100%!important; height:330px!important; object-fit:cover!important; border-radius:0!important; }

/* Other article-specific structures */
.zm-editorial-2026 .mistakes-content { grid-template-columns:.9fr 1.1fr!important; }
.zm-editorial-2026 .mistakes-list { display:grid!important; gap:12px!important; }
.zm-editorial-2026 .age-grid { display:grid!important; grid-template-columns:repeat(4,minmax(0,1fr))!important; gap:14px!important; margin:24px 0!important; }
.zm-editorial-2026 .age-top { display:flex!important; gap:10px!important; align-items:center!important; margin-bottom:10px!important; }
.zm-editorial-2026 .age-title { color:var(--za-navy)!important; font-weight:850!important; }
.zm-editorial-2026 .age-meta,.zm-editorial-2026 .age-text { color:var(--za-muted)!important; font-size:14px!important; }
.zm-editorial-2026 .nail-behavior-tips { padding:24px!important; border:1px solid var(--za-line)!important; border-radius:18px!important; background:#f7f9f8!important; }
.zm-editorial-2026 .nail-behavior-tips h4 { color:var(--za-navy)!important; text-align:left!important; }

/* Desktop ultra-wide: keep article readable, but not tiny */
@media (min-width: 1800px) {
  .zm-editorial-2026 { font-size:18px; }
  .zm-editorial-2026 :where(.article-container,.zoomir-article,.dog-nail-grooming-guide) { width:min(86vw,1540px)!important; max-width:1540px!important; }
  .zm-editorial-2026 :where(.question-content p,.tool-content p,.tool-text,.crisis-content p,.principle-content p,.step-text,.step-description,.freq-text,.card-text,.tip-description,.nail-question-content p,.nail-tool-content p,.nail-frequency-content p,.nail-step-content p,.nail-point-content p) { font-size:16px!important; }
}

@media (max-width: 1199.98px) {
  .zm-editorial-2026 :where(.article-container,.zoomir-article,.dog-nail-grooming-guide) { width:min(94vw,1200px)!important; }
  .zm-editorial-2026 :where(.questions-grid,.cards-grid,.tools-grid,.steps-grid,.freq-grid,.principles-grid,.process-steps-modern,.tips-grid-modern,.nail-questions-grid,.nail-tools-grid,.nail-frequency-cards,.nail-technique-steps,.nail-tips-grid) { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
  .zm-editorial-2026 .age-grid { grid-template-columns:repeat(2,minmax(0,1fr))!important; }
}

@media (max-width: 767.98px) {
  .zm-editorial-2026 { font-size:16px; }
  .zm-editorial-2026 :where(.article-container,.zoomir-article,.dog-nail-grooming-guide) { width:calc(100vw - 24px)!important; padding-top:16px!important; }
  .zm-editorial-2026 :where(.article-hero,.hero-section,.hero-modern,.dog-nail-hero) { padding:25px 20px!important; border-radius:18px!important; }
  .zm-editorial-2026 :where(.article-title,.hero-title,.nail-grooming-title) { font-size:clamp(29px,9vw,38px)!important; }
  .zm-editorial-2026 :where(.hero-stats,.hero-features) { grid-template-columns:1fr!important; }
  .zm-editorial-2026__media,
  .zm-editorial-2026__media:has(.zm-editorial-2026__media-item:nth-child(2):last-child) { grid-template-columns:1fr!important; }
  .zm-editorial-2026__media-item,.zm-editorial-2026__media-item img { min-height:190px; max-height:240px; }
  .zm-editorial-2026 :where(.questions-grid,.cards-grid,.tools-grid,.steps-grid,.freq-grid,.principles-grid,.process-steps-modern,.tips-grid-modern,.nail-questions-grid,.nail-tools-grid,.nail-frequency-cards,.nail-technique-steps,.nail-tips-grid,.crisis-grid,.comparison-cards,.mistakes-content,.nail-anatomy-content,.age-grid) { grid-template-columns:1fr!important; }
  .zm-editorial-2026 :where(.question-card,.principle-card,.mistake-item,.nail-question-card,.nail-anatomy-point,.nail-frequency-card) { flex-direction:column!important; }
  .zm-editorial-2026 :where(.image-gallery,.mistakes-visual) { grid-template-columns:1fr!important; }
  .zm-editorial-2026 :where(.gallery-image,.mistakes-visual img,.nail-grooming-image) { height:auto!important; max-height:300px!important; }
  .zm-editorial-2026 :where(.timeline-row,.timeline-item) { grid-template-columns:1fr!important; gap:5px!important; }
  .zm-editorial-2026 :where(.cta-content,.cta-content-modern) { grid-template-columns:1fr!important; }
  .zm-editorial-2026 :where(.nav-links,.nav-links-modern,.nail-nav-links) { flex-direction:column!important; }
  .zm-editorial-2026 :where(.nav-link,.nav-link-modern,.nail-nav-link) { width:100%!important; justify-content:flex-start!important; }
}
