/* ============================================================
   Soft4All Free — MANUAL SELECTOR COMPACT R15
   Fixes oversized manual language selector introduced by 1fr grid.
   ============================================================ */

body[data-page="inventario"] #manuales .s4-manuals-control{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:flex-start!important;
  gap:9px!important;
  margin-top:15px!important;
}

body[data-page="inventario"] #manuales .s4-manuals-select-wrap{
  display:flex!important;
  align-items:center!important;
  gap:8px!important;
  flex:0 0 220px!important;
  width:220px!important;
  min-width:220px!important;
  max-width:220px!important;
  min-height:42px!important;
  height:42px!important;
  box-sizing:border-box!important;
  padding:0 10px!important;
  border-radius:10px!important;
}

body[data-page="inventario"] #manuales .s4-manuals-flag{
  width:22px!important;
  height:15px!important;
  min-width:22px!important;
  flex:0 0 22px!important;
  border-radius:3px!important;
}

body[data-page="inventario"] #manuales .s4-manuals-select{
  flex:1 1 auto!important;
  width:auto!important;
  min-width:0!important;
  max-width:100%!important;
  height:40px!important;
  padding:0 22px 0 0!important;
  margin:0!important;
  font-size:.93rem!important;
  line-height:40px!important;
  font-weight:700!important;
  box-sizing:border-box!important;
}

body[data-page="inventario"] #manuales .s4-manuals-button{
  min-height:42px!important;
  height:42px!important;
  padding:0 15px!important;
  border-radius:10px!important;
  box-sizing:border-box!important;
  font-size:.92rem!important;
}

body[data-page="inventario"] #manuales .s4-manuals-meta{
  margin-top:12px!important;
  gap:12px!important;
  font-size:.84rem!important;
}

/* Compact but still comfortable on medium screens. */
@media (max-width:920px) and (min-width:641px){
  body[data-page="inventario"] #manuales .s4-manuals-select-wrap{
    flex-basis:210px!important;
    width:210px!important;
    min-width:210px!important;
    max-width:210px!important;
  }
}

/* On mobile the controls stack at full width for touch accessibility. */
@media (max-width:640px){
  body[data-page="inventario"] #manuales .s4-manuals-control{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }

  body[data-page="inventario"] #manuales .s4-manuals-select-wrap,
  body[data-page="inventario"] #manuales .s4-manuals-button{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
    flex-basis:auto!important;
  }

  body[data-page="inventario"] #manuales .s4-manuals-select-wrap{
    height:44px!important;
    min-height:44px!important;
  }

  body[data-page="inventario"] #manuales .s4-manuals-button{
    min-height:44px!important;
    height:44px!important;
  }
}
