
/* ==========================================================================
   Smart Scan & Shopping — the reordered page's own header and divider.
   Prefix yso- (verified free).
   ========================================================================== */
#page-ys-feature .yso-top{ padding-top:8px; }
#page-ys-feature .yso-head{ margin:0 0 18px; }
#page-ys-feature .yso-eb{
  font-size:.72rem; font-weight:800; letter-spacing:.17em; text-transform:uppercase; margin:0 0 6px;
  color:#5F7350 !important; -webkit-text-fill-color:#5F7350 !important;
}
#page-ys-feature .yso-eb.is-gold{ color:#8A6A18 !important; -webkit-text-fill-color:#8A6A18 !important; }
#page-ys-feature .yso-h1{
  font-family:'Playfair Display',Georgia,serif !important;
  font-size:clamp(1.7rem,4vw,2.5rem) !important; font-weight:700 !important; line-height:1.15;
  margin:0 0 10px !important; color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
#page-ys-feature .yso-h2{
  font-family:'Playfair Display',Georgia,serif !important;
  font-size:clamp(1.4rem,3vw,1.9rem) !important; font-weight:700 !important; line-height:1.2;
  margin:0 0 8px !important; color:#243447 !important; -webkit-text-fill-color:#243447 !important;
}
#page-ys-feature .yso-sub{
  margin:0; font-size:.96rem; line-height:1.65; max-width:62ch;
  color:#4A5462 !important; -webkit-text-fill-color:#4A5462 !important;
}
/* the divider reads as a change of subject, not another feature header */
#page-ys-feature .yso-div{
  margin-top:46px; padding-top:30px !important;
  border-top:1px solid #EAE2D3;
}
#page-ys-feature .yso-div .yso-sub{ margin-bottom:6px; }

/* ---- contrast, found while reordering -------------------------------------
   Both are PRE-EXISTING colours in the Yellow Sticker dashboard, not caused by
   this change — they only surfaced now because the dashboard had rendered by
   the time the checker ran. `.ys-panel-h` measured 3.48 and the struck-through
   `.ys-was` price 2.64, both under AA. Scoped to the two pages that show them. */
#page-ys-feature .ys-panel-h, #page-ys-dashboard .ys-panel-h{
  color:#4E6640 !important; -webkit-text-fill-color:#4E6640 !important;
}
#page-ys-feature .ys-was, #page-ys-dashboard .ys-was{
  color:#6C7580 !important; -webkit-text-fill-color:#6C7580 !important;
}

