.send_again_link.vef-disabled {
    opacity: 0.55;
    cursor: not-allowed;
    pointer-events: none;
    text-decoration: none;
}

.vef-resend-countdown {
    display: none;
    font-size: 0.95em;
    opacity: 0.8;
}

.vef-resend-usage {
    display: inline-block;
    margin-left: 6px;
    font-size: 0.9em;
}

.send_again_link.vef-exhausted {
    cursor: not-allowed !important;
    pointer-events: none !important;
    opacity: 0.5;
}
