.enpp-live-price {
	background: #ffffff;
	color: #5f5149;
	font-family: inherit;
	margin: 0 auto;
	max-width: 1220px;
	padding: 96px 20px;
}

.enpp-live-header {
	margin: 0 auto 38px;
	text-align: center;
}

.enpp-live-title {
	color: #5c493e;
	font-size: 42px;
	font-weight: 800;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

.enpp-live-updated {
	color: #8a8581;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 28px;
}

.enpp-live-note {
	color: #9a4315;
	display: inline-flex;
	font-size: 15px;
	font-weight: 800;
	line-height: 1.4;
}

.enpp-live-note::before {
	content: "";
	background: #9a4315;
	border-radius: 999px;
	display: inline-block;
	height: 6px;
	margin: 8px 7px 0 0;
	width: 6px;
}

.enpp-price-groups {
	display: grid;
	gap: 28px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin: 0 auto;
	max-width: 980px;
}

.enpp-price-groups-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
	max-width: 560px;
}

.enpp-price-groups-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	max-width: 1220px;
}

.enpp-price-groups-4 {
	grid-template-columns: repeat(4, minmax(0, 1fr));
	max-width: 1220px;
}

.enpp-price-card {
	background: #ffffff;
	border-radius: 8px;
	box-shadow: 0 12px 32px rgba(17, 24, 39, 0.09);
	padding: 28px;
}

.enpp-price-card-wide {
	margin: 0 auto;
	max-width: 1180px;
}

.enpp-price-table-scroll {
	overflow-x: auto;
	width: 100%;
}

.enpp-price-card-title {
	color: #97420f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 34px;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.15;
	margin: 0 0 22px;
}

.enpp-price-table {
	border-collapse: collapse;
	font-size: 15px;
	line-height: 1.45;
	width: 100%;
}

.enpp-combined-table {
	min-width: 980px;
}

.enpp-price-table th,
.enpp-price-table td {
	border: 1px solid #eeeeee;
	padding: 18px 16px;
	text-align: left;
	vertical-align: middle;
}

.enpp-price-table th {
	background: #f6f6f6;
	color: #5c493e;
	font-weight: 800;
}

.enpp-price-table .enpp-brand-heading {
	background: #ffffff;
	color: #97420f;
	font-family: Georgia, "Times New Roman", serif;
	font-size: 30px;
	line-height: 1.2;
	padding: 8px 16px 20px;
	text-align: left;
}

.enpp-price-table td {
	color: #655b55;
	font-weight: 600;
}

.enpp-price-cell {
	min-width: 130px;
}

.enpp-price-cell del {
	color: #9b948f;
	display: block;
	font-size: 13px;
	font-weight: 500;
	margin-bottom: 3px;
}

.enpp-price-cell strong {
	color: #655b55;
	display: block;
	font-size: 15px;
	font-weight: 600;
}

.enpp-muted {
	color: #9b948f;
}

.enpp-empty-cell {
	background: #fdfdfd;
}

.enpp-empty {
	background: #f9fafb;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	color: #4b5563;
	margin: 24px 0;
	padding: 16px;
}

@media (max-width: 1100px) {
	.enpp-price-groups-3,
	.enpp-price-groups-4 {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-width: 980px;
	}
}

@media (max-width: 767px) {
	.enpp-live-price {
		padding: 56px 16px;
	}

	.enpp-live-title {
		font-size: 32px;
	}

	.enpp-live-updated {
		font-size: 14px;
		margin-bottom: 22px;
	}

	.enpp-price-groups,
	.enpp-price-groups-1,
	.enpp-price-groups-3,
	.enpp-price-groups-4 {
		grid-template-columns: repeat(1, minmax(0, 1fr));
		max-width: 560px;
	}

	.enpp-price-card {
		padding: 22px;
	}

	.enpp-price-card-title {
		font-size: 30px;
	}

	.enpp-price-table th,
	.enpp-price-table td {
		padding: 14px 12px;
	}

	.enpp-combined-table {
		min-width: 900px;
	}

	.enpp-price-table .enpp-brand-heading {
		font-size: 26px;
	}
}
