.mobile-guidance-toggle{display:none}.mobile-guidance-details{display:contents}
@media(max-width:760px){
 .assignment-nav{position:sticky;top:0;padding:0;margin-bottom:20px;z-index:8;overflow:visible}
 .mobile-guidance-toggle{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;position:relative;width:100%;min-height:60px;padding:14px 16px 10px;border:0;border-radius:9px;background:#f1f8f3;color:#14532d;font:inherit;text-align:start;cursor:pointer;touch-action:pan-x;user-select:none}
 .mobile-guidance-toggle::before{content:'';position:absolute;top:5px;left:calc(50% - 18px);width:36px;height:3px;border-radius:3px;background:#86aa91}
 .mobile-guidance-position{font-size:14px;font-weight:750;white-space:nowrap}
 #mobile-guidance-label{font-size:14px;font-weight:650;line-height:1.4}
 #mobile-guidance-label .en{font-size:14px;color:#305d40}
 .guidance-chevron{font-size:23px;line-height:1}
 .mobile-guidance-toggle:focus-visible{outline:3px solid #2468b7;outline-offset:-3px}
 .mobile-guidance-details{display:block;position:absolute;inset-inline:0;top:100%;padding:14px;max-height:65vh;max-height:65dvh;overflow-y:auto;overscroll-behavior:contain;background:#fff;border:1px solid #cbd9e4;border-top:0;border-radius:0 0 12px 12px;box-shadow:0 16px 24px rgb(17 41 59 / .16)}
 .mobile-guidance-details[hidden]{display:none}
 .mobile-guidance-details .assignment-location{padding-bottom:4px}
}
