.wc-products-table-wrapper {
    margin: 30px 0;
    overflow-x: auto;
}

.wc-products-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Tahoma, Arial, sans-serif;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.wc-products-table th {
    background: #2c3e50;
    color: #fff;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
}

.wc-products-table td {
    padding: 12px 10px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.wc-products-table tr:hover {
    background: #f8f9fa;
}

.wc-products-table a {
    color: #0073aa;
    text-decoration: none;
    font-weight: 500;
}

.wc-products-table a:hover {
    text-decoration: underline;
    color: #005177;
}

.price-link {
    color: #e74c3c !important;
    font-weight: bold;
}

.wc-table-pagination {
    margin-top: 20px;
    text-align: center;
}