#alert-banner{background-color:var(--alert-red);color:var(--white);display:block;font:16px/40px sans-serif;height:40px;text-align:center;top:-45px;width:100%}#alert-banner a{color:var(--white);text-decoration:underline;text-underline-offset:3px;text-decoration-thickness:1px}#alert-banner a:hover{cursor:pointer;color:var(--hover-for-white)}@media screen and (max-width:768px){#alert-banner{height:auto;top:auto;width:auto;padding-left:10px;z-index:1;position:relative;font-size:14px}}@media screen and (max-width:767px){#alert-banner a{display:block}}