body{width:100%;min-height:100%;height:100%;padding:0;margin:0;position:fixed;display:flex;flex-direction:row}div#layout-leftMenu{@media (min-width:1181px){display:flex;flex-direction:column;align-items:center;gap:1rem}width:16rem;height:100%;background-color:var(--wa-color-brand-fill-loud);& .menu-content{flex-grow:1;overflow-y:auto;display:flex;flex-direction:column;width:16rem}@media (max-width:1180px){display:none}}div#layout-main{display:flex;flex-direction:column;width:100%;height:100%}div#layout-header{background-color:var(--wa-color-brand-fill-loud);padding-top:0;padding-bottom:0}div#layout-content{height:100%;overflow:auto;display:flex;flex-direction:column;& div#layout-content-header{position:-webkit-sticky;position:sticky;top:0;left:0}& main#layout-content-main{flex-grow:1}& div#layout-content-children{margin:1rem}}div#layout-footer{background-color:var(--wa-color-brand-fill-loud);padding:.5rem 0}@media (min-width:1181px) and (max-width:1436px){#layout-main:has([data-layout=live-match]) [data-header=hamburger]{display:block}#layout-main:has([data-layout=live-match]) [data-header=logo]{margin-top:5px;flex-grow:1;display:flex;justify-content:center}#layout-main:has([data-layout=live-match]) [data-header=header-text]{display:none}body:has([data-layout=live-match]) div#layout-leftMenu{display:none}}#layout-main:has([data-layout=live-match]) div#layout-content-children{margin:1rem 0}