.aoe-global-banner-region {
    background: #fbfcfd;
    border-bottom: 1px solid #e5ebf0;
    color: #31424d;
    font-family: "Work Sans", Arial, sans-serif;
}

.aoe-global-banner-region .container {
    display: grid;
    gap: 6px;
    padding-bottom: 7px;
    padding-top: 7px;
}

.aoe-global-banner {
    align-items: center;
    display: flex;
    gap: 12px;
    justify-content: center;
    min-height: 28px;
    border: 1px solid transparent;
    border-radius: 8px;
    padding: 5px 38px 5px 12px;
    position: relative;
    text-align: center;
}

.aoe-global-banner.is-notice {
    background: #eefbf4;
    border-color: #cfeedd;
}

.aoe-global-banner.is-warning {
    background: #fff1f1;
    border-color: #f3c5c8;
}

.aoe-global-banner-icon {
    align-items: center;
    border-radius: 50%;
    display: inline-flex;
    flex: 0 0 20px;
    font-size: 12px;
    font-weight: 800;
    height: 20px;
    justify-content: center;
    line-height: 1;
    width: 20px;
}

.aoe-global-banner.is-notice .aoe-global-banner-icon {
    background: #17633d;
    color: #fff;
}

.aoe-global-banner.is-warning .aoe-global-banner-icon {
    background: #c8293d;
    color: #fff;
}

.aoe-global-banner-copy,
.aoe-global-banner-link {
    align-items: center;
    color: inherit;
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 5px;
    justify-content: center;
    line-height: 1.45;
    text-decoration: none;
}

.aoe-global-banner.is-notice .aoe-global-banner-copy strong,
.aoe-global-banner.is-notice .aoe-global-banner-link strong {
    color: #17633d;
}

.aoe-global-banner.is-notice .aoe-global-banner-copy span,
.aoe-global-banner.is-notice .aoe-global-banner-link span {
    color: #315f49;
}

.aoe-global-banner.is-warning .aoe-global-banner-copy strong,
.aoe-global-banner.is-warning .aoe-global-banner-link strong {
    color: #a91f31;
    font-weight: 700;
}

.aoe-global-banner.is-warning .aoe-global-banner-copy span,
.aoe-global-banner.is-warning .aoe-global-banner-link span {
    color: #7f2b36;
    font-weight: 500;
}

.aoe-global-banner-link:hover {
    color: #214252;
    text-decoration: none;
}

.aoe-global-banner-close {
    align-items: center;
    background: transparent;
    border: 0;
    color: #71828c;
    flex: 0 0 auto;
    display: inline-flex;
    font-size: 17px;
    height: 24px;
    justify-content: center;
    line-height: 1;
    padding: 0;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
}

.aoe-global-banner-close:hover,
.aoe-global-banner-close:focus {
    color: #c8293d;
}

@media (max-width: 575.98px) {
    .aoe-global-banner-region .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    .aoe-global-banner {
        align-items: flex-start;
        gap: 8px;
        justify-content: flex-start;
        padding-left: 10px;
        padding-right: 30px;
        text-align: left;
    }

    .aoe-global-banner-copy,
    .aoe-global-banner-link {
        align-items: flex-start;
        flex-direction: column;
        gap: 1px;
        justify-content: flex-start;
        text-align: left;
    }
}
