/**
 * Rate Limit Timer Styles
 */

.rate-limit-disabled {
    opacity: 0.6;
    cursor: not-allowed !important;
    pointer-events: none;
    background: #94a3b8 !important;
    color: #64748b !important;
}

.rate-limit-disabled:hover {
    background: #94a3b8 !important;
    transform: none !important;
    box-shadow: none !important;
}

/* For link-style buttons */
.resend-link.rate-limit-disabled {
    color: #64748b !important;
    text-decoration: none !important;
    cursor: not-allowed !important;
    opacity: 1 !important;
    font-weight: 500 !important;
    background: none !important;
}

/* Countdown text styling */
.rate-limit-countdown {
    font-weight: 600;
    font-size: 0.85rem;
}
