.rs-promo-engine-hint {
    margin-top: 10px;
}

.rs-promo-gift-hint {
    margin-top: 10px;
}

.rs-promo-gift-list {
    margin: 8px 0 0;
    padding-left: 18px;
}

.rs-promo-gift-item {
    margin-bottom: 2px;
}

.rs-promo-gift-price {
    font-weight: 700;
}

.rs-promo-countdown {
    margin-top: 10px;
}

.rs-promo-countdown-value {
    font-weight: 700;
}

.rs-promo-product-countdown {
    margin: 10px 0;
    background: #f5f9ff;
    border: 1px solid #d6e4f7;
    border-radius: 10px;
    width: 100%;
    max-width: 100%;
}

.rs-promo-product-countdown-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.rs-promo-product-countdown-title {
    font-size: 1rem;
    font-weight: 700;
    color: #15406f;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.rs-promo-mini-countdown-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0b4f8a;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.rs-promo-product-countdown-value {
    font-size: 1.4rem;
    font-weight: 800;
    color: #0b4f8a;
    font-variant-numeric: tabular-nums;
    line-height: 1;
}

.rs-promo-product-progress {
    width: 100%;
    height: 8px;
    background: #dde8f7;
    border-radius: 999px;
    overflow: hidden;
}

.rs-promo-product-progress-bar {
    width: 0;
    height: 100%;
    border-radius: 999px;
    background: linear-gradient(90deg, #0e4e8d 0%, #1b6fb8 35%, #2fa4ea 55%, #1b6fb8 75%, #0e4e8d 100%);
    background-size: 280% 100%;
    box-shadow: 0 0 10px rgba(27, 111, 184, 0.5);
    transition: width 0.45s linear;
    animation: rsPromoBarFlow 1.05s linear infinite;
}

.rs-promo-product-legal-note {
    margin-top: 6px;
    font-size: 0.76rem;
    line-height: 1.25;
    color: #3f5775;
}

@keyframes rsPromoBarFlow {
    0% { background-position: 140% 0; }
    100% { background-position: 0% 0; }
}
