/* Hoong Dai resources mega menu — affects only .resources-nav. */
@media (min-width:1181px){
  .resources-nav .submenu.resources-mega{
    left:50%;transform:translateX(-50%);top:calc(100% + 4px);width:min(1080px,calc(100vw - 32px));min-width:0;
    display:grid;grid-template-columns:minmax(0,1fr) 292px;padding:0;overflow:hidden;border-radius:18px;
    box-shadow:0 22px 52px rgba(8,27,54,.22);background:#fff;opacity:0;visibility:hidden;pointer-events:none;
    transition:opacity .18s ease .62s,visibility 0s linear .80s;
  }
  .resources-nav .submenu.resources-mega::before{top:-26px;height:30px}
  .resources-nav:hover .submenu.resources-mega{display:grid;opacity:1;visibility:visible;pointer-events:auto;transition-delay:0s}
  .resources-mega .mega-guides{padding:23px 26px 19px}
  .resources-mega .mega-title{display:flex;align-items:baseline;justify-content:space-between;gap:14px;margin:0 0 15px}
  .resources-mega .mega-title strong{font-size:19px;color:#0a2342}
  .resources-mega .mega-title span{color:#697991;font-size:12.5px;font-weight:500;white-space:nowrap}
  .resources-mega .mega-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px 10px}
  .resources-mega .mega-guide{display:flex;align-items:flex-start;gap:10px;min-height:65px;padding:10px;border-radius:10px;white-space:normal!important;text-decoration:none}
  .resources-mega .mega-guide:hover{background:#f1f8f4}
  .resources-mega .mega-icon{width:30px;height:30px;display:grid;place-items:center;flex:none;border-radius:8px;background:#edf8f0;color:#15a955;font-size:15px;font-weight:800}
  .resources-mega .mega-guide b{display:block;font-size:14px;line-height:1.25;color:#0a2342}
  .resources-mega .mega-guide small{display:block;margin-top:3px;color:#6c7b91;font-size:11.5px;line-height:1.32;font-weight:500}
  .resources-mega .mega-all{display:inline-flex!important;align-items:center;gap:7px;margin-top:14px;padding:5px 0!important;color:#087542!important;font-size:12.5px!important;font-weight:800!important}
  .resources-mega .mega-all::after{content:"→";font-size:16px}
  .resources-mega .mega-tools{background:#f5f8fc;border-left:1px solid #e4e9f1;padding:24px 21px}
  .resources-mega .mega-tools h3{margin:0 0 7px;color:#0a2342;font-size:18px}
  .resources-mega .mega-tools p{margin:0 0 14px;color:#6c7b91;font-size:12.5px;line-height:1.5}
  .resources-mega .mega-tools a{display:block;margin-top:9px;padding:12px!important;border:1px solid #e1e7f0;border-radius:10px;background:#fff;color:#0a2342;font-size:14px;font-weight:700;white-space:normal}
  .resources-mega .mega-tools a:hover{border-color:#19ad59;background:#fff;color:#0a2342}
  .resources-mega .mega-tools i{font-style:normal;color:#12a854;margin-right:7px}
}
@media (max-width:1180px){
  .mm-details.resources-details .mm-sub{font-size:13px;line-height:1.35}
}
