/* New toplist design */
.tops-title h3,
.tops-title h2,
.tops-title h1 {
    padding: 12px;
    margin-bottom: 0;
}

.fg-desc-def {
    content-visibility: unset;
}

.tops-bn-right-content .home-top-item-container {
    margin-top: 25px;
}

.tops-bn-right-content .home-top-item-container.with-ribbon {
    margin-top: 26px;
}

.tops-bn-right-content .home-top-item-container .top-item-btn {
    min-width: 30%;
}

.tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
    width: 90%;
    max-width: unset;
    text-shadow: unset;
    line-height: 24px;
}

.tops-bn-right-content.tops-new-dsgn {
    clear: left;
}

.tops-bn-right-content.tops-new-dsgn .home-top-new {
    gap: unset;
}

.tops-bn-right-content .home-top-item-container .top-item-btn > a.visit-link-2 {
    text-transform: unset;
    text-align: center;
    margin: 12px auto 0;
    font-size: 16px;
    text-decoration: underline;
    color: #0F73E6;
}

.top-item-btn > a.visit-link-2:hover {
    color: #1642C4;
}

.tops-bn-right-content .home-top-item-container span.brand-ribbon {
    line-height: 28px;
    font-size: 14px;
    border-radius: unset;
    top: -15px;
}

.tops-bn-right-content .home-top-item-container span.brand-ribbon::before {
    left: 0;
    top: 28px;
}

.exclusive-brand {
    font-size: 14px;
    color: #801819;
    background: #FFDF59;
    border-radius: 8px 0 8px 0;
    padding: 8px 10px;
    font-weight: 600;
    line-height: 16px;
}

.brand-name-gntops {
    font-weight: 700 !important;
}

.exclusive-brand > img,
span.brand-ribbon > img,
.brand-name-gntops img {
    margin-top: -3px;
}

.tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
    max-width: unset;
    min-height: unset;
    margin-left: 20px;
}

.home-top-item-container .thumb-box > a {
    display: block;
}

.home-top-item-container .thumb-box > a img {
    width: 100%;
    height: auto;
    max-width: unset;
}

.home-top-item-container .bons-box-top {
    font-weight: 800;
}

.tops-bn-right-content .home-top-item-container .bons-box-top > span {
    font-size: 18px;
    padding-block: 3px;
}

.tops-bn-right-content .home-top-item-container .home-top-item .number-top {
    height: 28px;
}

.tops-bn-right-content .home-top-item-container .home-top-item .casino-name {
    width: 20%;
    max-width: unset;
}

.tops-bn-right-content .home-top-item-container .casino-name > a {
    font-size: 18px;
}

.tops-new-dsgn .home-top-item-container {
    border: solid 1px rgba(0, 0, 0, 0.075);
    box-shadow: 0 0.125em 0.25em rgba(0, 0, 0, 0.075);
    border-radius: 3px;
}

.tops-new-dsgn .home-top-item-container .home-top-item {
    border: unset;
    box-shadow: unset;
}

.brand-terms {
    background: #F0F1F5;
    font-size: 12px;
    line-height: 16px;
    padding: 10px 16px;
    border-radius: 0 0 3px 3px;
    z-index: 1;
    color: #4E525D;
}

.tops-new-dsgn .home-top-item-container .casino-name-rating {
    font-size: 24px;
    font-weight: 800;
}

.tops-bn-right-content .home-top-item-container .bons-box {
    width: 22%;
    font-size: 1.565rem;
    padding-inline: 10px;
    line-height: 35px;
}


@media (max-width: 1080px) {
    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        min-width: 200px;
    }

    .home-top-item-container .thumb-box > a img {
        width: 200px;
        height: 80px;
    }

    .tops-bn-right-content .home-top-item-container .casino-name > a {
        font-size: 16px;
    }

    .tops-bn-right-content .home-top-item-container .casino-name > a img {
        height: 16px;
        width: 16px;
        margin-top: -1px;
    }

    .tops-bn-right-content .home-top-item-container .bons-box {
        font-size: 20px;
    }

    .tops-bn-right-content .home-top-item-container .bons-box-top > span {
        font-size: 16px;
    }

    .exclusive-brand {
        font-size: 12px;
        padding-block: 4px;
    }

    .exclusive-brand > img {
        height: 10px;
        width: 10px;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
        width: 226px;
    }
}

