/* <span style="color:#16A34A;">Weal</span><span style="color:#DC2626;">Sure</span> V42 — Section kicker rule spacing correction
   Keeps the editorial rule, but prevents it from touching/overlapping the eyebrow label. */
.section-kicker{
  position:relative !important;
  z-index:1 !important;
  padding-top:8px !important;
}
.section-kicker:after{
  /* Move the decorative rule clearly away from the kicker content. */
  bottom:-24px !important;
  z-index:-1 !important;
  opacity:.42 !important;
}
.section-kicker .eyebrow{
  position:relative !important;
  z-index:3 !important;
  background:transparent !important;
}
/* The section's own top rule should never visually collide with the first label. */
.editorial:before,
.feature-band:before,
.portfolio-v18:before,
.section:before{
  top:0 !important;
  opacity:.28 !important;
}
@media (max-width:680px){
  .section-kicker{padding-top:6px !important;}
  .section-kicker:after{bottom:-18px !important;}
}
