.menu-casinos-box {
    display: none;
    flex-direction: column;
    gap: 10px;
    max-width: 800px;
    padding: 15px 0 0;
}

.menu-casino-item {
    display: flex;
    flex-direction: column;
    border: 1px solid rgb(221 224 228);
    border-radius: 10px;
    box-shadow: 0 0 10px -3px rgb(221 224 228);
    padding: 10px;
}

.menu-casino-top {
    display: flex;
}

.menu-casino-logo {
    display: flex;
    width: 120px;
    min-height: 76px;
    height: 76px !important;
}

.menu-casino-logo img {
    object-fit: cover;
    border-radius: 10px;
}

.menu-casino-title {
    margin: 0 0 0 15px;
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center;
    flex-grow: 1;
}

.menu-casino-name {
    font-weight: 700;
    font-size: 18px !important;
    line-height: 1 !important;
    display: flex !important;
    margin: 0 0 5px;
    color: #10131F;
    text-decoration: none;
    white-space: nowrap;
    height: auto !important;
}

.menu-casino-promo {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 10px 0 0;
}

.menu-casino-btns {
    display: flex;
    gap: 10px;
}

.menu-casino-btns > * {
    width: 50%;
}

.menu-casino-btns > * {
    width: 50%;
    height: 40px !important;
    min-height: 40px !important;
    margin: 0;
    border: 0 !important;
    padding: 0 15px !important;
    align-items: center !important;
    display: flex !important;
    justify-content: center !important;
    color: #fff !important;
    border-radius: 10px !important;
    min-height: 40px;
}

.menu-casino-btns .use_promo {
    background: #496EF3;
}

.menu-casino-btns .use_promo:hover {
    background: #F4607A;
}

.menu-casino-item .g__rate {
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #FFB400;
}

.menu-casino-item .g__rate-star {
    width: 17px;
    height: 16px;
    margin-right: 4px;
    fill: #FFB400;
}

@media screen and (max-width:767px){
    .menu-casinos-box {
        display: flex;
    }
}
