
.ams-bf-card {
    background: linear-gradient(180deg, #ff0000 0%, #cc0000 100%);
    padding: 36px 26px;
    border-radius: 18px;
    text-align: center;
    color: #fff;
    margin: 25px 0;
    border: 5px solid #ffcc00;
    box-shadow: 0 0 28px rgba(255,204,0,0.75);
    position: relative;
}

/* Pulse animation (glow removed) */
.pulse {
    animation: pulseAnim 2s infinite;
}
@keyframes pulseAnim {
    0% { transform: scale(1); }
    50% { transform: scale(1.03); }
    100% { transform: scale(1); }
}

/* Badge lines */
.bf-line1 {
    display: block;
    font-size: 30px !important;
    font-weight: 900;
    text-transform: uppercase;
    line-height: 1.1 !important;
    margin-bottom: 3px;
}

.bf-line2 {
    display: block;
    font-size: 38px !important;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 5px;
    line-height: 1.1 !important;
    white-space: normal !important;
    word-break: break-word;
    overflow-wrap: break-word;
}

/* Prices in two lines */
.ams-bf-prices {
    margin-top: 15px;
    margin-bottom: 20px;
}

.price-old {
    font-size: 28px;
    text-decoration: line-through;
    opacity: 0.7;
    margin-bottom: 6px;
}

.price-new {
    font-size: 44px;
    font-weight: 900;
    line-height: 1.1;
}

/* Countdown */
.ams-bf-countdown .top {
    font-size: 26px !important;
    display: block;
    margin-bottom: 6px;
}

.ams-bf-countdown .bottom {
    font-size: 34px !important;
    display: block;
    letter-spacing: 1px;
}
