.awards-page{background:var(--color--1);position:relative;display:flex;flex-direction:column;min-height:0;padding:1px var(--layout-padding);margin:0 auto 10px;width:100%;box-sizing:border-box;overflow-x:hidden;font-size:clamp(28px,(100vmin - 20px)/9,45px)}@media(orientation:portrait){.awards-page{font-size:clamp(28px,(100svh - 210px)/9,45px)}}@media(orientation:landscape){.awards-page{--landscape-game-height-budget:calc(100svh - var(--header-height) - var(--top-ads-reserved-height) - var(--subheader-stack-height) - var(--game-vertical-chrome-height));--landscape-main-row-height-budget:calc(var(--landscape-game-height-budget) - var(--landscape-footer-height));font-size:clamp(24px,var(--landscape-main-row-height-budget)/9,45px)}}@media screen and (orientation:landscape)and (max-width:900px)and (max-height:560px){.awards-page{--landscape-main-row-height-budget:calc(100svh - var(--game-vertical-chrome-height));font-size:clamp(24px,var(--landscape-main-row-height-budget)/9,45px)}}.awards-page .trophy{opacity:1;pointer-events:all}.awards-page__header{flex-shrink:0;background:var(--color--1)}.awards-page__toggle{flex-shrink:0;padding:.2em 0 .3em}.awards-page__content{flex:1 1;min-height:0;overflow-y:auto;overflow-x:hidden;scrollbar-gutter:stable}