/* Estilos específicos para empresas.html */
.card {
    background: #FFF4E7 !important;
    border: none !important;
}

.card-header {
    background: #840310 !important;
    color: white !important;
    border-bottom: 2px solid #D10531 !important;
}

.card-header h2 {
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
}

.section-title {
    color: #840310 !important;
    border-bottom: 2px solid #D10531;
    padding-bottom: 8px;
    margin-bottom: 20px;
}

.form-label {
    color: #840310 !important;
    font-weight: 600;
}

.form-control, .form-select {
    border: 2px solid #D10531 !important;
    background: white !important;
    color: #333 !important;
}

.form-control:focus, .form-select:focus {
    border-color: #840310 !important;
    box-shadow: 0 0 0 0.2rem rgba(132, 3, 16, 0.25) !important;
    background: white !important;
}

.btn-primary {
    background: #D10531 !important;
    border-color: #D10531 !important;
    color: #FFF4E7 !important;
}

.btn-primary:hover {
    background: #840310 !important;
    border-color: #840310 !important;
    color: #FFF4E7 !important;
}

.btn-primary:disabled {
    background: #FF6800 !important;
    border-color: #FF6800 !important;
}