/* Custom Modal Styles - 80% width for large modals */
@media (min-width: 992px) {
    .modal-80 {
        --bs-modal-width: 80%;
    }
}

