.layout__wrapper{display:grid;height:100%;position:relative;width:100%}.layout__wrapper.desktop{gap:0;grid-template:"sidebar content" 1fr/auto 1fr}.layout__wrapper.mobile{gap:0;grid-template:"sidebar" auto "content" 1fr/1fr}.layout__content{grid-area:content;overflow:hidden auto;position:relative;width:100%}.layout__page{align-items:stretch;box-sizing:border-box;display:flex;flex-direction:column;height:100%;justify-content:flex-start;padding:0;position:relative;width:100%}.layout__page.desktop{padding:5px}.layout__sidebar{grid-area:sidebar}
