/* Slot Page Styles */

.siaxHsJYor8 {
    padding-bottom: 60px;
}

/* Review Sections */
.TmGbLHlvZ {
    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 */
.Fbhrb3UqQs3l {
    display: flex;
    gap: 105px;
    margin-bottom: 30px;
}

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

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

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

.tTjdfpsGtkf {
    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 */
.UIxpTxh6ugO3 {
    display: flex;
    flex-direction: row;
    gap: 34px;
    width: 100%;
}

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

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

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

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

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

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

/* .CzGYgZfclXsV ul {
    list-style: disc;
	list-style-position: inside;
    gap: 16px;
} */

.CzGYgZfclXsV .LhTrahbxzyUo1IG {
	color: #ffffff;
}

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

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

.wVJP3oSL3M7t .LhTrahbxzyUo1IG li::before {
    content: '+';
}
.WuGJDUftV .LhTrahbxzyUo1IG li::before {
    content: '-';
}

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

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

    .detailedInfoTable {
        width: 1080px;
    }

    .UIxpTxh6ugO3 {
        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%;
    }

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

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

    .LhTrahbxzyUo1IG 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;
        } */
}
