/* Products list: clean, professional table */
.products-table-limited {
    width: 100%;
    table-layout: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.products-table-limited thead th {
    background: #f7f9fb;
    color: #475569;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    border-bottom: 1px solid #e6edf4;
    padding: 12px 16px;
}

.products-table-limited tbody td {
    color: #1f2937;
    font-size: 14px;
    padding: 12px 16px;
    border-bottom: 1px solid #eef2f6;
    vertical-align: middle;
    white-space: normal;
    word-break: break-word;
}

.products-table-limited tbody tr:nth-child(even) td {
    background: #fbfcfe;
}

.products-table-limited tbody tr:hover td {
    background: #f4f8fb;
}
}
