.events-page{background:var(--color--1);position:relative;display:flex;flex-direction:column;flex:1 1 auto;min-height:0;padding:1px var(--layout-padding);margin:0 auto 10px;width:100%;box-sizing:border-box;font-size:clamp(28px,(100vmin - 20px)/9,45px)}@media(orientation:portrait){.events-page{font-size:clamp(28px,(100svh - 274px)/9,45px);height:clamp(500px,100svh - var(--header-height) - 10px,750px)}.events-page .event-play--embedded{flex:1 1 auto;min-height:0;height:100%}}@media(orientation:landscape){.events-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){.events-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)}}