﻿.discount-highlight {
    background: linear-gradient(90deg, #ec4899 0%, #8b5cf6 100%);
    padding: 12px 24px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 24px auto 0;
    width: fit-content;
}

    .discount-highlight span {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
    }

    .discount-highlight .announcement-icon {
        width: 20px;
        height: 20px;
        opacity: 1;
    }
