.anchor-sep {color:var(--gold-ink); opacity:0.55; font-size:14px;}
.body-text a, .bento-body a, .treatment-body a {color:var(--gold-ink); text-decoration:none; border-bottom:1px solid rgba(115,88,49,0.5); font-weight:600; transition:var(--transition);}
.body-text a:hover, .bento-body a:hover, .treatment-body a:hover {color:var(--charcoal); border-bottom-color:var(--charcoal);}
.bento-card.bento-card--feature {padding-top:72px;}
.editorial-interlude-eyebrow {display:block; font-size:11.5px; letter-spacing:var(--ls-widest); text-transform:uppercase; color:var(--gold-ink); font-weight:700; margin-bottom:36px;}
@media (min-width:1001px) {
  .bento-card--feature + .bento-card--md {padding-top:72px;}
}
@media (max-width:900px) {
  .physician-portrait {aspect-ratio:3/4; width:100%; max-width:480px; margin:0 auto;}
}
@media (min-width:601px) and (max-width:1024px) {
  .physician-portrait {aspect-ratio:3/4; width:100%; max-width:480px; margin:0 auto;}
}
@media (max-width:600px) {
  .hero-image-col {aspect-ratio:4/5; max-height:68vh; border-radius:3px;}
}