/* Smart Cycle Discounts - Frontend Styles */
.scd-discount-badge {
    display: inline-block;
    background: #e74c3c;
    color: white;
    padding: 4px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
}

.scd-countdown-timer {
    background: #f8f9fa;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
    text-align: center;
}

.scd-countdown-timer .timer-label {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.scd-countdown-timer .timer-value {
    font-size: 18px;
    font-weight: bold;
    color: #e74c3c;
}
