.wms-material-table {
    min-width: 1180px;
}

.wms-material-table th,
.wms-material-table td {
    padding: 16px 18px;
}

.wms-material-table th:first-child,
.wms-material-table td:first-child {
    width: 30%;
    min-width: 320px;
}

.wms-material-table th:nth-child(3),
.wms-material-table td:nth-child(3) {
    width: 130px;
}

.wms-material-table th:nth-child(4),
.wms-material-table td:nth-child(4) {
    min-width: 240px;
}

.wms-material-identity {
    display: grid;
    gap: 4px;
}

.wms-material-identity strong {
    color: var(--ink, #0f172a);
    font-size: 0.98rem;
}

.wms-material-identity span {
    color: var(--text, #334155);
    font-weight: 760;
    line-height: 1.35;
}

.wms-material-identity small,
.wms-stock-total small {
    color: var(--text-soft, #64748b);
    font-size: 0.78rem;
    line-height: 1.4;
}

.wms-stock-total {
    white-space: nowrap;
}

.wms-stock-total strong {
    display: inline-block;
    color: var(--primary-strong, #0f766e);
    font-size: 1.15rem;
    line-height: 1;
}

.wms-stock-total span {
    margin-left: 4px;
    color: var(--text-soft, #64748b);
    font-weight: 800;
}

.wms-stock-total small {
    display: block;
    margin-top: 5px;
}

.wms-stock-location-list {
    display: grid;
    gap: 6px;
}

.wms-stock-location-list span {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    padding: 6px 9px;
    border: 1px solid rgba(15, 118, 110, 0.18);
    border-radius: 8px;
    background: rgba(15, 118, 110, 0.08);
    color: var(--primary-strong, #0f766e);
    font-size: 0.82rem;
    font-weight: 800;
    line-height: 1.25;
}

@media (max-width: 820px) {
    .wms-material-table {
        min-width: 0;
    }
}
