.mcm-module{margin-bottom:20px;color:#3f4449}.mcm-desktop{border:1px solid #dfe3e6;border-radius:5px;background:#fff;overflow:hidden}.mcm-heading{padding:13px 15px;background:#f4f5f6;border-bottom:1px solid #dfe3e6;font-size:14px;font-weight:600}.mcm-group{border-bottom:1px solid #e4e6e8}.mcm-group:last-child{border-bottom:0}.mcm-group-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:45px;padding:10px 14px;border:0;background:#fff;color:#333;text-align:left;font-weight:600}.mcm-group-toggle:hover,.mcm-group-toggle:focus{background:#f8fafb;color:#1769aa}.mcm-group-toggle .fa{font-size:17px;transition:transform .2s ease}.mcm-group.is-open>.mcm-group-toggle .fa{transform:rotate(180deg)}.mcm-children{display:none;background:#fbfcfd}.mcm-group.is-open>.mcm-children{display:block}.mcm-child{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:40px;padding:8px 12px 8px 18px;border-top:1px solid #eceeef;color:#454b50;line-height:1.25}.mcm-child:hover,.mcm-child:focus{background:#eef6fc;color:#1769aa;text-decoration:none}.mcm-child small{flex:0 0 auto;min-width:28px;padding:2px 7px;border-radius:12px;background:#edf0f2;color:#68717a;text-align:center}.mcm-extra-group,.mcm-extra-child{display:none}.mcm-desktop.show-all-groups .mcm-extra-group{display:block}.mcm-children.show-all-children .mcm-extra-child{display:flex}.mcm-more-groups,.mcm-more-children{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;min-height:42px;border:0;background:#f5f8fa;color:#337ab7;font-weight:600}.mcm-more-groups{border-top:1px solid #dfe3e6}.mcm-more-groups .fa{transition:transform .2s ease}.mcm-more-groups.is-open .fa{transform:rotate(180deg)}.mcm-more-children{border-top:1px solid #e5e8ea;font-size:12px}.mcm-mobile-trigger,.mcm-backdrop,.mcm-sheet{display:none}
@media(max-width:767px){body.mcm-menu-open{overflow:hidden}.mcm-module{margin:8px 5px 14px}.mcm-mobile-trigger{display:flex!important;align-items:center;width:100%;min-height:50px;padding:6px 12px 6px 7px;border:1px solid #d9dde1;border-radius:8px;background:#fff;color:#343a40;text-align:left;box-shadow:0 1px 2px rgba(0,0,0,.05);font-size:14px;font-weight:600}.mcm-mobile-trigger>span:nth-child(2){flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mcm-trigger-icon{display:flex;align-items:center;justify-content:center;width:38px;height:38px;margin-right:10px;border-radius:6px;background:#f0f2f4;font-size:17px}.mcm-backdrop{position:fixed;z-index:100000;top:0;right:0;bottom:0;left:0;display:block;visibility:hidden;background:rgba(19,27,34,.5);opacity:0;transition:opacity .22s ease,visibility 0s linear .22s}.mcm-sheet{position:fixed;z-index:100001;right:0;bottom:0;left:0;display:flex;visibility:hidden;flex-direction:column;height:82vh;max-height:680px;padding-bottom:env(safe-area-inset-bottom);border-radius:15px 15px 0 0;background:#fff;box-shadow:0 -10px 35px rgba(0,0,0,.25);opacity:0;transform:translate3d(0,102%,0);transition:transform .25s ease,opacity .2s ease,visibility 0s linear .25s}.mcm-sheet:before{content:'';flex:0 0 auto;width:42px;height:4px;margin:8px auto 2px;border-radius:4px;background:#d4d8dc}.mcm-backdrop.is-open{visibility:visible;opacity:1;transition-delay:0s}.mcm-sheet.is-open{visibility:visible;opacity:1;transform:translate3d(0,0,0);transition-delay:0s}.mcm-sheet-head{display:flex;align-items:center;flex:0 0 auto;min-height:58px;padding:8px 12px 8px 18px;border-bottom:1px solid #e5e8ea;font-size:16px}.mcm-sheet-head strong{flex:1;padding-right:10px}.mcm-close{display:flex;align-items:center;justify-content:center;width:42px;height:42px;border:0;border-radius:50%;background:#f0f2f4;color:#343a40;font-size:18px}.mcm-sheet-body{flex:1 1 0;min-height:0;overflow-y:auto;-webkit-overflow-scrolling:touch}.mcm-sheet .mcm-group-toggle{min-height:50px;padding:12px 18px}.mcm-sheet .mcm-child{min-height:46px;padding:10px 18px 10px 30px}.mcm-sheet .mcm-group:last-child{border-bottom:1px solid #e4e6e8}}
@media(prefers-reduced-motion:reduce){.mcm-group-toggle .fa,.mcm-backdrop,.mcm-sheet,.mcm-more-groups .fa{transition:none}}

/* 1.1: clickable group link + separate disclosure button */
.mcm-group-head{display:flex;align-items:stretch;width:100%;background:#fff}
.mcm-group-link{display:flex;align-items:center;justify-content:space-between;gap:8px;flex:1;min-width:0;min-height:45px;padding:10px 8px 10px 14px;color:#333;font-weight:600;line-height:1.25}
.mcm-group-link:hover,.mcm-group-link:focus{background:#f8fafb;color:#1769aa;text-decoration:none}
.mcm-group-link span{min-width:0}
.mcm-group-link small{flex:0 0 auto;min-width:28px;padding:2px 7px;border-radius:12px;background:#edf0f2;color:#68717a;text-align:center;font-weight:400}
.mcm-group-link.is-active,.mcm-child.is-active{position:relative;background:#e7f3fb!important;color:#0b67a3!important;font-weight:700}.mcm-group-link.is-active:before,.mcm-child.is-active:before{content:'';position:absolute;top:0;bottom:0;left:0;width:4px;background:#1683c5}.mcm-child.is-active small,.mcm-group-link.is-active small{background:#fff;color:#0b67a3}
.mcm-group-head>.mcm-group-toggle{display:flex;align-items:center;justify-content:center;flex:0 0 46px;width:46px;min-height:45px;padding:0;border:0;border-left:1px solid #eceeef;background:#fff;color:#555}
.mcm-group-head>.mcm-group-toggle:hover,.mcm-group-head>.mcm-group-toggle:focus{background:#eef6fc;color:#1769aa}
.mcm-group.is-open>.mcm-group-head>.mcm-group-toggle .fa{transform:rotate(180deg)}

@media(max-width:767px){
  #mcm-mobile-slot{display:block;height:70px;min-height:70px;overflow:hidden}
  .mcm-mobile-trigger{width:calc(100% - 30px);margin:8px 15px 12px}
  .mcm-sheet .mcm-group-link{min-height:50px;padding:12px 8px 12px 18px}
  .mcm-sheet .mcm-group-head>.mcm-group-toggle{flex-basis:50px;width:50px;min-height:50px;padding:0}
}

@media(min-width:768px){#mcm-mobile-slot{display:none!important}}
