.scrollable-section-nav{display:flex;align-items:center;gap:8px;position:absolute;right:16px;top:50%;transform:translateY(-50%)}.scrollable-section-nav-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background-color:transparent;border:none;border-radius:4px;color:#ffffffb3;cursor:pointer;transition:color .2s ease;padding:0}.scrollable-section-nav-button:hover,.scrollable-section-nav-button:active{color:#fff}.scrollable-section-nav-button-hidden{opacity:0;pointer-events:none;cursor:default}.scrollable-section{margin-bottom:48px;display:flex;flex-direction:column}.scrollable-section>.scrollable-section-nav{align-self:flex-end;margin-right:64px;margin-bottom:12px;position:static;transform:none}.scrollable-section-header{padding-left:64px;padding-right:64px;margin-bottom:24px;display:flex;align-items:center;justify-content:space-between;position:relative}.scrollable-section-title{font-family:var(--font-heading-2-font-family);font-size:var(--font-heading-2-font-size);line-height:var(--font-heading-2-line-height);font-weight:600;color:#fff;margin:0}.scrollable-section-title-link{color:inherit;text-decoration:none}.scrollable-section-title-link:hover{text-decoration:underline;text-underline-offset:3px}.scrollable-section-scroll{overflow-x:auto;overflow-y:hidden;padding-right:64px;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) #1a1a1a;-webkit-overflow-scrolling:touch}.scrollable-section-scroll::-webkit-scrollbar{height:8px}.scrollable-section-scroll::-webkit-scrollbar-track{background:#1a1a1a}.scrollable-section-scroll::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.scrollable-section-scroll::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.scrollable-section-scroll .games-list-container{display:-webkit-box!important;flex-direction:row!important;gap:24px;padding-bottom:8px;padding-left:0;grid-template-columns:none!important}.scrollable-section-scroll .games-list-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.scrollable-section-scroll.restoring{opacity:0;transition:opacity .1s}.scrollable-section-scroll:not(.restoring){opacity:1;transition:opacity .1s;margin-left:20px;margin-right:20px}
