/* sticky-atc.css */
.sticky-atc{position:fixed;left:0;right:0;bottom:0;background:#0b5cff;color:#fff;display:flex;gap:.75rem;align-items:center;justify-content:space-between;padding:.5rem .75rem;z-index:50;box-shadow:0 -4px 12px rgba(0,0,0,.12)}
.sticky-atc__title{font-weight:600;font-size:.95rem}
.sticky-atc__btn{background:#fff;color:#0b5cff;border:none;border-radius:.5rem;padding:.6rem 1rem;font-weight:700;cursor:pointer}
@media(min-width: 992px){.sticky-atc{display:none}}