/**
 * Soligent Inventory Sync — Storefront (single product) styles.
 *
 * Read-only "Soligent Stock by Location" table shown above the add-to-cart button.
 */

.soligent-storefront-stock {
	margin: 0 0 22px;
	max-width: 360px;
}

.soligent-storefront-stock__title {
	margin: 0 0 8px;
	font-size: 15px;
	font-weight: 600;
	line-height: 1.3;
}

.soligent-storefront-stock__table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	margin: 0;
}

.soligent-storefront-stock__table th,
.soligent-storefront-stock__table td {
	padding: 7px 12px !important;
	border: 1px solid #e0e0e0;
	text-align: left;
	line-height: 1.4;
}

.soligent-storefront-stock__table thead th {
	background: #f5f6f7;
	font-weight: 600;
}

.soligent-storefront-stock__table .soligent-col-qty {
	text-align: right;
	white-space: nowrap;
	width: 80px;
}

.soligent-storefront-stock__table tfoot th {
	background: #fafafa;
	font-weight: 700;
}

.soligent-storefront-stock__synced {
	margin: 6px 0 0;
	font-size: 12px;
	color: #6b7280;
	font-style: italic;
}
