.alert-banner-container {
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding: 16px 0;
    text-align: center;
    position: relative;
}

.alert-banner-container a {
    color: #fff;
}

.alert-banner-container a:hover {
    color: #fff;
}

.alert-banner-container.banner-1 {
    background-color: rgb(155, 18, 7);
}

.alert-banner-container.banner-2 {
    background-color: rgb(0, 0, 0);
}

.alert-banner-container.banner-3 {
    background-color: rgb(180, 151, 90);
}

.alert-banner-container .alert-banner-title {
    line-height: 1;
    margin: 0 auto;
    padding: 12px 15px;
    color: #fff;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-banner-container.has-icon {
    min-height: 36px;
}
.alert-banner-container .alert-banner-title img {
    padding-right: 10px;
    height: auto;
    max-height: 18px;
    width: auto;
    max-width: 100%;
}

.alert-banner-content {
    min-height: 42px;
    color: #fff;
    line-height: 1;
    margin: 0 auto;
    padding: 12px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-banner-inner {
    display: flex;
    align-items: center;
    justify-content: center;
}

.alert-banner-inner * {
    color: #fff;
}
.alert-banner-content:before {
    content: " ";
    display: table;
}

.alert-banner-content:after {
    clear: both;
    content: " ";
    display: table;
}
@media screen and (min-width: 768px) {
    .alert-banner-content {
        flex-grow: 1;
    }
}

.alert-banner-container.banner-3 .alert-banner-inner a {
    color: #000;
}

.alert-banner-container.banner-3 .alert-banner-inner a:hover {
    color: #000;
}

.alert-banner-container.banner-3 .alert-banner-inner * {
    color: #000;
}