.iptm-table-wrap {
	max-width: 100%;
	margin: 1.5em 0;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}

.iptm-table {
	width: 100%;
	min-width: 560px;
	margin: 0;
	border-collapse: collapse;
	font-size: 0.95em;
	font-variant-numeric: tabular-nums;
}

.iptm-table caption {
	margin-bottom: 0.6em;
	font-weight: 700;
	text-align: left;
}

.iptm-table th,
.iptm-table td {
	padding: 0.7em 0.8em;
	border: 1px solid #d8d8d8;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.iptm-table thead th {
	background: var(--iptm-header-bg, #111111);
	color: var(--iptm-header-text, #ffffff);
	font-weight: 700;
}

.iptm-table tbody th[scope="row"] {
	background: #fafafa;
	font-weight: 600;
	text-align: left;
}

.iptm-table .iptm-status-unavailable {
	color: #777;
}

.iptm-table .iptm-status-out-of-stock {
	color: #b42318;
	font-weight: 700;
}

.iptm-table .iptm-status-confirm {
	color: #8a5a00;
	font-weight: 600;
}

.iptm-updated {
	margin-top: -0.8em;
	color: #666;
	font-size: 0.85em;
}

.iptm-error {
	color: #b42318;
}

@media (max-width: 600px) {
	.iptm-table {
		font-size: 0.88em;
	}

	.iptm-table th,
	.iptm-table td {
		padding: 0.6em;
	}
}
