/**
 * Soligent Inventory Sync — Frontend: Stock by Location widget
 */

.sis-loc-widget {
    margin-bottom: 20px;
}

.sis-loc-widget__title {
    font-size: 15px;
    font-weight: 700;
    margin: 0 0 10px;
}

.sis-loc-widget__synced {
    font-size: 13px;
    font-style: italic;
    color: #767676;
    margin: 8px 0 0;
}

/* ── Table (frontend variant) ────────────────────────────────────────────── */
.sis-loc-table--frontend {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.sis-loc-table--frontend thead th {
    background: #f5f5f5;
    text-align: left;
    padding: 9px 14px;
    border: 1px solid #ddd;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.sis-loc-table--frontend thead th:last-child {
    text-align: right;
}

.sis-loc-table--frontend tbody td {
    padding: 8px 14px;
    border: 1px solid #ddd;
}

.sis-loc-table--frontend tbody td:last-child {
    text-align: right;
}

.sis-loc-table--frontend tfoot td {
    padding: 9px 14px;
    border: 1px solid #ddd;
    font-weight: 700;
}

.sis-loc-table--frontend tfoot td:last-child {
    text-align: right;
}
