/* Archive Category */
.post-type-archive-bonus .archive-game-content h3,
.post-type-archive-bonus .archive-game-content p {
    color: #fff!important;
}
.post-type-archive-bonus .wide-advert-section {
    margin-bottom: 0;
}
.post-type-archive-bonus .bonus-advert {
    padding-bottom: 100px;
}
body.category,
body.post-type-archive-guide {
    background: var(--grey);
}

.archive-container {
    position: relative;
}

.archive-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.archive-filter-button {
    position: relative;
    text-align: left;
    width: 100%;
    height: 45px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    margin-bottom: 4px;
    background: #081516;
}

.archive-filter-button.active {
    border: 1px solid #009393;
}

.archive-filter-button p {
    text-transform: uppercase;
    padding: 11px 23px;
}

.archive-filter-button p:after {
    content: url("../../../../uploads/2023/05/Cross.svg");
    position: absolute;
    right: 15px;
    top: 13px;
}

.archive-filter-checkbox {
    display: none;
    position: absolute;
    background: #081516;
    width: 100%;
    max-width: 100%;
    padding: 26px 22px;
    border-radius: 5px;
    z-index: 3;
}

.archive-filter-list {
    list-style: none;
}

.archive-filter-list li {
    position: relative;
}

.archive-filter-list li:not(:last-child) {
    padding-bottom: 12px;
}

.archive-filter-item {
    background-color: inherit;
}

.archive-filter-item:before,
.archive-filter-item.checked:after {
    content: '';
    position: absolute;
    left: -25%;
    top: 0;
    width: 22px;
    height: 22px;
    border: 1px solid var(--medium-grey);
    border-radius: 2px;
}

.archive-filter-item.checked:after {
    background-color: var(--green);
}

.archive-card-container {
    border-radius: 15px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
}

.archive-card-container:hover,
.card-link .card-body:hover {
    box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.1);
}
.archive-card-image{
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.archive-card-image,
.archive-card .archive-card-content {
    height: 100%;
    position: relative;
}

.archive-card-image img {
    height: 100%;
    width: 100%;
    max-width: -webkit-fill-available;
    border-radius: 15px 15px 0 0;
    object-fit: cover;
}

.archive-card .tag-container {
    position: absolute;
    top: 18px;
    right: 23px;
    z-index: 2;
}

.archive-card .archive-card-content {
    display: flex;
    flex-wrap: wrap;
    height: 310px;
    padding: 28px;
    border-radius: 0 0 15px 15px;
}

.archive-card .archive-card-content h6,
.archive-card .archive-card-content p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.archive-card .archive-card-content h6 {
    -webkit-line-clamp: 2;
}

.archive-card .archive-card-content p {
    color: var(--medium-grey);
    -webkit-line-clamp: 4;
    line-height: 22px;
    font-weight: 400;
    margin: 0;
    font-size: 14px;
}
.archive-card .card.similar-list{
    margin: 0 auto;
}
.archive-featured-casino .featured-casino-section {
    background-color: inherit;
}

.archive-featured-casino .featured-casino {
    box-shadow: none;
}
.featured-content-container p, .featured-content-container h5 {
    line-height: 1;
}

/* Archive Huge Section */

.archive-huge-design {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.huge-section .archive-card-image,
.huge-section .archive-card-content {
    max-width: 100%;
    overflow: hidden;
    border-radius: 15px 15px 0 0;
}

.huge-section .tag-container {
    top: 23px;
    right: 55px;
}

.huge-section .archive-card-content {
    height: 336px;
    padding: 30px 64px;
    border-radius: 0 0 15px 15px;
}

.huge-section .archive-card-image {
    max-height: 324px;
}

.huge-section .archive-card-image img {
    max-height: 324px;
}

/* Archive Small Section */
.archive-huge-design .small-section {
    padding: 0;
}

.small-section .archive-card {
    padding-bottom: 30px !important;
}

.small-section .archive-card .archive-card-content {
    border-radius: 15px;
    height: 201px;
}

.small-section .archive-card-image img,
.small-section .archive-card .archive-card-content p {
    display: none;
}

.small-section .archive-card .archive-card-content p.small {
    display: block;
}

.small-section .archive-card-container .tag {
    box-shadow: none;
}

.small-section .archive-card-content {
    padding-top: 33px;
    padding-left: 33px;
}

.small-section .archive-card-content h6 {
    font-size: 18px;
}

.small-section .archive-card-content a {
    margin: 0 !important;
    width: 100%;
    padding: 9px 0;
    justify-content: center;
}

.archive-card-button {
    max-width: 126px;
    width: 100%;
}

.mobile-only {
    display: none;
}

/* Load More */


.load-more-archive-container.hide-load-more-button,
#load-more-archive.temp-hide {
    opacity: 0;
    pointer-events: none;
    padding: 0;
}

#load-more-archive.temp-hide {
    display: none;
    opacity: 0;
    pointer-events: none;
}


