/* Unified specification table styling used by product detail pages. */
.spec-table {
    width: 100% !important;
    border-collapse: collapse !important;
    border-spacing: 0 !important;
    table-layout: fixed !important;
    background: #fff !important;
    color: #2f3438 !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
}
.spec-table th,
.spec-table td {
    border: 1px solid #d9dde2 !important;
    padding: 12px 14px !important;
    text-align: left !important;
    vertical-align: middle !important;
    color: #2f3438 !important;
    background: #fff !important;
    font-size: 15px !important;
    line-height: 1.45 !important;
    overflow-wrap: anywhere;
}
.spec-table th {
    font-weight: 600 !important;
    background: #f7f8fa !important;
}
.spec-table td[rowspan] {
    font-weight: 600 !important;
    background: #f7f8fa !important;
}
@media (max-width: 768px) {
    .accordion-content {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .spec-table {
        min-width: 620px !important;
        font-size: 14px !important;
    }
    .spec-table th,
    .spec-table td {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }
}
