/* GYPTO EHS V122 — compact top-navigation dropdown fix
   Restores a true dropdown under the clicked tab instead of a full-width mega panel. */
@media (min-width: 761px){
  body.v78-redesign #sectionsMenuPanel.ehs-v55-mega-panel,
  body.v78-redesign #sectionsMenuPanel{
    position:absolute!important;
    top:calc(100% + 5px)!important;
    right:auto!important;
    width:348px!important;
    min-width:348px!important;
    max-width:min(348px,calc(100vw - 24px))!important;
    max-height:min(420px,calc(100vh - 190px))!important;
    padding:6px 0!important;
    overflow-x:hidden!important;
    overflow-y:auto!important;
    border:1px solid #d8e2eb!important;
    border-top:3px solid #f28a1a!important;
    border-radius:0 0 9px 9px!important;
    background:#fff!important;
    box-shadow:0 14px 32px rgba(15,47,73,.16)!important;
  }
  body.v78-redesign #sectionsMenuPanel nav#nav.ehs-v55-panel-nav,
  body.v78-redesign #sectionsMenuPanel #nav{
    display:block!important;
    width:100%!important;
    gap:0!important;
    padding:0!important;
    margin:0!important;
  }
  body.v78-redesign #sectionsMenuPanel #nav button.ehs-qms-menu-item,
  body.v78-redesign #sectionsMenuPanel #nav button{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    width:100%!important;
    min-height:42px!important;
    height:auto!important;
    margin:0!important;
    padding:9px 18px!important;
    border:0!important;
    border-bottom:1px solid #edf2f6!important;
    border-radius:0!important;
    background:#fff!important;
    box-shadow:none!important;
    color:#334e64!important;
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.25!important;
    text-align:left!important;
  }
  body.v78-redesign #sectionsMenuPanel #nav button:last-child{border-bottom:0!important}
  body.v78-redesign #sectionsMenuPanel #nav button:hover{
    background:#fff8f0!important;
    color:#0b456d!important;
  }
  body.v78-redesign #sectionsMenuPanel #nav button.active{
    background:#fff6eb!important;
    color:#9a570f!important;
    box-shadow:inset 3px 0 0 #f28a1a!important;
  }
  body.v78-redesign #sectionsMenuPanel .ehs-qms-menu-text{
    font-size:12.5px!important;
    font-weight:700!important;
    line-height:1.25!important;
    white-space:normal!important;
  }
}
@media (max-width:760px){
  body.v78-redesign #sectionsMenuPanel.ehs-v55-mega-panel,
  body.v78-redesign #sectionsMenuPanel{
    left:8px!important;
    right:8px!important;
    width:auto!important;
    max-width:none!important;
    max-height:calc(100vh - 145px)!important;
  }
}
