.usa-site-alert--emergency .usa-alert .usa-alert__body::before {
    background: url(/assets/img/usa-icons-bg/warning--white.svg) no-repeat
        center / contain !important;
    display: inline-block;
    height: 3rem;
    width: 3rem;
    content: "";
    display: block;
    height: 4;
    left: 0rem;
    position: absolute;
    top: 1rem;
}
.usa-alert .usa-alert__body p {
    font-size: 1rem !important;
}
@supports (-webkit-mask: url("")) or (mask: url("")) {
    .usa-site-alert--emergency .usa-alert .usa-alert__body::before {
        background: none;
        background-color: white;
        -webkit-mask: none !important;
        mask: none !important;
    }
}
.usa-alert .usa-alert__body a:visited {
    color: #fff !important;
}
