.new-games-section{display:flex;flex-direction:column;gap:16px;width:calc(100% - 96px)}.new-games-section .section-header{display:flex;justify-content:space-between;align-items:center;width:100%;padding:0 8px 0 0}.new-games-section .section-header .header-left{display:flex;align-items:center;gap:12px}.new-games-section .section-header .header-left .icon-wrapper{width:32px;height:32px;display:flex;align-items:center;justify-content:center;overflow:hidden}.new-games-section .section-header .header-left .icon-wrapper svg{width:100%;height:100%;fill:#162455}.new-games-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}.new-games-section .section-header .arrow-controls{display:flex;gap:12px}.new-games-section .section-header .arrow-controls .arrow-button{transition:all .3s ease;cursor:pointer;display:flex}.new-games-section .section-header .arrow-controls .arrow-button svg rect{fill:var(--bg-primary)}.new-games-section .section-header .arrow-controls .arrow-button svg path{fill:var(--icon-primary)}.new-games-section .section-header .arrow-controls .arrow-button:hover svg rect{stroke:var(--text-brand-primary)}.new-games-section .section-header .arrow-controls .arrow-button:hover svg path{fill:var(--text-brand-primary)}.new-games-section .games-list{width:100%}.new-games-section .games-list .games-container{display:flex;gap:20px;overflow-x:auto;scrollbar-width:none;padding-bottom:8px}.new-games-section .games-list .games-container::-webkit-scrollbar{display:none}.new-games-section .games-list .games-container .game-card{display:flex;flex-direction:column;gap:4px;flex-shrink:0;cursor:pointer;transition:all .3s ease}.new-games-section .games-list .games-container .game-card:hover{transform:translateY(-2px)}.new-games-section .games-list .games-container .game-card .game-image{width:124px;height:124px;border-radius:12px;overflow:hidden}.new-games-section .games-list .games-container .game-card .game-image img{width:100%;height:100%;object-fit:cover;border-radius:12px}.new-games-section .games-list .games-container .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}