.mptf-table-container {
    width: 100%;
    overflow-x: auto;
    margin: 20px 0;
}

.mptf-product-table {
    width: 100%;
    border-collapse: collapse;
    font-family: inherit;
}

.mptf-product-table th, 
.mptf-product-table td {
    padding: 12px;
    border: 1px solid #eee;
    text-align: left;
    vertical-align: middle;
}

.mptf-product-table th {
    background-color: #f8f8f8;
    font-weight: bold;
}

.mptf-product-table img {
    max-width: 60px;
    height: auto;
}

.mptf-attributes {
    font-size: 0.9em;
    color: #666;
}

.mptf-attribute-item {
    margin-bottom: 4px;
}

.mptf-sku {
    font-size: 0.8em;
    color: #999;
}

.mptf-variation-row {
    margin-bottom: 10px;
}

.mptf-variation-row label {
    display: block;
    font-size: 0.85em;
    margin-bottom: 3px;
}

.mptf-variation-row select {
    width: 100%;
    padding: 5px;
}

.mptf-product-table .cart {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mptf-product-table .quantity input {
    width: 50px;
    padding: 5px;
}

.mptf-product-table .button {
    padding: 8px 15px;
    background-color: #000;
    color: #fff;
    border: none;
    cursor: pointer;
    text-align: center;
}

.mptf-product-table .button:hover {
    background-color: #333;
}
