/* RCAD v5.51 — restaurar cabecera del menú y quitar fondo azul grisáceo */

/* Recuperar cabecera original del menú Recursos CAD */
.rcad-resource-menu-v347 .rcad-resource-menu-head{
    display:flex!important;
    align-items:center!important;
    gap:10px!important;
    padding:14px 15px!important;
    background:#0b2c66!important;
    border:0!important;
    color:#fff!important;
}

.rcad-resource-menu-v347 .rcad-resource-menu-logo{
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
    display:grid!important;
    place-items:center!important;
    border-radius:8px!important;
    background:#f6a800!important;
    color:#071b46!important;
}

.rcad-resource-menu-v347 .rcad-resource-menu-logo svg{
    width:22px!important;
    height:22px!important;
    stroke:currentColor!important;
}

.rcad-resource-menu-v347 .rcad-resource-menu-heading{
    display:flex!important;
    flex-direction:column!important;
    min-width:0!important;
}

.rcad-resource-menu-v347 .rcad-resource-menu-heading strong{
    color:#fff!important;
    font-size:13px!important;
    line-height:1.2!important;
    font-weight:800!important;
}

.rcad-resource-menu-v347 .rcad-resource-menu-heading small{
    margin-top:2px!important;
    color:rgba(255,255,255,.82)!important;
    font-size:10px!important;
    line-height:1.3!important;
    font-weight:500!important;
}

/* Mantener ocultado solo el rótulo secundario "Categorías principales". */
.rcad-resource-menu-v347 .rcad-resource-section-title{
    display:none!important;
}

/* Quitar el fondo azul grisáceo sutil de v5.50 */
.rcad-resource-menu-v347 .rcad-builder-level-1 > .rcad-acc-row:has(> .rcad-acc-btn){
    background:#fff!important;
    box-shadow:none!important;
}

.rcad-resource-menu-v347 .rcad-builder-level-1 > .rcad-acc-row:has(> .rcad-acc-btn):hover{
    background:#fbfcfe!important;
    box-shadow:none!important;
}

/* Mantener solo una pista discreta en el botón + / − */
.rcad-resource-menu-v347 .rcad-builder-level-1 > .rcad-acc-row > .rcad-acc-btn{
    background:#fff!important;
    border:1px solid #dfe6ef!important;
    color:#315d91!important;
}

.rcad-resource-menu-v347 .rcad-builder-level-1 > .rcad-acc-row > .rcad-acc-btn:hover{
    background:#f7f9fc!important;
    border-color:#cfd9e6!important;
}

.rcad-resource-menu-v347 .rcad-builder-level-1 > .rcad-acc-row > .rcad-acc-btn[aria-expanded="true"]{
    background:#fff8e8!important;
    border-color:#f4d58a!important;
    color:#f6a800!important;
}
