.games-recommended-section{display:flex;flex-direction:column;gap:16px;width:calc(100% - 96px)}.games-recommended-section .section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 8px 0 0}.games-recommended-section .section-header .header-left{display:flex;align-items:center;gap:12px}.games-recommended-section .section-header .header-left .icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.games-recommended-section .section-header .header-left .icon-wrapper svg{width:100%;height:100%}.games-recommended-section .section-header .header-left .section-title{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:18px;line-height:24px;color:var(--text-primary);margin:0}.games-recommended-section .section-header .arrow-controls{display:flex;gap:12px}.games-recommended-section .section-header .arrow-controls .arrow-button{transition:all .3s ease;cursor:pointer;display:flex}.games-recommended-section .section-header .arrow-controls .arrow-button svg rect{fill:var(--bg-primary)}.games-recommended-section .section-header .arrow-controls .arrow-button svg path{fill:var(--icon-primary)}.games-recommended-section .section-header .arrow-controls .arrow-button:hover svg rect{stroke:var(--text-brand-primary)}.games-recommended-section .section-header .arrow-controls .arrow-button:hover svg path{fill:var(--text-brand-primary)}.games-recommended-section .games-grid{width:100%}.games-recommended-section .games-grid .games-container{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.games-recommended-section .games-grid .games-container::-webkit-scrollbar{display:none}.games-recommended-section .games-grid .games-container .game-group.w-auto{width:auto;align-items:center;justify-content:center}.games-recommended-section .games-grid .games-container .game-group{display:flex;flex-direction:column;gap:12px;flex-shrink:0}.games-recommended-section .games-grid .games-container .game-group .large-game-card{display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:all .3s ease}.games-recommended-section .games-grid .games-container .game-group .large-game-card:hover{transform:translateY(-2px)}.games-recommended-section .games-grid .games-container .game-group .large-game-card .game-image.large{width:264px;height:148px;border-radius:12px;overflow:hidden}.games-recommended-section .games-grid .games-container .game-group .large-game-card .game-image.large img{width:100%;height:100%;object-fit:cover;border-radius:12px}.games-recommended-section .games-grid .games-container .game-group .large-game-card .game-title{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:124px}.games-recommended-section .games-grid .games-container .game-group .small-games-row{display:flex;gap:16px}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card{display:flex;flex-direction:column;gap:4px;cursor:pointer;transition:all .3s ease}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card:hover{transform:translateY(-2px)}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card .game-image.small{width:124px;height:124px;border-radius:12px;overflow:hidden}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card .game-image.small img{width:100%;height:100%;object-fit:cover;border-radius:12px}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card .game-title{font-family:Source Sans\ 3,sans-serif;font-weight:600;font-size:16px;line-height:24px;color:var(--text-primary);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:124px}@media(max-width:768px){.games-recommended-section{width:calc(100% - 48px);gap:12px}.games-recommended-section .section-header{padding:0 4px 0 0}.games-recommended-section .section-header .header-left{gap:8px}.games-recommended-section .section-header .header-left .icon-wrapper{width:28px;height:28px}.games-recommended-section .section-header .header-left .section-title{font-size:16px;line-height:20px}.games-recommended-section .section-header .arrow-controls{gap:8px}.games-recommended-section .games-grid .games-container{gap:16px}.games-recommended-section .games-grid .games-container .game-group{gap:8px}.games-recommended-section .games-grid .games-container .game-group .large-game-card .game-image.large{width:200px;height:112px}.games-recommended-section .games-grid .games-container .game-group .large-game-card .game-title{font-size:14px;line-height:20px;max-width:100px}.games-recommended-section .games-grid .games-container .game-group .small-games-row{gap:12px}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card .game-image.small{width:100px;height:100px}.games-recommended-section .games-grid .games-container .game-group .small-games-row .small-game-card .game-title{font-size:14px;line-height:20px;max-width:100px}}