.offer-banner {
    box-sizing: border-box;
    margin: 12px 10px 18px !important;
}

.offer-banner-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 12px;
    margin: 4px 2px 0;
    padding: 0 2px;
}

.offer-banner-header strong {
    display: inline-flex;
    align-items: center;
    color: #2f2f2f;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.3;
}

.offer-banner-header-icon {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
    margin-right: 7px;
    fill: none;
    stroke: #cf3f32;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.offer-banner-header > span {
    color: #777;
    font-size: 11px;
    font-weight: 600;
    line-height: 1.35;
    text-align: right;
}

.offer-banner-content {
    display: grid;
    gap: 8px;
}

.offer-banner-content > ul {
    display: contents;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.notification-card {
    position: relative;
    box-sizing: border-box;
    min-height: 54px;
    margin: 0 !important;
    padding: 10px 12px !important;
    border: 1px solid #dce7e2;
    border-radius: 8px;
    background: #f2f8f5;
    color: #3f4643 !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
    list-style: none !important;
}

.notification-card strong,
.notification-card span {
    display: block;
}

.notification-card strong {
    margin-bottom: 1px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
}

.notification-card-offer {
    border-color: #f0dfb9;
    background: #fff9ec;
}

.offer-banner-content > ul .notification-card-offer:nth-child(even) {
    border-color: #efd5c5;
    background: #fff3ed;
}

.notification-card-update {
    border-color: #cfe6dd;
    background: #f1f8f5;
}

.offer-banner-content > ul .notification-card-update:nth-child(even) {
    border-color: #ddd2ef;
    background: #f7f2fc;
}

.notification-group {
    box-sizing: border-box;
    padding: 9px 12px;
    border: 1px solid #f0dfb9;
    border-radius: 8px;
    background: #fff9ec;
}

.notification-group-offers,
.notification-group-updates {
    border-color: #f0dfb9;
    background: #fff9ec;
}

.notification-group > strong {
    display: block;
    margin-bottom: 3px;
    color: #39332f;
    font-size: 12px;
    font-weight: 700;
}

.notification-group-copy ul {
    margin: 0 !important;
    padding: 0 0 0 18px !important;
    list-style: disc outside !important;
}

.notification-group-copy .notification-card {
    position: static;
    display: list-item;
    min-height: 0;
    margin: 0 !important;
    padding: 3px 0 !important;
    border: 0;
    border-radius: 0;
    background: transparent !important;
    color: #49423d !important;
    font-size: 12px !important;
    line-height: 1.4 !important;
    list-style: disc outside !important;
}

.notification-group-offers .notification-card::marker,
.notification-group-updates .notification-card::marker {
    color: #d18d16;
}

.offer-banner-section-title {
    margin: 5px 2px 0 !important;
    padding: 0 0 4px;
    color: #111;
    border-bottom: 1px solid #e8d29f;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.offer-banner-section-offers,
.offer-banner-section-updates {
    border-bottom-color: #e8d29f;
    color: #111;
}

.offer-banner-row {
    display: grid;
    grid-template-columns: 76px minmax(0, 1fr);
    align-items: start;
    overflow: hidden;
    border: 1px solid #e5ded8;
    border-radius: 6px;
    background: #fff;
}

.offer-banner-label {
    box-sizing: border-box;
    min-height: 100%;
    padding: 10px 8px;
    color: #6f6258;
    border-right: 1px solid #ece7e2;
    background: #f7f4f1;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.35;
    text-transform: uppercase;
}

.offer-banner-offer .offer-banner-label {
    color: #a84f13;
    background: #fff3e9;
}

.offer-banner-update .offer-banner-label {
    color: #35645d;
    background: #eef6f4;
}

.offer-banner-offer,
.offer-banner-update {
    position: relative;
    grid-template-columns: 44px minmax(0, 1fr);
    align-items: center;
    padding: 9px 36px 9px 10px;
    border-radius: 8px;
}

.offer-banner-offer {
    border-color: #f0dfb9;
    background: #fff9ec;
}

.offer-banner-update {
    border-color: #cfe6dd;
    background: #f1f8f5;
}

.offer-banner-offer::after,
.offer-banner-update::after {
    position: absolute;
    top: 50%;
    right: 13px;
    color: #837b75;
    content: "\203A";
    font-size: 25px;
    font-weight: 400;
    line-height: 1;
    transform: translateY(-52%);
}

.offer-banner-offer .offer-banner-label,
.offer-banner-update .offer-banner-label {
    position: relative;
    width: 32px;
    min-height: 32px;
    padding: 0;
    overflow: hidden;
    color: transparent;
    border: 0;
    border-radius: 50%;
    font-size: 0;
}

.offer-banner-offer .offer-banner-label {
    background: #e9a923;
}

.offer-banner-update .offer-banner-label {
    background: #3ca778;
}

.offer-banner-offer .offer-banner-label::after,
.offer-banner-update .offer-banner-label::after {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
}

.offer-banner-offer .offer-banner-label::after {
    content: "%";
}

.offer-banner-update .offer-banner-label::after {
    content: "i";
    font-family: Georgia, serif;
    font-style: italic;
}

.offer-banner-offer .offer-banner-copy,
.offer-banner-update .offer-banner-copy {
    padding: 0;
}

.offer-banner-offer .offer-banner-copy li,
.offer-banner-update .offer-banner-copy li {
    padding: 4px 0 !important;
}

.offer-banner-notice {
    grid-template-columns: 58px minmax(0, 1fr);
    padding: 12px 14px;
    border-color: #efd9c4;
    background: #fff8f1;
}

.offer-banner-notice .offer-banner-label {
    position: relative;
    align-self: start;
    width: 42px;
    min-height: 42px;
    margin: 2px 0 0;
    padding: 0;
    overflow: hidden;
    color: transparent;
    border: 0;
    border-radius: 50%;
    background: #cf3f32;
    font-size: 0;
}

.offer-banner-notice .offer-banner-label::after {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    content: "!";
    font-size: 25px;
    font-weight: 800;
    line-height: 1;
}

.offer-banner-notice .offer-banner-copy {
    padding: 0;
}

.offer-banner-notice .offer-banner-copy li {
    padding: 0 !important;
}

.offer-banner-notice .offer-banner-copy li + li {
    margin-top: 8px !important;
    padding-top: 8px !important;
    border-top: 1px solid #efdfd0;
}

.offer-banner-notice .offer-banner-copy li strong {
    color: #b9322a;
    font-size: 15px;
}

.offer-banner-notice .offer-banner-copy li span {
    color: #4e4640;
    font-size: 12px;
    line-height: 1.5;
}

.offer-banner-notice .offer-banner-copy li strong.allergy-title {
    margin-bottom: 4px;
    color: #b9322a;
    font-size: 15px;
}

.offer-banner-notice .offer-banner-copy li strong.allergy-ingredients {
    margin: 4px 0;
    color: #302c29;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.5;
}

.offer-banner-notice .offer-banner-copy li strong.allergy-action {
    margin-top: 3px;
    color: #c53a30;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.45;
}

.offer-banner-copy {
    min-width: 0;
    padding: 5px 12px;
}

.offer-banner-copy ul {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.offer-banner-copy li {
    box-sizing: border-box;
    margin: 0 !important;
    padding: 5px 0 !important;
    color: #3f3f3f !important;
    font-size: 13px !important;
    font-style: normal !important;
    font-weight: 500 !important;
    line-height: 1.4 !important;
}

.offer-banner-copy li + li {
    border-top: 1px dotted #e4ded8;
}

.offer-banner-copy li strong {
    display: block;
    margin-bottom: 1px;
    color: #333;
    font-size: 12px;
    font-weight: 700;
}

.offer-banner-copy li span {
    display: block;
}

.offer-banner-copy a {
    color: #b85517;
    font-weight: 700;
    text-decoration: none;
}

.offer-banner-copy a:hover {
    text-decoration: underline;
}

.offer-banner center {
    padding: 10px 0 0;
}

.offer-banner center p {
    margin: 0;
}

@media (max-width: 640px) {
    .offer-banner {
        margin: 12px 10px 16px !important;
    }

    .offer-banner-header {
        display: block;
    }

    .offer-banner-header > span {
        display: block;
        margin-top: 2px;
        text-align: left;
    }

    .offer-banner-row {
        grid-template-columns: 64px minmax(0, 1fr);
    }

    .offer-banner-offer,
    .offer-banner-update {
        grid-template-columns: 38px minmax(0, 1fr);
        padding: 8px 30px 8px 9px;
    }

    .offer-banner-offer::after,
    .offer-banner-update::after {
        right: 10px;
    }

    .offer-banner-offer .offer-banner-label,
    .offer-banner-update .offer-banner-label {
        width: 29px;
        min-height: 29px;
    }

    .offer-banner-notice {
        grid-template-columns: 46px minmax(0, 1fr);
        padding: 11px;
    }

    .offer-banner-notice .offer-banner-label {
        width: 36px;
        min-height: 36px;
    }

    .offer-banner-notice .offer-banner-label::after {
        font-size: 21px;
    }

    .offer-banner-label {
        padding: 9px 6px;
        font-size: 9px;
    }

    .offer-banner-copy {
        padding: 4px 9px;
    }

    .notification-card {
        min-height: 50px;
        padding: 9px 10px !important;
        font-size: 12px !important;
    }

}
