.body-text a {color:var(--gold-ink); text-decoration:none; border-bottom:1px solid rgba(115,88,49,0.5); font-weight:600; transition:var(--transition);}
.bento-body a, .treatment-body a {color:var(--gold-deep); text-decoration:none; border-bottom:1px solid rgba(139,111,63,0.45); font-weight:600; transition:var(--transition);}
.bento-body a:hover, .treatment-body a:hover {color:var(--charcoal); border-bottom-color:var(--gold-deep);}
@media (max-width:1024px) {
  .bento-card--feature {padding-top:72px;}
}