.hisense-spec-table-wrap {
    margin: 0px;
    padding: 0px;
    border-radius: 24px;
}

.hisense-spec-table-title {
    margin-bottom: 20px;
}

.hisense-spec-table-title h2 {
    margin: 0 0 10px;
    font-size: 30px;
    line-height: 1.25;
    font-weight: 500;
    color: #2c2c2c;
}

.hisense-spec-table-title p {
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #777;
}

.hisense-mobile-hint {
    display: none;
    margin: 0 0 10px;
    font-size: 13px;
    color: #777;
}

.hisense-table-scroll {
    width: 100%;
    overflow-x: auto;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.06);
}

.hisense-spec-table {
    width: 100%;
    min-width: 1180px;
    border-collapse: separate;
    border-spacing: 0;
    font-size: 14px;
    color: #333;
}

.hisense-spec-table th,
.hisense-spec-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #eeeeee;
    vertical-align: middle;
    text-align: center;
    line-height: 1.4;
}

.hisense-spec-table th:first-child,
.hisense-spec-table td:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    text-align: left;
    min-width: 260px;
    background: #fff;
    font-weight: 500;
}

.hisense-spec-table thead th {
    position: sticky;
    top: 0;
    z-index: 3;
    background: #009f9d;
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.hisense-spec-table thead th:first-child {
    z-index: 4;
    background: #008c8a;
    color: #fff;
}

.hisense-spec-table thead th > span {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    opacity: 0.9;
}

/* Ліва верхня комірка: Внутрішній блок / Зовнішній блок */
.hisense-spec-table__first-head {
    white-space: normal !important;
    vertical-align: middle;
    text-align: left;
    line-height: 1.2;
}

.hisense-spec-table__first-head-main,
.hisense-spec-table__first-head-sub {
    display: block;
    color: #ffffff;
    letter-spacing: 0;
    margin-top: 0;
}

.hisense-spec-table__first-head-main {
    position: relative;
    padding-bottom: 4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    margin-bottom: 0;
}

.hisense-spec-table__first-head-sub {
    padding-top: 4px;
    border-top: 1px solid rgba(255, 255, 255, 0.22);
    font-size: 14px;
    font-weight: 500;
    line-height: 1.25;
    margin-bottom: 0;
    opacity: 0.95;
}

.hisense-spec-table__first-head.has-one-line .hisense-spec-table__first-head-main,
.hisense-spec-table__first-head.has-one-line .hisense-spec-table__first-head-sub,
.hisense-spec-table__first-head .only-line {
    border-top: none;
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    opacity: 1;
}

.hisense-spec-table tbody tr:hover td {
    background: #f9ffff;
}

.hisense-spec-table tbody tr:hover td:first-child {
    background: #f2ffff;
}

.hisense-spec-table .section-row td {
    position: static;
    background: #eef7f7 !important;
    color: #008c8a;
    font-weight: 700;
    text-align: left;
    font-size: 15px;
    border-right: none;
}

.hisense-spec-table tr:last-child td {
    border-bottom: none;
}

@media (max-width: 768px) {
    .hisense-spec-table-wrap {
        padding: 0px;
        margin: 0px;
        border-radius: 18px;
    }

    .hisense-spec-table-title h2 {
        font-size: 22px;
    }

    .hisense-spec-table-title p {
        font-size: 14px;
    }

    .hisense-mobile-hint {
        display: block;
    }

    .hisense-table-scroll {
        border-radius: 14px;
    }

    .hisense-spec-table {
        min-width: 380px;
        font-size: 12px;
    }

    .hisense-spec-table th,
    .hisense-spec-table td {
        padding: 10px 8px;
        line-height: 1.35;
    }

    .hisense-spec-table th:first-child,
    .hisense-spec-table td:first-child,
    .hisense-spec-table thead th:first-child {
        min-width: 145px;
        width: 145px;
        max-width: 145px;
        white-space: normal;
        word-break: normal;
        overflow-wrap: anywhere;
    }

    .hisense-spec-table .section-row td {
        font-size: 12px;
        padding: 9px 10px;
        min-width: auto;
        width: auto;
        max-width: none;
        white-space: normal;
    }

    .hisense-spec-table__first-head-main {
        font-size: 14px;
        padding-bottom: 3px;
    }

    .hisense-spec-table__first-head-sub {
        font-size: 12px;
        padding-top: 3px;
    }

    .hisense-spec-table__first-head.has-one-line .hisense-spec-table__first-head-main,
    .hisense-spec-table__first-head.has-one-line .hisense-spec-table__first-head-sub,
    .hisense-spec-table__first-head .only-line {
        font-size: 14px;
    }
}

@media (max-width: 480px) {
    .hisense-spec-table th:first-child,
    .hisense-spec-table td:first-child,
    .hisense-spec-table thead th:first-child {
        min-width: 125px;
        width: 125px;
        max-width: 125px;
    }
}