@media (max-width: 860px) {
    .tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
        width: 180px;
    }
    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        min-width: 180px;
        width: 15%;
    }
    .home-top-item-container .thumb-box > a img {
        width: 180px;
        height: 72px;
    }
}

@media (max-width: 890px) {
    .tops-bn-right-content .home-top-item-container {
        margin-top: 34px !important;
    }
    .tops-bn-right-content .home-top-item-container .home-top-item .number-top {
        display: none;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item {
        padding-block: 16px;
        display: grid;
        grid-template-columns: 0.86fr 1fr;
        grid-template-rows: 1fr 1fr;
        grid-template-areas:
        "thumb-box bons-box"
        "casino-name top-item-btn";
        grid-gap: 0;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        grid-area: thumb-box;
        display: flex;
        justify-content: center;
        width: 100%;
        margin-left: 0;
    }

    .tops-bn-right-content .home-top-item-container .bons-box {
        grid-area: bons-box;
        width: 100%;
        font-size: 25px;
        position: relative;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn {
        grid-area: top-item-btn;
        padding: 0;
        position: relative;
    }

    .tops-bn-right-content .home-top-item-container .casino-name {
        grid-area: casino-name;
        width: 100% !important;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
        width: 80%;
    }

    .tops-bn-right-content .home-top-item-container .bons-box-top > span {
        font-size: 18px;
        margin-bottom: 8px;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item::before {
        content: "";
        position: absolute;
        width: 1px;
        height: calc(100% - 32px);
        background: #F0F1F5;
        left: 46%;
    }

    .tops-new-dsgn .home-top-item-container .casino-name-rating {
        font-size: 30px;
    }
}

@media (max-width: 549px) {
    .tops-bn-right-content .home-top-item-container .bons-box {
        font-size: 20px;
        line-height: 28px;
    }

    .tops-bn-right-content .home-top-item-container .bons-box-top > span {
        font-size: 16px;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
        width: 88%;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn {
        min-width: unset;
    }
}

@media (max-width: 429px) {
    .tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
        font-size: 14px;
        line-height: 20px;
        padding: 11px 5px;
    }

    .home-top-item-container .thumb-box > a img {
        width: 140px;
        height: 64px;
    }

    .tops-bn-right-content .home-top-item-container .casino-name > a {
        font-size: 14px;
        line-height: 20px;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item {
        grid-template-columns: 1fr 1fr;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item::before {
        left: 50%;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        display: block;
        min-width: unset;
    }
}

@media (max-width: 380px) {
    .home-top-item-container .thumb-box > a img {
        width: 113px;
        height: 45px;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        position: absolute;
        top: 30%;
    }

    .tops-bn-right-content .home-top-item-container .casino-name {
        position: absolute;
        top: -.8rem;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn > a.visit-link-2 {
        font-size: 14px;
    }

    .tops-bn-right-content .home-top-item-container .bons-box {
        font-size: 18px;
        line-height: 25px;
    }

    .tops-bn-right-content .home-top-item-container .top-item-btn > a.btn1 {
        padding: 11px 5px;
    }
}

@media (max-width: 300px) {
    .tops-bn-right-content .home-top-item-container .casino-name > a {
        font-size: 12px;
        line-height: 16px;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        top: 40%;
    }
}

@media (max-width: 280px) {
    .exclusive-brand {
        font-size: 10px;
        padding-inline: 5px;
    }
}

@media (max-width: 250px) {
    .home-top-item-container .thumb-box > a img {
        width: 83px;
        height: 33px;
    }

    .tops-bn-right-content .home-top-item-container .home-top-item .thumb-box {
        top: 50%;
    }
}
/** END **/