.providers-page .gameCategoryHeader{color:#fff;fill:#fff;display:flex;flex-direction:column;justify-content:flex-start;margin-bottom:20px}.providers-page .gameCategoryHeader .categoryTitle{display:flex;align-items:center;margin:0 0 10px;color:#fff;font-size:1rem;font-weight:700}@media(min-width:1280px){.providers-page .gameCategoryHeader .categoryTitle{font-size:1.5rem}}.providers-page .gameCategoryHeader .categoryTitle svg{width:22px;height:22px;margin-right:5px;fill:var(--color-accent-primary)}.providers-page .gameCategoryHeader .gameFiltersWrapper{display:flex;align-items:center;justify-content:flex-start}.providers-page .providers-grid{display:grid;-webkit-box-align:stretch;align-items:stretch;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px 12px}.providers-page .providers-no-results{grid-column:1/-1;text-align:center;padding:2rem;color:var(--color-light-grey-3);font-style:italic}