.mahtab-countdown {
    direction: rtl;
    text-align: center;
    font-family: 'Vazirmatn', Tahoma, sans-serif;
    background: linear-gradient(135deg, #0f766e, #115e59);
    color: #ffffff;
    border-radius: 12px;
    padding: 16px 18px;
    margin: 14px 0;
    box-shadow: 0 6px 18px rgba(15, 118, 110, 0.25);
}

.mahtab-countdown-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 12px;
}

.mahtab-countdown-timer {
    display: flex;
    justify-content: center;
    gap: 10px;
    flex-wrap: wrap;
}

.mahtab-cd-unit {
    background: rgba(255, 255, 255, 0.14);
    border-radius: 10px;
    padding: 8px 12px;
    min-width: 64px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.mahtab-cd-value {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
}

.mahtab-cd-label {
    font-size: 12px;
    opacity: 0.85;
}

.mahtab-countdown.mahtab-ended {
    background: #6b7280;
    box-shadow: none;
}

.mahtab-countdown.mahtab-ended .mahtab-countdown-timer {
    display: none;
}
