.sqd-pricing-table-wrap {
	margin: 0 0 1.25em;
	max-width: 480px;
}

.sqd-table-title {
	font-weight: 600;
	font-size: var(--sqd-title-size, inherit);
	margin: 0 0 0.5em;
}

.sqd-pricing-table {
	width: 100%;
	border-collapse: collapse;
	border: 1px solid #e2e2e2;
	font-size: var(--sqd-font-size, 0.9em);
	margin: 0;
}

.sqd-pricing-table th {
	background: var(--sqd-header-bg, #f5f5f5);
	color: var(--sqd-header-color, #333);
	text-align: left;
	padding: 8px 12px;
	border-bottom: 1px solid #e2e2e2;
	font-weight: 600;
}

.sqd-pricing-table td {
	padding: 8px 12px;
	border-bottom: 1px solid #efefef;
}

.sqd-pricing-table tr:last-child td {
	border-bottom: none;
}

.sqd-pricing-table tr.sqd-active td {
	background: var(--sqd-highlight, #e6f4ea);
	font-weight: 600;
}

.sqd-totals {
	display: flex;
	gap: 1em;
	flex-wrap: wrap;
	margin-top: 0.5em;
	font-size: var(--sqd-totals-size, var(--sqd-font-size, 0.95em));
}

.sqd-total-line {
	font-weight: 700;
}

.sqd-savings-line {
	color: #1a7f37;
	font-weight: 600;
}
