#modalAlerta .modal-content {
    border-radius: 18px;
    border: none;
    padding: 5px 10px;
}
#modalAlerta .modal-header {
    border-bottom: none;
    padding-top: 25px;
}
#modalAlerta .modal-title {
    font-weight: 600;
    font-size: 22px;
    color: #222;
}
#modalAlerta .modal-body {
    padding: 10px 30px 10px;
}
#modalAlerta .modal-footer {
    border-top: none;
    padding: 8px 25px 15px;
}
.filtro-card {
    background: #ffffff;
    border-radius: 14px;
    padding: 10px 10px;
    margin-bottom: 8px;
    box-shadow: 0 4px 18px rgba(0,0,0,0.07);
    border: 1px solid #f1f1f1;
}
.filtro-label {
    font-size: 14px;
    color: #444;
    font-weight: 600;
    margin-bottom: 2px;
}
#modalAlerta .form-control, #modalAlerta select {
    border-radius: 10px;
    height: 40px;
    font-size: 13px;
}
#modalAlerta input::placeholder {
    color: #888;
}
#modalAlerta .btn-primary {
    height: 48px;
    border-radius: 12px;
    font-size: 16px;
    font-weight: 600;
}
.autocomplete-wrapper {
    position: relative;
}
.autocomplete-items .item {
    padding: 12px 14px;
    font-size: 14px;
    cursor: pointer;
}
.autocomplete-items .item:hover {
    background: #f3f3f3;
}
.section-title {
    font-weight: 600;
    font-size: 14px;
    margin: 2px 0 2px;
    color: #222;
    margin-bottom: 5px !important;
}
.filtro-card-precio {
    background: #eef7ff; /* celeste MUY suave */
    border: 1px solid #d7eaff;
}

.filtro-card-area {
    background: #f8f8f8; /* gris suave */
    border: 1px solid #e6e6e6;
}

.filtro-card-precio, 
.filtro-card-area {
    padding: 12px 12px !important;
}

.filtro-card-precio .section-title {
    color: #0d6efd;   /* Azul suave */
}

.filtro-card-area .section-title {
    color: #444;
}
