/* */
.rave-banner {
    width: 100%;
    text-align: center;
}

ul.rave-alert {
    list-style: none;
}

ul.rave-alert li small {
    display: block;
}

ul.rave-alert-widget {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    padding: 1rem;
}

ul li.rave-item-widget * {
    margin: 0;
    font-weight: bold;
}

ul li.rave-item-widget a {
    text-decoration: underline;
    color: inherit;
}

.rave-banner {
    width: 100%;
    text-align: center;
}
.rave-alert-emergency {
    padding: 1rem;
    color: #ffffff;
    background: #e52923;
}
.rave-alert-emergency h3 {
    color: #ffffff;
}
.rave-alert-informational {
    padding: 1rem;
    color: #333;
    background: #eee;
}
.rave-alert-warning {
    padding: 1rem;
    color: #333;
    background: #effb05;
}
.rave-banner h3 {
    margin: 0;
    text-transform: uppercase;
}
