﻿/* emergency.css */

.modal-content {
    border: none;
    border-radius: 1rem;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    padding: 1.5rem;
}

.modal-header {
    border-bottom: none;
    padding-bottom: 0;
}

.modal-title {
    font-weight: bold;
    font-size: 1.5rem;
}

.modal-body p {
    margin-bottom: 0.8rem;
}

.modal-footer {
    border-top: none;
    padding-top: 0;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 500px;
    }
}
