/* styles.css */

/* Customize modal header for thin title bar */
.modal-header.thin {
    padding: 0.25rem 1rem;
    background-color: #f8f9fa; /* Optional: light gray */
    border-bottom: 1px solid #dee2e6;
}

.modal-header.thin .modal-title {
    font-size: 1rem;
    font-weight: 500;
}

.modal-header.thin .btn-close {
    padding: 0.5rem;
    margin: 0;
}
