/* Frontend table styles */

.product-list-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}

.product-list-table th,
.product-list-table td {
    padding: 10px;
    text-align: center;
    border: 1px solid #ddd;
}

.product-list-table th:first-child,
.product-list-table td:first-child {
    text-align: left;
}

.product-list-table thead th {
    background-color: #f8f8f8;
    font-weight: bold;
}
