/* Only WP layout offsets. Module appearance comes from MakeShop common CSS. */
html { font-size: 16px; }
.hsx-site-shell { display:flex; flex-direction:column; min-height:100vh; }
.hsx-site-shell > .main { padding-top:70px; flex:1; width:100%; }
#header { top:0; left:0; width:100%; }
.hsx-shared { font-family:'Noto Sans JP',sans-serif; font-size:16px; line-height:1.6; }
.hsx-shared ul,.hsx-shared ol { margin-bottom:0; }
.hsx-shared-footer { margin-top:auto; }
.hsx-shared-side:has(>.side.hidden) { display:none; }
body.admin-bar #header { top:32px; }
@media(max-width:1023px){.hsx-site-shell > .main { padding-top:60px; }}
@media(max-width:782px){body.admin-bar #header { top:46px; }}
/* BLOG / TEAM links need the same desktop breakpoint as the previous WP header. */
@media(max-width:1279px){#header .global-nav { display:none; }}
#header .global-nav > li:focus-within > .fukidashi-space { display:block; }
