/* Slot Page Styles */

.MLAlsDL8nlLm5n {
    padding-bottom: 60px;
}

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

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

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

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

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

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

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

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

.KFxJAAP9 {
    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 .KFxJAAP9 {
    color: var(--slot-pros-title-text);
}

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

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

.YicBVySFrW .YWIeqpNjdZ99r {
	color: #ffffff;
}

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

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

.XnuaWYFW .YWIeqpNjdZ99r li::before {
    content: '+';
}
.rWYxVALTdt6Fw .YWIeqpNjdZ99r li::before {
    content: '-';
}

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

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

    .detailedInfoTable {
        width: 1080px;
    }

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

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

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

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