.game-list ul {
    background-color: initial
}

.arcade-games-container .filter-section input[type=text] {
    padding: 5px 10px;
    width: 100%;
    border: 0
}

.arcade-games-container .category-filter {
    background-color: #0c1740;
    display: flex;
    overflow: auto
}

.arcade-games-container .category-filter-link {
    font-size: 14px;
    padding: 10px 15px;
    text-align: center;
    color: #fff;
    cursor: pointer;
    white-space: nowrap
}

.arcade-games-container .category-filter-link.active,
.arcade-games-container .category-filter-link:hover {
    background-color: #de8400
}

.arcade-title {
    text-transform: uppercase;
    color: #fff;
    font-size: 26px;
    margin: 0;
    padding-top: 15px;
    text-align: center
}