.btn-warning {
    background: #f59e0b;
    color: #ffffff;
    font-weight: 600;
    box-shadow: 0 2px 8px rgba(245,158,11,0.25);
}

.btn-warning:hover {
    background: #d97706;
    color: #ffffff;
    box-shadow: 0 4px 12px rgba(245,158,11,0.35);
    transform: translateY(-1px);
}

.resend-info {
    font-size: 0.95rem;
    color: var(--text-main);
    line-height: 1.6;
}

.resend-info strong {
    color: var(--primary);
}

.resend-info em {
    color: var(--primary);
    font-style: normal;
}

.resend-note {
    font-size: 0.875rem;
    color: var(--text-muted);
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid var(--border-color);
}

.form-section {
    margin-bottom: 1.5rem;
}

.form-section label {
    display: block;
    font-weight: 600;
    color: var(--text-main);
    font-size: 0.95rem;
    margin-bottom: 0.5rem;
}

.form-section label span {
    font-weight: 400;
    color: var(--text-muted);
}