/* Estilos para Configuraciones de Empresa */
.xoey-collapsible-header {
    transition: background-color 0.2s ease;
    user-select: none;
}

.xoey-collapsible-header:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.xoey-collapsible-header[aria-expanded="true"] {
    background-color: rgba(0, 0, 0, 0.05);
}

