
/* .btn-white proper treatment — white button on dark/colored backgrounds */
.btn-white{background:#fff !important;color:var(--teal,#0E7C86) !important}
.btn-white:hover{background:#f0fafc !important;color:var(--teal,#0E7C86) !important;transform:translateY(-2px)}
.btn-white::after{color:var(--teal,#0E7C86) !important;border-left:1px solid rgba(14,124,134,.2) !important}
.btn-white:hover::after{background:rgba(14,124,134,.08) !important}
