/* CSS específico para modais de contato do Mais Litoral */
.modal-body .return {
    padding: 15px;
}

.modal-header {
    background-color: #f8f9fa;
    border-bottom: 1px solid #dee2e6;
}

.modal-header .modal-title {
    color: #495057;
    font-weight: 600;
}

.btn-close {
    background: none;
    border: none;
    font-size: 1.25rem;
    padding: 0.5rem;
}

.btn-close i {
    color: #6c757d;
}

.modal-content {
    border-radius: 10px;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
