/* Normalización integral del menú móvil y estabilidad de FAQ */
@media(max-width:850px){
  .ff-mobile-panel{--ff-mobile-item-size:15px;--ff-mobile-item-weight:800;--ff-mobile-item-height:48px}
  .ff-mobile-panel>a,
  .ff-mobile-exercises-toggle{box-sizing:border-box!important;display:flex!important;align-items:center!important;width:100%!important;min-width:0!important;min-height:var(--ff-mobile-item-height)!important;height:auto!important;margin:0!important;padding:12px 14px!important;border:0!important;border-bottom:1px solid #dce7e1!important;border-radius:0!important;background:transparent!important;color:#082c21!important;font-family:Arial,Helvetica,sans-serif!important;font-size:var(--ff-mobile-item-size)!important;font-style:normal!important;font-weight:var(--ff-mobile-item-weight)!important;line-height:1.25!important;letter-spacing:0!important;text-align:left!important;text-transform:none!important;white-space:normal!important;box-shadow:none!important}
  .ff-mobile-panel>a{justify-content:flex-start!important}
  .ff-mobile-exercises-toggle{justify-content:space-between!important;cursor:pointer}
  .ff-mobile-exercises-toggle span{display:block!important;flex:1 1 auto!important;min-width:0!important;color:inherit!important;font:inherit!important;letter-spacing:inherit!important;text-transform:inherit!important}
  .ff-mobile-exercises-toggle i{position:relative;display:block!important;flex:0 0 28px!important;width:28px!important;height:28px!important;margin:0 0 0 10px!important;border-radius:50%!important;background:#dcece4!important;color:transparent!important;font-size:0!important;line-height:0!important}
  .ff-mobile-exercises-toggle i:before{content:"";position:absolute;left:9px;top:8px;width:7px;height:7px;border-right:2px solid #08764b;border-bottom:2px solid #08764b;transform:rotate(45deg);transition:transform .2s ease,top .2s ease}
  .ff-mobile-exercises-toggle[aria-expanded="true"]{background:#edf6f1!important;color:#075b3d!important}
  .ff-mobile-exercises-toggle[aria-expanded="true"] i{background:#b9ff2c!important;transform:none!important}
  .ff-mobile-exercises-toggle[aria-expanded="true"] i:before{top:11px;transform:rotate(225deg)}
  .ff-mobile-exercises-menu:not([hidden]){margin:0!important;padding:6px 8px 8px!important;border-bottom:1px solid #dce7e1!important;background:#edf6f1!important}
  .ff-mobile-exercises-menu a{box-sizing:border-box;min-height:42px;padding:11px 12px!important;color:#31594a!important;font-family:Arial,Helvetica,sans-serif!important;font-size:14px!important;font-weight:700!important;line-height:1.3!important;letter-spacing:0!important;text-transform:none!important}
  .ff-mobile-exercises-menu a:first-child{color:#08764b!important;font-weight:800!important}
  .ff-mobile-utilities{gap:6px!important;margin-top:10px!important;padding-top:12px!important}
  .ff-mobile-utilities a{display:flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;padding:9px 7px!important;font-size:13px!important;font-weight:800!important;line-height:1.2!important;text-align:center!important}

  .ff-home-faq summary,.ff-home-faq summary *{box-sizing:border-box}
  .ff-home-faq summary>strong{hyphens:none!important;-webkit-hyphens:none!important}
}
@media(max-width:430px){
  .ff-mobile-panel{--ff-mobile-item-size:15px;--ff-mobile-item-height:48px}
}
