/* Slot Page Styles */

.tqOVJusbbMxa7 {
    padding-bottom: 60px;
}

/* Review Sections */
.LTWfuLeaJISB3jPZ {
    margin-bottom: 33px;
}

/* Bonus Box */
.bonusBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px;
    gap: 30px;
    margin-bottom: 20px;
    background: linear-gradient(94.74deg, var(--slot-bonus-bg-1) 0%, var(--slot-bonus-bg-2) 100%);
    border-radius: 15px;
    border: 2px solid var(--slot-bonus-border);
    width: 100%;
    max-width: 1080px;
}

.bonusBoxLeft {
    display: flex;
    align-items: center;
    gap: 48px;
}

.bonusInfo {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.bonusItem {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 5px;
    font-size: 24px;
    color: var(--slot-bonus-text);
}

.selectedBonus {
    color: var(--slot-bonus-selected-text);
    font-weight: 600;
}

/* General Info Grid */
.bXzLdGXOdSdD {
    display: flex;
    gap: 105px;
    margin-bottom: 30px;
}

.AVEzijPw3pUpE {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.pCvYDfozZPp {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    color: var(--slot-info-text);
    font-size: 15px;
    text-transform: uppercase;
}

.pCvYDfozZPp span:first-child {
    width: 110px;
}

.hXsFLKMx8IpZ {
    font-size: 18px;
    font-weight: 500;
    color: var(--slot-info-value-text);
    text-transform: none;
}

/* Detailed Info Table */
.tableWrapper {

}

.detailedInfoTable {
    width: 100%;
    max-width: 1080px;
    border-collapse: separate;
    border-spacing: 7px;
    overflow: hidden;
    margin: 0 auto 33px;
    font-size: 16px;
    font-weight: 600;
}

.detailedInfoTable thead {
    background: var(--slot-table-header-bg);
}

.detailedInfoTable th {
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    color: var(--slot-table-header-text);
    background: var(--slot-table-header-bg);
    border-radius: 10px;
}

.detailedInfoTable td {
    padding: 8px 25px;
    background: var(--slot-table-cell-bg);
    border-radius: 10px;
}

.tableField {
    color: var(--slot-table-field-text);
    width: 328px;
}

.tableValue {
    color: var(--slot-table-value-text);
}

/* Pros and Cons */
.tLKdBcNP5hc7u8Nu {
    display: flex;
    flex-direction: row;
    gap: 34px;
    width: 100%;
}

.yNaWEZjysv6rv {
    display: flex;
    flex-flow: column nowrap;
    gap: 16px;
    max-width: 638px;
    width: 100%;
    border-radius: 15px;
    padding: 21px 30px;
    border: 1px solid;
}

.yNaWEZjysv6rv.sGZqinkWpI {
    background: linear-gradient(94.74deg, var(--slot-plus-bg-1) 0%, var(--slot-plus-bg-2) 100%);
    border-color: var(--slot-pros-border);
}

.yNaWEZjysv6rv.uRiRWGS9 {
    background: linear-gradient(94.74deg, var(--slot-minus-bg-1) 0%, var(--slot-minus-bg-2) 100%);
    border-color: var(--slot-cons-border);
}

.PNNfupgVi650pLO {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    font-size: 18px;
    font-weight: 500;
    color: var(--slot-plus-minus-title);
    text-transform: uppercase;
}

.prosBox .PNNfupgVi650pLO {
    color: var(--slot-pros-title-text);
}

.consBox .PNNfupgVi650pLO {
    color: var(--slot-cons-title-text);
}

.THUnkf7c41W .BTdeansd6 {
    color: #ffffff;
}

.BTdeansd6 li {
    font-size: 18px;
    line-height: 23px;
    padding-left: 30px;
    position: relative;
}

.BTdeansd6 li::before {
    content: '•';
    position: absolute;
    left: 0;
    font-size: 24px;
    line-height: 1;
}

.sGZqinkWpI .BTdeansd6 li::before {
    content: '+';
}
.uRiRWGS9 .BTdeansd6 li::before {
    content: '-';
}

/* Responsive Design */
@media (max-width: 1024px) {

    .tableWrapper {
        overflow-x: auto;
        scrollbar-width: none;
    }

    .detailedInfoTable {
        width: 1080px;
    }

    .tLKdBcNP5hc7u8Nu {
        flex-direction: column;
        align-items: center;
    }

    .bonusItem {
        font-size: 20px;
    }

    .bonusBox {
        flex-direction: column;
    }

    .bonusBoxLeft {
        gap: 35px;
    }
}

@media (max-width: 768px) {
    .bonusBoxLeft {
        flex-direction: column;
        width: 100%;
    }

    .bonusButton {
        width: 100%;
    }

    .bXzLdGXOdSdD {
        flex-direction: column;
        gap: 16px;
    }

    .BTdeansd6 li {
        font-size: 13px;
    }

    .BTdeansd6 li::before {
        font-size: 18px;
    }

    /* .detailedInfoTable {
        display: block;
        overflow-x: auto;
    }

    .detailedInfoTable thead,
    .detailedInfoTable tbody,
    .detailedInfoTable tr {
        display: block;
    }

    .detailedInfoTable th,
    .detailedInfoTable td {
        display: block;
        width: 100%;
        padding: 10px 15px;
    }

    .detailedInfoTable th {
        border-bottom: 1px solid rgba(255, 165, 0, 0.3);
    } */
    /*
        .tableField {
            width: 100%;
            font-weight: 600;
            margin-bottom: 5px;
        }

        .tableValue {
            padding-left: 15px;
        } */
}
