/* ── TABUTECH Spec Engine — Single Product Page ── */
.tse-specs-wrapper {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 4px 0;
}

.tse-spec-group {
    background: #fff;
    border: 1.5px solid #eceef5;
    border-radius: 14px;
    overflow: hidden;
}

.tse-spec-group-title {
    font-size: 10.5px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: .7px !important;
    color: #aaa !important;
    padding: 13px 18px 11px !important;
    margin: 0 !important;
    border-bottom: 1px solid #f2f3f8 !important;
    background: #fafbff !important;
}

.tse-spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin: 0 !important;
}

.tse-spec-row:last-child .tse-spec-label,
.tse-spec-row:last-child .tse-spec-value {
    border-bottom: none !important;
}

.tse-spec-label,
.tse-spec-value {
    padding: 10px 18px !important;
    font-size: 13px !important;
    border-bottom: 1px solid #f2f3f8 !important;
    vertical-align: middle !important;
    line-height: 1.4 !important;
}

.tse-spec-label {
    width: 42% !important;
    color: #666 !important;
    font-weight: 500 !important;
    background: transparent !important;
    white-space: nowrap !important;
}

.tse-spec-value {
    color: #1a1a2e !important;
    font-weight: 600 !important;
}

.tse-spec-row:hover .tse-spec-label,
.tse-spec-row:hover .tse-spec-value {
    background: #fafbff !important;
}

/* Mobile */
@media (max-width: 600px) {
    .tse-spec-label,
    .tse-spec-value {
        padding: 8px 14px !important;
        font-size: 12px !important;
    }
    .tse-spec-label { width: 45% !important; }
}
