//form

h4#confirm-title, h4.modal-title {
    font-weight: 600;
}

button.btn.btn-default {
    background: #dc2626;
    color: white;
    border: none;
    padding: 12px 24px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    border-radius: 2px;
    transition: background 0.2s ease;
}