/* ---- Frontend: pricing table on product page ---- */
.sktp-pricing-table-wrap {
	margin: 20px 0;
	max-width: 480px;
}

.sktp-pricing-table-title {
	font-size: 1.05em;
	margin-bottom: 8px;
}

.sktp-pricing-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e0e0e0;
}

.sktp-pricing-table th,
.sktp-pricing-table td {
	border: 1px solid #e0e0e0;
	padding: 8px 12px;
	text-align: left;
}

.sktp-pricing-table thead th {
	background: #f7f7f7;
	font-weight: 600;
}

.sktp-pricing-table tr.sktp-active-tier td {
	background: #eaf6ea;
	font-weight: 600;
}

.sktp-pricing-note {
	font-size: 0.85em;
	color: #666;
	margin-top: 6px;
}

.sktp-from-price {
	white-space: nowrap;
}

/* ---- Cart / checkout savings ---- */
.sktp-item-save {
	color: #2e7d32;
}

tr.sktp-total-save th,
tr.sktp-total-save td {
	color: #2e7d32;
	font-weight: 600;
}

/* ---- Admin settings page ---- */
.sktp-wrap .sktp-tiers-table {
	max-width: 720px;
	margin-bottom: 10px;
}

.sktp-wrap .sktp-tiers-table input[type="number"] {
	width: 100%;
}

.sktp-wrap .button-link-delete {
	color: #b32d2e;
}

.sktp-wrap .form-table th {
	width: 240px;
}

.sktp-category-products-list {
	max-width: 480px;
	margin-top: 10px;
}

.sktp-category-products-ul {
	max-height: 260px;
	overflow-y: auto;
	border: 1px solid #dcdcde;
	background: #fff;
	margin: 0;
	padding: 8px 12px;
	list-style: none;
}

.sktp-category-products-ul li {
	padding: 4px 0;
}

.sktp-category-products-ul label {
	display: block;
	cursor: pointer;
}
