a.button {
    text-align: center;
}

.show-item-has-submenu {
    padding-top: .875em;
    padding-bottom: .875em;
}

.show-item-has-submenu > a {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
.show-item-has-submenu:not(:has(.show-text))::after {
    display: none !important;
}


.text-part ul, .text-part ul li:last-child {
    margin-bottom: 0 !important;
}

.games__see_all {
    white-space: nowrap;
}

/* fix header */

.header__logo {
    --logo-width: 12.8125em;
    --logo-height: 4.25em;
}

.header__menu ul li a {
    font-size: 1.2em;
}

/* text link fix */

.text-part p a {
    color: #feaa57 !important;
}