*{box-sizing:border-box}html{height:100%;width:100%}html body{margin:0;padding:0;font-family:Roboto,Arial,Helvetica,sans-serif;line-height:1.5rem}:root{--mdc-theme-primary: #ff3e00}.recipe-layout{height:100%;display:grid;grid-template-areas:"topbar" "content";grid-template-rows:64px 1fr;grid-template-columns:1fr;position:relative;align-items:start}.recipe-layout .mdc-drawer{position:sticky;display:flex;height:350px;grid-area:aside;max-width:300px;align-items:start;top:1rem;top:calc(64px + 1rem)}.recipe-layout .mdc-drawer .mdc-top-app-bar__title{padding-left:0}.recipe-layout .topbar{grid-area:topbar}.app-content{grid-area:content;position:relative}main.main-content{position:relative;padding:16px;height:100%;box-sizing:border-box;padding:1rem;padding-bottom:64px;overflow:auto}h4{font-family:Roboto}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section{display:none}.mdc-top-app-bar--short-collapsed .mdc-top-app-bar__section:first-child{display:block}
