.alert-banner{align-items:center;background-color:var(--accent-color);color:#fff;display:flex;font-family:brush-up,sans-serif;font-size:1.25rem;gap:.5rem;justify-content:center;letter-spacing:1px;padding:.75rem 1rem;position:relative;text-align:center;transition:background-color .3s ease;z-index:50}.alert-banner:hover{background-color:#c91d5a;color:#fff}.alert-banner-text{font-weight:500}.alert-banner-arrow{height:1.25rem;transition:transform .3s ease;width:1.25rem}.alert-banner:hover .alert-banner-arrow{transform:translate(4px)}@media(min-width:769px){.alert-banner{font-size:1.5rem;padding:1rem 1.5rem}}
