/**
 * Vendor Stock — real-time inventory table.
 *
 * @author LaserCorp
 * @copyright 2026 LaserCorp
 */
.lc-vendorstock {
    margin-top: 15px;
}

.lc-vendorstock-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.lc-vendorstock-table th,
.lc-vendorstock-table td {
    border: 1px solid #e0e0e0;
    padding: 5px 8px;
    text-align: center;
}

.lc-vendorstock-table th.lc-vendorstock-title {
    background: #009ad0;
    color: #fff;
    font-weight: 600;
}

.lc-vendorstock-table thead tr:nth-child(2) th {
    background: #f5f5f5;
    color: #252424;
    font-size: 12px;
}

.lc-vendorstock-table td:first-child {
    text-align: left;
}
