/* Slot Card Styles */
.qSuSGqZmyqW7mp {
    width: 100%;
    display: flex;
    margin-bottom: 33px;
}

.OGNYOltVzdo {
    width: 100%;
    display: flex;
    gap: 33px;
}

.sDPOoG6TjkT {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    height: auto;
    width: 100%;
    /* max-width: 676px; */
}

.sDPOoG6TjkT img {
    width: 100%;
    display: block;
    border-radius: 16px;
}

.sDPOoG6TjkT .ajLpJboQj img {
    min-height: 430px;
    max-height: 600px;
}

.slotCardButtons {
    position: absolute;
    bottom: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.QHYznGkpo {
    width: 60%;
    display: flex;
    align-items: stretch;
    gap: 13px;
}

.DGDoobWsFBo3kwe {
    width: 40%;
}

.OGNYOltVzdo:not(:has(.DGDoobWsFBo3kwe)) .QHYznGkpo {
    width: 100%;
}

.DGDoobWsFBo3kwe h3 {
    margin: 0 0 10px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    color: #FFD762;
}

/* Button Styles */
.sDPOoG6TjkT .button {
    max-width: 221px;
    width: 100%;
}

.sDPOoG6TjkT .button:last-child {
    text-transform: capitalize;
    color: #453300;
}

/* Info Section */
.slotCardInfo {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-top: 20px;
    gap: 10px;
    max-width: 1000px;
    column-gap: 100px;
    row-gap: 30px;
}

.infoItem {
    display: flex;
    justify-content: space-between;
    color: #4DABFF;
    font-size: 19px;
}

.infoItem .textInfo {
    color: #FFFFFF;
}

/* Ratings */
.lazJBAAjxhsVXo {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

.BcinpQE8oPyQAz {
    font-size: 52px;
    font-weight: 900;
    color: #F2B80C;
    text-transform: uppercase;
}

.stars {
    color: #77c043;
    font-size: 18px;
}

.FQakdlSJPb {
    font-size: 15px;
    color: #3E5485;
}

.xWKEQgFyv7ahdo {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.IqTZya06KD {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.lazJBAAjxhsVXo .rating {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3px;
    width: 100px;
}

.DGDoobWsFBo3kwe .lazJBAAjxhsVXo .rating {
    width: auto;
}

.TeliKLTXIGHVDj {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 15px;
    color: #4DABFF;
}

.BSVoK80vFn {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.BSVoK80vFn p:first-child {
    color: #3E5485;
    text-transform: uppercase;
}

.qthUUN00UwX {
    background: #F2B80C;
    border-radius: 5px;
    overflow: hidden;
    height: 8px;
}

.qthUUN00UwX div {
    height: 100%;
    background: #A1CB6B;
}

.gemUMIV5yx6 {
    font-size: 14px;
    color: #A23ED1;
}

/* Iframe Styles */
.BFnbqoSsoMDlkz {
    display: none;
    height: 100%;
    width: 100%;
}

.BFnbqoSsoMDlkz.hidden {
    display: none !important;
}

iframe {
    width: 100%;
    height: 100%;
}

/* Image Wrap */
.ajLpJboQj {
    overflow: hidden;
    position: relative;
    border-radius: 15px;
}

.ajLpJboQj img {
    width: 100%;
    border-radius: 15px;
    vertical-align: bottom;
    height: auto;
    object-fit: cover;
}

.ajLpJboQj img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, #151843 0%, #151843 100%);
    pointer-events: none;
    z-index: 2;
}

.ajLpJboQj .rISqw9Thr3bnw {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0 10px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: rgba(7, 16, 65, 0.62);
    gap: 24px;
}

.ajLpJboQj .rISqw9Thr3bnw .btn-play {
    background: #1A466D;
    color: #FFFFFF;
    box-shadow: 0 0 0 1px #7EAC2F, 0 0 0 0px #FFF;
}

.ajLpJboQj .rISqw9Thr3bnw .btn-play:hover {
    background: #143655;
    color: #FFFFFF;
}

/* Slot Games Slider */
.ClgZfcWE {
    position: relative;
    height: 100%;
    align-items: center;
    align-self: center;
    display: flex;
    justify-content: center;
    width: 98px;
}

.ClgZfcWE .swiper {
    height: 350px;
    width: 100%;
    overflow: hidden;
}

.ClgZfcWE .swiper-wrapper {
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
}

.ClgZfcWE .swiper-vertical > .swiper-wrapper {
    flex-direction: column;
}

.ClgZfcWE .swiper-horizontal > .swiper-wrapper {
    flex-direction: row;
}

.ClgZfcWE .swiper-slide {
    width: 100%;
    height: auto;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ClgZfcWE .swiper-vertical .swiper-slide {
    width: 100%;
    height: auto;
}

.ClgZfcWE .swiper-horizontal .swiper-slide {
    width: auto;
    height: 100%;
}

.ClgZfcWE img {
    width: 98px;
    height: 61px;
    object-fit: cover;
    border-radius: 8px;
    cursor: pointer;
    display: block;
}

/* Navigation Buttons */
.slotG-prev,
.slotG-next {
    width: 15px;
    height: 15px;
    border-radius: 1.5px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    cursor: pointer;
    background-color: transparent;
    background-image: url("../img/icons/polygon.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.slotG-prev {
    top: 5px;
}

.slotG-next {
    bottom: 5px;
    transform: translateX(-50%) rotate(180deg);
}

/* Media Queries */
@media screen and (max-width: 1100px) {
    .OGNYOltVzdo {
        flex-direction: column;
    }

    .QHYznGkpo,
    .DGDoobWsFBo3kwe {
        width: 100%;
    }

    .slotG-prev {
        top: -40px;
    }

    .slotG-next {
        bottom: -40px;
    }

    .sDPOoG6TjkT .ajLpJboQj img {
        min-height: auto;
    }
}

@media (max-width: 870px) {
    .slotCardInfo {
        gap: 20px;
    }

    .sDPOoG6TjkT .rISqw9Thr3bnw .button {
        font-size: 16px;
        width: 190px;
    }
}

@media screen and (max-width: 728px) {
    .QHYznGkpo {
        flex-direction: column;
    }

    .ClgZfcWE {
        width: 100%;
    }

    .ClgZfcWE .swiper {
        height: auto;
        width: 90%;
    }

    .ClgZfcWE .swiper-wrapper {
        flex-direction: row;
    }

    .slotCardInfo {
        grid-template-columns: 1fr;
    }

    .infoItem,
    .BSVoK80vFn,
    .FQakdlSJPb {
        font-size: 12px;
    }

    .BSVoK80vFn {
        text-transform: uppercase;
    }

    .slotG-prev {
        top: 50% !important;
        left: -4px;
        transform: translateY(-50%) rotate(-90deg);
        margin-right: auto;
    }

    .slotG-next {
        top: 50% !important;
        right: -4px;
        transform: translateY(-50%) rotate(90deg);
        margin-left: auto;
    }
}

@media screen and (max-width: 550px) {
    .sDPOoG6TjkT .button {
        min-width: 128px;
        min-height: 28px;
        font-size: 14px;
    }

    .ClgZfcWE img {
        width: 64px;
        height: 40px;
    }
}

/* Container Queries */
@container mainContent (min-width: 1078px) {
    .rating img {
        width: 21px;
    }
}

@container mainContent (min-width: 1366px) {
    .rating img {
        width: 25px;
    }

    .sDPOoG6TjkT .rISqw9Thr3bnw .button {
        font-size: 22px;
        max-width: 201px;
    }
}
