/* Product detail rich-content table polish */
.product-tab-content .tab-pane {
    overflow-x: hidden;
}

.product-tab-content table {
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 1rem;
    font-size: 0.95rem;
    line-height: 1.45;
    background: #fff;
}

.product-tab-content table th,
.product-tab-content table td {
    border: 1px solid #dee2e6;
    padding: 0.65rem 0.75rem;
    vertical-align: top;
    text-align: left;
}

.product-tab-content table thead th,
.product-tab-content table tr:first-child th {
    background: #f8f9fa;
    font-weight: 600;
}

.product-tab-content table tbody tr:nth-child(even) {
    background: #fcfcfd;
}

.product-tab-content table p:last-child {
    margin-bottom: 0;
}

@media (max-width: 768px) {
    .product-tab-content table {
        min-width: 640px;
    }
}