@media screen and (max-width: 1199px) {
    .archive-main-container {
        justify-content: start !important;
    }

    .desktop-only {
        display: none;
    }

    .mobile-only {
        display: block;
        padding: 0;
    }

    .mobile-only .tron-sidebar-advert img {
        width: -webkit-fill-available;
        height: 201px;
    }

    .small-section .archive-card-content {
        /* flex-direction: column; */
        justify-content: space-between;
    }

    .archive-huge-design .small-section {
        display: flex;
        flex-wrap: wrap;
    }
    .huge-section {
        margin-bottom: 30px;
    }
    .featured-casino svg {
        right: 8%;
        top: -72px;
        width: 140px;
    }
    .feautured-casino-container {
        max-width: 688px;
        height: 100%;
    }
}
@media screen and (max-width:991px) {
    .featured-casino-buttons .tron-more-info-button:not(.home .featured-casino-buttons .tron-more-info-button) {
        display: none;
    }
    .featured-casino svg {
        right: -1%;
        top: -72px;
        width: 140px;
    }
    .feautured-casino-container {
        max-width: 600px;
    }
    .featured-casino-buttons .tron-primary-button {
        margin-left: 50px;
    }
}
@media all and (max-width:768px) {
    .featured-casino svg {
        right: 50%;
        transform: translate(50%, -50%);
        top: 100px;
        height: 156px;
        width: 166px;
    }
}
@media screen and (max-width: 767px) {
    .archive-card {
        padding: 0 27px;
    }

    .desktop-only {
        display: block;
    }

    .mobile-only {
        display: none;
    }

    .archive-title-container {
        display: block;
    }

    .archive-title-container .archive-title {
        text-align: center;
        padding-bottom: 20px;
    }
    .small-section .archive-card-image img,
    .small-section .archive-card .archive-card-content p {
        display: -webkit-box;
    }

    .small-section .archive-card-content h6 {
        font-size: 20px;
    }

    .archive-card .archive-card-content {
        border-radius: 0 0 15px 15px;
    }

    .huge-section .archive-card-content {
        padding: 28px;
    }

    .small-section .archive-card .archive-card-content {
        flex-direction: row;
        height: 310px;
        padding: 28px;
        border-radius: 0 0 15px 15px;
    }

    .archive-featured-casino {
        display: none;
    }

    .archive-filter-item:before,
    .archive-filter-item.checked:after {
        left: -35px;
    }

    .load-more-archive-container {
        padding-top: 18px;
    }
    .archive-card-container{
        max-width: 389px;
        margin: 0 auto;
    }
    .archive-advert-card .wide-advert-section {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .card-img-top img,
    .archive-card-image img,
    .small-section .archive-card .archive-card-content {
        height: 100%;
    }
    .card-img-top,
    .archive-card-image {
        height: 146px;
    }
    .card-body.news-list p,
    .archive-card .archive-card-content p {
        -webkit-line-clamp: 3;
    }
    #load-more-archive {
        width: 100%;
    }
    .single-slider .card.similar-list{
        margin: 0 auto;
    }
}

@media screen and (max-width: 428px) {
    .load-more-archive-container {
        padding: 0;
    }
}