.mpp-print-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 42px;
	min-height: 56px;
	text-decoration: none;
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
	line-height: 1;
	border-radius: 5px;
	cursor: pointer;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
	box-sizing: border-box;
	letter-spacing: 0.04em;
	text-align: center;
	white-space: nowrap;
	appearance: none;
	-webkit-appearance: none;
	background-image: none;
	box-shadow: none;
	outline: none;
	vertical-align: middle;
}

.mpp-print-button:not(.mpp-floor-plan-button) {
	background-color: #ecac1b;
	border: 1px solid #ecac1b;
	color: #ffffff;
}

.mpp-print-button:not(.mpp-floor-plan-button):hover,
.mpp-print-button:not(.mpp-floor-plan-button):focus {
	color: #ffffff;
	background-color: #d9990f;
	border-color: #d9990f;
	box-shadow: none;
}

.mpp-print-button--pl {
	max-width: none;
}

.mpp-floor-plan-button {
	white-space: normal;
	line-height: 1.05;
	max-width: 148px;
	padding-left: 24px;
	padding-right: 24px;
}

@media (max-width: 767px) {
	.mpp-print-button {
		display: flex;
		width: 100%;
	}

	.mpp-print-button--pl {
		max-width: none;
	}

	.mpp-floor-plan-button {
		max-width: none;
	}
}

body.mpp-preview {
	margin: 0;
	background: #eee;
	color: #1c1f24;
	font-family: "Times New Roman", Times, serif;
}

.mpp-toolbar {
	position: sticky;
	top: 0;
	z-index: 10;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 14px;
}

.mpp-toolbar__btn {
	background: #ecac1b;
	border: 1px solid #ecac1b;
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	padding: 8px 12px;
	cursor: pointer;
}

.mpp-page {
	background: #fff;
	width: 210mm;
	min-height: 297mm;
	margin: 14px auto;
	padding: 9mm 10mm 10mm;
	box-sizing: border-box;
}

.mpp-headline {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 12px;
	margin-bottom: 12px;
}

.mpp-headline__center {
	text-align: center;
	flex: 1;
}

.mpp-topline {
	display: flex;
	justify-content: space-between;
	color: #a9b0ba;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.mpp-title {
	font-size: 56px;
	line-height: 1.08;
	margin: 0 0 4px;
	font-weight: 400;
}

.mpp-price {
	font-size: 30px;
	margin-bottom: 12px;
}

.mpp-main-grid {
	display: grid;
	grid-template-columns: 1fr 1.55fr;
	gap: 18px;
	align-items: start;
	margin-bottom: 20px;
}

.mpp-main-grid__image img {
	width: 100%;
	height: auto;
	display: block;
}

.mpp-image-placeholder {
	background: #f1f1f1;
	min-height: 220px;
}

.mpp-section-title {
	margin: 14px 0 10px;
	font-size: 24px;
	font-weight: 400;
	border-bottom: 2px solid #cfd5dd;
	padding-bottom: 8px;
}

.mpp-kv-table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}

.mpp-kv-table th,
.mpp-kv-table td {
	border-bottom: 1px solid #cfd5dd;
	padding: 6px 2px;
	font-size: 16px;
	font-weight: 400;
	vertical-align: top;
}

.mpp-kv-table th {
	text-align: left;
	width: 48%;
}

.mpp-kv-table td {
	text-align: right;
}

.mpp-feature-group h3 {
	margin: 12px 0 6px;
	font-size: 20px;
	font-weight: 400;
	color: #505963;
}

.mpp-feature-group ul {
	margin: 0 0 8px 0;
	padding: 0;
	list-style: none;
}

.mpp-feature-group li {
	font-size: 16px;
	line-height: 1.3;
	margin: 0 0 3px;
}

.mpp-footer-url {
	font-size: 11px;
	margin-top: 18px;
}

@media print {
	@page {
		size: A4;
		margin: 0;
	}

	body.mpp-preview {
		background: #fff;
	}

	.screen-only {
		display: none !important;
	}

	.mpp-page {
		margin: 0;
		width: 210mm;
		min-height: 297mm;
		page-break-after: always;
	}

	.mpp-page:last-child {
		page-break-after: auto;
	}
}
