/*
 Plugin Name:  RP Alert Banner
*/

.rp-alert-banner { position: fixed; top: 0px; height: 50px; background-color: var(--brand-blue); color: var(--brand-white); padding: 10px; width: 100%;line-height: 20px; text-align: center; z-index:999; display: flex; align-items: center; justify-content: center; font-weight: 500; }
#carouselAlertBanner { width: 100%; }
#carouselAlertBanner a { color: inherit; } 


@media all and (max-width: 768px) {
  .rp-alert-banner { font-size: 2.75vw; line-height: 1.5; height: 70px; }
}