footer ul.top-list li a {
    padding: 0 7px;
    font-size: 13.5px;
}

.cookies-panel {
    opacity: 0.95;
}

.cookies-panel .policy a {
    color: #79EBA3;
}

.btn_close_notifications {
    background-image: url(/wp-content/uploads/2026/08/close_pp.png);
    background-size: 70%;
    background-color: transparent;
}

.bonus-card-panel .get-bonus-btn {
    height: 55px;
    width: 165px;
    line-height: 26px;
}

.bonus-card-panel .player-favorite {
    border-radius: 15px 0;
    box-shadow: 0 0 20px 0 #1B3AFD;
    font-size: 11px;
}

.bonus-card-panel .offer-list li {
    font-size: 11px
}

.banner_strip ul {
    padding: 13px 0;
}

.bonus-card-panel .info-text {
    position: relative;
    overflow: visible;
    text-align: right;
}

.bonus-card-panel .info-text span {
    display: none;
}

.bonus-card-panel .offer_info_section {
    position: relative;
}

.bonus-card-panel .offer_tc {
    position: absolute;
    right: 11px;
    bottom: 36px;
}

header #navbar .header_menu li a.nav-link {
    margin-right: 50px;
    text-transform: uppercase
}

header #navbar .header_menu li:last-child a.nav-link {
    margin-right: 0;
}

header #navbar .header_menu li a.nav-link:hover {
    color: #79eba3;
}

footer .footer_menu {
    align-items: center;
}

.offer_tc {
    .line_dots {
        display: none;
    }

    .tc_offer_text {
        p {
            text-align: center;
            color: #fff;
            margin-top: 3px;
        }
    }
}


@media (max-width: 480px) {
    .bonus-card-panel .get-bonus-btn {
        height: 35px;
        width: 140px;
        line-height: 16px;
    }

    .bonus-card-panel .player-favorite {
        font-size: 8px;
        width: 135px
    }

    .bonus-card-panel .info-text {
        text-align: center;
        border-radius: 0 0 15px 15px;
    }

    header #navbar .menu_flag_mobile {
        background-size: 100% 100%;
    }

    body.page-template-theme-full-width header #navbar.navbar_transparent {
        background-color: #13192b;
    }

    header #navbar .header_menu li:first-child {
        margin-top: 45px;
    }

    header #navbar .header_menu li a.nav-link {
        margin: 0;
        border-bottom: 1px solid #435264;
        padding: 15px 0;
    }

    .navbar-light .navbar-brand {
        margin: 0;
    }

    .cookies-panel {
        text-align: left;

        .policy {
            a {
                display: block;
            }
        }

        .alert {
            padding: 5px 15px;
        }
    }

    .btn_close_notifications.mobile_close {
        display: none;
    }

    .btn_close_notifications.desktop_close {
        display: block;
        position: absolute;
        right: 4px;
        top: 9px;
        width: 15px;
        height: 15px;
    }
}
