.avatex-coupon-banner {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 12px 0 5px;
    padding: 10px 14px;
    background: #fef9e7;
    border: 1px solid #f0d861;
    border-left: 3px solid #d4a017;
    border-radius: 6px;
}

.avatex-coupon-banner__icon {
    flex-shrink: 0;
    color: #b8860b;
    display: flex;
}

.avatex-coupon-banner__icon svg {
    width: 18px;
    height: 18px;
}

.avatex-coupon-banner__content {
    flex: 1;
    min-width: 0;
}

.avatex-coupon-banner__text {
    font-size: 13px;
    line-height: 1.45;
    color: #5a4a00;
}

.avatex-coupon-banner__text strong {
    font-weight: 700;
    color: #3d3200;
}

.avatex-coupon-banner__code {
    display: inline-block;
    padding: 1px 6px;
    margin-left: 2px;
    background: #fff;
    border: 1.5px dashed #d4a017;
    border-radius: 3px;
    font-family: "Courier New", monospace;
    font-size: 12px;
    font-weight: 700;
    color: #b8860b;
    letter-spacing: 0.5px;
    cursor: pointer;
    vertical-align: baseline;
    line-height: 1.4;
}

.avatex-coupon-banner__code:hover {
    background: #fef3cd;
    border-color: #b8860b;
}

@media only screen and (max-width: 767px) {
    .avatex-coupon-banner {
        padding: 9px 12px;
        gap: 8px;
    }

    .avatex-coupon-banner__text {
        font-size: 12.5px;
    }
}
