/* Google Maps advertising service page. */
.mapsngon-ads-service > .mapsngon-ads-hero {
	max-width: 1320px;
}

.mapsngon-ads-hero {
	gap: 42px;
	grid-template-columns: minmax(500px, .95fr) minmax(0, 1.05fr);
}

.mapsngon-ads-hero .mapsngon-review-hero__visual {
	align-items: center;
	display: flex;
	justify-content: center;
}

.mapsngon-ads-hero .mapsngon-ads-figure {
	max-width: 720px;
	width: 100%;
}

.mapsngon-ads-hero .mapsngon-ads-figure img {
	height: auto;
	object-fit: contain;
	width: 100%;
}

.mapsngon-ads-service > .mapsngon-ads-benefits {
	--review-band: #f4f7ff;
}

.mapsngon-ads-service > .mapsngon-ads-formats,
.mapsngon-ads-service > .mapsngon-ads-process {
	--review-band: #f2fbf8;
}

.mapsngon-ads-benefits .mapsngon-review-standard figure,
.mapsngon-ads-formats .mapsngon-review-standard figure {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 0;
	display: flex;
	justify-content: center;
	min-height: 0;
	overflow: visible;
	padding: 0;
}

.mapsngon-ads-benefits .mapsngon-review-standard figure img,
.mapsngon-ads-formats .mapsngon-review-standard figure img {
	background: transparent;
	border: 0;
	box-shadow: none;
	height: auto;
	max-height: 560px;
	max-width: 100%;
	object-fit: contain;
	width: auto;
}

.mapsngon-ads-benefits .mapsngon-ads-figure--local_audience img,
.mapsngon-ads-benefits .mapsngon-ads-figure--cost img {
	width: 100%;
}

.mapsngon-ads-inclusions {
	margin: 0 0 28px;
}

.mapsngon-ads-inclusions > h3,
.mapsngon-ads-inclusions > p {
	text-align: center;
}

.mapsngon-ads-inclusions > p {
	margin-left: auto;
	margin-right: auto;
	max-width: 820px;
}

.mapsngon-ads-inclusions .mapsngon-review-alert-grid {
	margin-top: 24px;
}

.mapsngon-ads-inclusions .mapsngon-review-alert-grid article:last-child {
	grid-column: auto;
}

.mapsngon-ads-price-card + .mapsngon-ads-price-card {
	margin-top: 0;
}

.mapsngon-ads-price-card table {
	min-width: 940px;
}

.mapsngon-ads-price-card tbody th {
	background: #f5f8ff;
	color: var(--mn-ink);
	width: 22%;
}

.mapsngon-ads-price-card tbody td:nth-child(3) {
	background: #f3fbf8;
}

.mapsngon-review-service > .mapsngon-ads-lead {
	--review-band: #fff7ed;
}

.mapsngon-ads-lead {
	align-items: start;
	background: #fff7ed;
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr);
}

.mapsngon-ads-lead h2 {
	font-size: 34px;
}

.mapsngon-ads-lead__copy {
	padding-top: 24px;
}

.mapsngon-ads-direct-contact {
	background: #fff;
	border: 1px solid rgba(26, 92, 248, .13);
	border-radius: 8px;
	margin-top: 28px;
	padding: 24px;
}

.mapsngon-ads-direct-contact > strong {
	color: var(--mn-ink);
	display: block;
	font-size: 19px;
	line-height: 1.4;
	margin-bottom: 8px;
}

.mapsngon-ads-direct-contact .mapsngon-actions {
	margin-top: 18px;
}

.mapsngon-ads-direct-contact .mapsngon-button {
	font-size: 13px;
	padding: 12px 15px;
}

.mapsngon-ads-form {
	background: #fff;
	margin: 0;
	max-width: none;
}

.mapsngon-ads-form fieldset {
	border: 1px solid rgba(26, 92, 248, .15);
	border-radius: 8px;
	display: grid;
	gap: 10px;
	margin: 0 0 20px;
	padding: 18px;
}

.mapsngon-ads-form legend {
	color: var(--mn-ink);
	font-size: 14px;
	font-weight: 800;
	padding: 0 7px;
}

.mapsngon-ads-form fieldset label {
	align-items: flex-start;
	display: flex;
	font-weight: 650;
	gap: 10px;
	line-height: 1.45;
	margin-bottom: 0;
}

.mapsngon-ads-form input[type="radio"] {
	flex: 0 0 auto;
	height: 18px;
	margin: 3px 0 0;
	min-height: 18px;
	padding: 0;
	width: auto;
}

@media (max-width: 960px) {
	.mapsngon-ads-service > .mapsngon-ads-hero {
		max-width: 1200px;
	}

	.mapsngon-ads-hero {
		grid-template-columns: 1fr;
	}

	.mapsngon-ads-hero .mapsngon-ads-figure {
		max-width: 680px;
	}

	.mapsngon-ads-lead {
		grid-template-columns: 1fr;
	}

	.mapsngon-ads-lead__copy {
		padding-top: 0;
	}
}

@media (max-width: 760px) {
	.mapsngon-ads-benefits .mapsngon-review-standard figure img,
	.mapsngon-ads-formats .mapsngon-review-standard figure img {
		max-height: 520px;
	}

	.mapsngon-ads-lead {
		gap: 28px;
	}

	.mapsngon-ads-direct-contact .mapsngon-actions {
		align-items: stretch;
		flex-direction: column;
	}

	.mapsngon-ads-direct-contact .mapsngon-button {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.mapsngon-ads-lead h2 {
		font-size: 29px;
	}

	.mapsngon-ads-form fieldset {
		padding: 15px;
	}
}
