/* preset */


.single-post .casinos-tall .casinos-box, .single-post .casinos-boxed .casinos-box {
    border: 1px solid #0000000f;
}

@media only screen and (min-width: 992px) and (max-width: 1399px) {}

@media only screen and (max-width: 991px) {
    .single-post .news-shortcode-box, .single-post .dragable, .single-post #casinos-section {
        margin: 20px auto !important;
    }

    .single-post .casinos-post.casinos-boxed {
        margin: 10px auto !important;
    }

    .single-post .casinos-post.casinos-boxed {
        min-width: 222px;
        max-width: 222px;
    }

    .single-post .casinos-post.casinos-tall .cta-claim {
        max-width: 100% !important;
    }

    .single-post .casinos-post.casinos-tall .cta-terms, .single-post .casinos-post.casinos-tall .cta-review {
        min-width: 50% !important;
        padding: 0px 6px 0px 10px !important;
        max-width: unset !important;
    }

    .single-post .casinos-post .casino-bonus {
        padding: 0;
        margin-right: 8px;
    }
}

@media only screen and (min-width: 992px) {
    .single-post .news-shortcode-box, .single-post .dragable, .single-post #casinos-section {
        margin: 20px auto !important;
    }

    .single-post #casinos-section {
        justify-content: space-around !important;
    }

    .single-post .news-shortcode-box p {
        margin-bottom: 0px !important;
    }
}

/* News style 1 */

@media only screen and (max-width: 991px) {
    .news-shortcode-box.style-1 {
        position: relative;
        min-height: 220px;
        overflow: hidden;
    }

    .news-shortcode-box.style-1 .news-shortcode-image img {
        opacity: 0.5;
        width: 100%;
        height: auto;
        max-height: 200px;
        object-fit: cover;
    }

    .news-shortcode-box.style-1 .news-shortcode-image {
        position: absolute;
        left: 0;
        margin: 0;
        padding: 0;
        top: 0;
        width: 100%;
    }

    .news-shortcode-box.style-1 .news-shortcode-text {
        z-index: 1;
        position: relative;
        margin-top: auto;
        margin-bottom: 14px;
    }

    .news-shortcode-box.style-1 .news-shortcode-image .shortcode-image-col:after {
        width: 100%;
        height: 140px;
        content: " ";
        position: absolute;
        right: 0px;
        bottom: 0;
    }

    .news-shortcode-box.style-1 .news-shortcode-image .shortcode-image-col {
        position: relative;
        max-height: 200px;
        height: 200px;
        display: block;
    }
}

@media only screen and (min-width: 992px) {
    .news-shortcode-box.style-1 {
        position: relative;
        min-height: 100px;
        overflow: hidden;
    }

    .news-shortcode-box.style-1 .news-shortcode-image img {
        opacity: 0.5;
        transition: opacity 0.3s ease-in-out;
    }

    .news-shortcode-box.style-1:hover .news-shortcode-image img {
        opacity: 1;
    }


    .news-shortcode-box.style-1 .news-shortcode-image {
        position: absolute;
        left: 0;
        max-width: 300px;
        margin: 0;
        padding: 0;
    }

    .news-shortcode-box.style-1 .news-shortcode-text {
        z-index: 1;
        position: relative;
        max-width: 75%;
        margin-left: auto;
    }

    .news-shortcode-box.style-1 .news-shortcode-image .shortcode-image-col:after {
        width: 50px;
        height: 150px;
        content: " ";
        position: absolute;
        right: 0px;
        top: -70px;
    }

    .news-shortcode-box.style-1 .news-shortcode-image .shortcode-image-col {
        position: relative;
    }
}


/* News style 2 */


@media only screen and (min-width: 992px) {
    .news-shortcode-box.style-2 .news-shortcode-image img {
        max-width: 200px;
        max-height: 160px;
        object-fit: cover;
    }

    .news-shortcode-box.style-2 .news-shortcode-image {
        padding: 0;
        max-height: 200px;
        max-width: 200px;
    }
}

@media only screen and (max-width: 991px) {
    .news-shortcode-box.style-2 .news-shortcode-image:after {
        content: " ";
        width: 100%;
        height: 100%;
        background: #fafafa;
        position: absolute;
        left: 0;
        top: 0;
    }

    .news-shortcode-box.style-2 .news-shortcode-image {
        position: relative;
        text-align: center;
        padding: 10px;
        margin-bottom: 10px;
        min-width: 100%;
    }

    .news-shortcode-box.style-2 .news-shortcode-image img {
        z-index: 1;
        position: relative;
        width: 100%;
        max-height: 130px;
        object-fit: none;
        background: #ececec;
    }
}


/* tabz */
.tabz-wrapper .nav-link {
    position: relative;
    background-color: white;
    margin-bottom: 10px;
    font-size: 13px;
    padding: 12px 16px;
    text-align: start;
    font-weight: 600;
    overflow: hidden;
    border: 0;
}

.tabz-wrapper .nav-link::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 2px;
    transition: width 0.3s ease;
}

.tabz-wrapper .nav-link:hover::after {
    width: 100%;
}

.tabz-wrapper .nav-link.active::after {
    width: 100%;
}

.tabz-wrapper .nav-link.active {
    background-color: #00000008;
}

.tabz-wrapper .nav-link {
    background-color: transparent;
}

.tabz-wrapper .tab-content {
    border: 1px solid #0000000f;
}