.vma-ad-unit {
	box-sizing: border-box;
	clear: both;
	display: block;
	margin: 1.75rem auto;
	max-width: 100%;
	min-width: 0;
	overflow: hidden;
	text-align: center;
	width: 100%;
}

.vma-ad-unit[data-vma-provider="direct"]:not([data-vma-ready="true"]),
.vma-ad-unit[data-vma-provider="affiliate"]:not([data-vma-ready="true"]),
.vma-ad-unit[data-vma-provider="campaign"]:not([data-vma-ready="true"]),
.vma-ad-unit[data-vma-provider="house"]:not([data-vma-ready="true"]) {
	display: none;
}

.vma-ad-label {
	color: #697386;
	font-family: inherit;
	font-size: 0.6875rem;
	font-weight: 600;
	letter-spacing: 0.04em;
	line-height: 1.4;
	margin: 0 0 0.375rem;
	text-align: center;
	text-transform: uppercase;
}

.vma-ad-unit > ins.adsbygoogle {
	box-sizing: border-box;
	max-width: 100%;
	min-width: 0;
	width: 100%;
}

.vma-affiliate-rotation,
.vma-affiliate-creative,
.vma-affiliate-creative picture {
	box-sizing: border-box;
	display: block;
	max-width: 100%;
	width: 100%;
}

.vma-affiliate-candidate[hidden] {
	display: none !important;
}

.vma-affiliate-creative {
	color: #1f3bd2;
	text-decoration: none;
}

.vma-affiliate-image {
	border: 0;
	box-shadow: none !important;
	display: block;
	filter: none !important;
	height: auto;
	margin: 0 auto;
	max-width: 100%;
	object-fit: contain;
}

/* Product/theme image styles must not add presentation effects to ad units. */
.vma-ad-unit,
.vma-affiliate-rotation,
.vma-affiliate-creative,
.vma-affiliate-creative picture,
.vma-house-promo,
.vma-ad-unit > ins.adsbygoogle {
	box-shadow: none !important;
	filter: none !important;
}

.vma-affiliate-merchant {
	color: #59657a;
	display: block;
	font-family: inherit;
	font-size: 0.75rem;
	font-weight: 600;
	line-height: 1.4;
	margin-top: 0.4rem;
}

/* The contextual Archive placement remains one ad unit. Two independently
 * attributed products share its width while longer bounded lists can scroll. */
.vma-matched-part-carousel {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
	width: 100%;
}

.vma-matched-part-carousel.has-overflow {
	padding-inline: 28px;
}

.vma-matched-part-controls {
	inset: 0;
	margin: 0;
	pointer-events: none;
	position: absolute;
	z-index: 2;
}

.vma-matched-part-arrow {
	align-items: center;
	background: #fff;
	border: 1px solid #cbd3e7;
	border-radius: 999px;
	box-sizing: border-box;
	color: #1f3bd2;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 1.05rem;
	font-weight: 700;
	height: 44px;
	justify-content: center;
	line-height: 1;
	min-width: 44px;
	padding: 0;
	pointer-events: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 44px;
}

.vma-matched-part-arrow--previous {
	left: 0;
}

.vma-matched-part-arrow--next {
	right: 0;
}

.vma-matched-part-arrow:hover,
.vma-matched-part-arrow:focus-visible {
	background: #f4f6ff;
	border-color: #9eabe4;
}

.vma-matched-part-arrow:focus-visible {
	outline: 3px solid rgba( 50, 72, 229, 0.22 );
	outline-offset: 2px;
}

.vma-matched-part-row {
	box-sizing: border-box;
	display: flex;
	gap: 12px;
	margin: 0;
	max-width: 100%;
	overflow-x: auto;
	overflow-y: hidden;
	overscroll-behavior-inline: contain;
	-ms-overflow-style: none;
	-webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
	scrollbar-width: none;
	scroll-snap-type: inline mandatory;
	text-align: left;
	width: 100%;
}

.vma-matched-part-row::-webkit-scrollbar {
	display: none;
	height: 0;
	width: 0;
}

.vma-matched-part-row.is-single {
	justify-content: center;
	overflow-x: visible;
}

.vma-matched-part-card {
	box-sizing: border-box;
	display: flex;
	flex: 0 0 calc((100% - 12px) / 2);
	min-width: 0;
	scroll-snap-align: start;
}

.vma-matched-part-row.is-single .vma-matched-part-card {
	flex-basis: min(100%, 760px);
}

.vma-matched-part-card > .vma-catalog-deal {
	height: 100%;
	margin: 0;
	max-width: none;
}

/* Catalog deals are generated from product data, not uploaded banner artwork. */
.vma-catalog-deal {
	align-items: stretch;
	background: #fff;
	border: 1px solid #d8deee;
	border-radius: 12px;
	box-sizing: border-box;
	color: #172033;
	display: grid;
	grid-template-columns: minmax(150px, 190px) minmax(0, 1fr);
	margin: 0 auto;
	max-width: 760px;
	min-height: 154px;
	overflow: hidden;
	text-align: left;
	text-decoration: none;
	width: 100%;
}

.vma-catalog-deal:hover,
.vma-catalog-deal:focus-visible {
	border-color: #9eabe4;
	color: #172033;
}

.vma-catalog-deal:focus-visible {
	outline: 3px solid rgba( 50, 72, 229, 0.22 );
	outline-offset: 2px;
}

.vma-catalog-deal__media,
.vma-catalog-deal__content,
.vma-catalog-deal__eyebrow,
.vma-catalog-deal__pricing {
	box-sizing: border-box;
	display: flex;
}

.vma-catalog-deal__media {
	align-items: center;
	background: #fff;
	justify-content: center;
	min-width: 0;
	padding: 14px;
}

.vma-catalog-deal__image {
	border: 0;
	box-shadow: none !important;
	display: block;
	filter: none !important;
	height: 126px;
	margin: 0;
	max-width: 100%;
	object-fit: contain;
	width: 100%;
}

.vma-catalog-deal__content {
	flex-direction: column;
	justify-content: center;
	min-width: 0;
	padding: 14px 16px 13px;
}

.vma-catalog-deal__eyebrow {
	align-items: center;
	color: #63708a;
	font-size: 0.6875rem;
	font-weight: 700;
	gap: 0.35rem;
	letter-spacing: 0.045em;
	line-height: 1.3;
	margin-bottom: 0.35rem;
	text-transform: uppercase;
}

.vma-catalog-deal__class::after {
	content: "\00b7";
	margin-left: 0.35rem;
}

.vma-catalog-deal__title {
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	font-size: 0.975rem;
	line-height: 1.35;
	margin: 0;
	overflow: hidden;
}

.vma-catalog-deal__pricing {
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0.38rem 0.55rem;
	margin-top: 0.55rem;
}

.vma-catalog-deal__price {
	font-size: 1.15rem;
	line-height: 1.2;
}

.vma-catalog-deal__was {
	color: #788298;
	font-size: 0.8rem;
}

.vma-catalog-deal__discount {
	background: #eaf8ef;
	border-radius: 999px;
	color: #176438;
	font-size: 0.7rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.3rem 0.48rem;
}

.vma-catalog-deal__cta {
	color: #1f3bd2;
	font-size: 0.82rem;
	font-weight: 700;
	margin-top: 0.55rem;
}

.vma-catalog-deal__note {
	color: #737e94;
	font-size: 0.68rem;
	line-height: 1.35;
	margin-top: 0.22rem;
}

/* Optional broad-sale exit. It sits outside the product anchor so the card
 * retains valid link semantics and the two destinations remain unambiguous. */
.vma-catalog-deal-shell {
	box-sizing: border-box;
	display: block;
	margin: 0 auto;
	max-width: 760px;
	width: 100%;
}

.vma-catalog-deal-shell > .vma-catalog-deal {
	margin: 0;
}

.vma-catalog-deal__all-deals {
	align-items: center;
	background: transparent;
	border: 0;
	box-shadow: none !important;
	color: #1f3bd2;
	display: flex;
	font-size: 0.76rem;
	font-weight: 700;
	justify-content: flex-end;
	line-height: 1.35;
	margin: 0;
	min-height: 34px;
	padding: 0 0.35rem;
	text-align: right;
	text-decoration: underline;
	text-underline-offset: 0.16em;
}

.vma-catalog-deal__all-deals:hover,
.vma-catalog-deal__all-deals:focus-visible {
	color: #142aa6;
}

.vma-catalog-deal__all-deals:focus-visible {
	outline: 3px solid rgba( 50, 72, 229, 0.22 );
	outline-offset: 2px;
}

/* A true desktop rail receives the compact 300x250 treatment. */
.vma-ad-unit--rail[data-vma-source="guides"] .vma-catalog-deal,
.vma-ad-unit--rail[data-vma-source="browse"] .vma-catalog-deal {
	grid-template-columns: minmax(0, 1fr);
	max-width: 300px;
	min-height: 250px;
}

.vma-ad-unit--rail[data-vma-source="guides"] .vma-catalog-deal-shell,
.vma-ad-unit--rail[data-vma-source="browse"] .vma-catalog-deal-shell {
	max-width: 300px;
}

.vma-ad-unit--rail[data-vma-source="guides"] .vma-catalog-deal__media,
.vma-ad-unit--rail[data-vma-source="browse"] .vma-catalog-deal__media {
	height: 116px;
	padding: 10px 14px 2px;
}

.vma-ad-unit--rail[data-vma-source="guides"] .vma-catalog-deal__image,
.vma-ad-unit--rail[data-vma-source="browse"] .vma-catalog-deal__image {
	height: 104px;
}

.vma-ad-unit--rail[data-vma-source="guides"] .vma-catalog-deal__content,
.vma-ad-unit--rail[data-vma-source="browse"] .vma-catalog-deal__content {
	justify-content: flex-start;
	padding: 10px 14px 12px;
}

.vma-house-promo {
	align-items: center;
	background: #f8f9ff;
	border: 1px solid #d7dcf2;
	border-left: 4px solid #3248e5;
	border-radius: 10px;
	box-sizing: border-box;
	color: #172033;
	display: flex;
	gap: 1.25rem;
	justify-content: space-between;
	margin: 0 auto;
	max-width: 980px;
	padding: 1rem 1.15rem;
	text-align: left;
	text-decoration: none;
}

.vma-house-promo span,
.vma-house-promo strong,
.vma-house-promo small {
	display: block;
}

.vma-house-promo strong {
	font-size: 1rem;
	line-height: 1.35;
}

.vma-house-promo small {
	color: #59657a;
	font-size: 0.875rem;
	line-height: 1.45;
	margin-top: 0.2rem;
}

.vma-house-promo b {
	color: #1f3bd2;
	font-size: 0.875rem;
	white-space: nowrap;
}

.vma-ad-unit--top,
.vma-ad-unit--bottom {
	min-height: 100px;
}

.vma-ad-unit--rail {
	min-height: 250px;
}

/* Archive uses the shared rail ID for one in-flow responsive middle unit. */
.vma-ad-unit--rail[data-vma-source="archive"] {
	min-height: 100px;
}

/*
 * A successfully activated desktop rail travels with its navigation. The menu
 * receives the flexible row and its own scrollbar, so a long TOC cannot push
 * the 300px creative below the viewport or shrink it into a leaderboard sliver.
 * Short desktop viewports deliberately fall back to normal document flow.
 */
@media (min-width: 901px) and (min-height: 700px) {
	.vpg-guide-sidebar.vma-active-rail-owner,
	.vpb-entry-sidebar.vma-active-rail-owner,
	.vpg-guide-sidebar[data-vma-active-rail="true"],
	.vpb-entry-sidebar[data-vma-active-rail="true"] {
		align-self: start !important;
		display: grid !important;
		gap: 14px !important;
		grid-template-rows: minmax(0, 1fr) auto !important;
		max-height: calc(100vh - 128px) !important;
		overflow: visible !important;
		position: sticky !important;
		top: 108px !important;
	}

	.vpg-guide-sidebar.vma-active-rail-owner .vpg-toc,
	.vpb-entry-sidebar.vma-active-rail-owner .vpb-entry-toc,
	.vpg-guide-sidebar[data-vma-active-rail="true"] .vpg-toc,
	.vpb-entry-sidebar[data-vma-active-rail="true"] .vpb-entry-toc {
		max-height: none !important;
		min-height: 0 !important;
		overflow-x: hidden !important;
		overflow-y: auto !important;
		overscroll-behavior: contain !important;
		position: static !important;
		scrollbar-gutter: stable !important;
		top: auto !important;
	}

	.vpg-guide-sidebar.vma-active-rail-owner .vpg-ad-rail,
	.vpb-entry-sidebar.vma-active-rail-owner .vpb-ad-entry-rail,
	.vpg-guide-sidebar[data-vma-active-rail="true"] .vpg-ad-rail,
	.vpb-entry-sidebar[data-vma-active-rail="true"] .vpb-ad-entry-rail,
	.vpg-guide-sidebar.vma-active-rail-owner .vma-ad-unit--rail,
	.vpb-entry-sidebar.vma-active-rail-owner .vma-ad-unit--rail {
		margin: 0 auto !important;
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

@media (max-width: 900px), (max-height: 699px) {
	.vpg-guide-sidebar.vma-active-rail-owner,
	.vpb-entry-sidebar.vma-active-rail-owner,
	.vpg-guide-sidebar[data-vma-active-rail="true"],
	.vpb-entry-sidebar[data-vma-active-rail="true"],
	.vpg-guide-sidebar.vma-active-rail-owner .vpg-toc,
	.vpb-entry-sidebar.vma-active-rail-owner .vpb-entry-toc,
	.vpg-guide-sidebar[data-vma-active-rail="true"] .vpg-toc,
	.vpb-entry-sidebar[data-vma-active-rail="true"] .vpb-entry-toc {
		max-height: none !important;
		overflow: visible !important;
		position: static !important;
		top: auto !important;
	}
}

/* Browse collapses at 900px, Archive at 782px and Guides at 760px. */
@media (max-width: 900px) {
	.vma-mobile-in-content {
		box-sizing: border-box !important;
		clear: both !important;
		display: block !important;
		float: none !important;
		margin: 1.75rem 0 !important;
		max-width: none !important;
		position: static !important;
		width: 100% !important;
	}

	.vma-ad-unit--rail {
		min-height: 100px;
		width: 100%;
	}

	.vma-house-promo {
		align-items: flex-start;
		flex-direction: column;
		gap: 0.65rem;
	}

	.vma-catalog-deal {
		grid-template-columns: minmax(0, 1fr);
		max-width: 320px;
		min-height: 250px;
	}

	.vma-catalog-deal-shell {
		max-width: 320px;
	}

	.vma-catalog-deal__all-deals {
		min-height: 44px;
	}

	.vma-catalog-deal__media {
		height: 120px;
		padding: 10px 14px 2px;
	}

	.vma-catalog-deal__image {
		height: 108px;
	}

	.vma-catalog-deal__content {
		justify-content: flex-start;
		padding: 10px 14px 12px;
	}

	.vma-matched-part-carousel.has-overflow {
		padding-inline: 0;
	}

	.vma-matched-part-controls {
		display: none;
	}

	.vma-matched-part-card {
		flex: 0 0 min(86vw, 320px);
	}

	.vma-matched-part-row.is-single {
		justify-content: center;
		overflow-x: visible;
	}

	.vma-matched-part-row.is-single .vma-matched-part-card {
		flex-basis: min(100%, 320px);
	}

}

@media (prefers-reduced-motion: reduce) {
	.vma-ad-unit,
	.vma-ad-unit * {
		scroll-behavior: auto !important;
		transition: none !important;
	}
}

/* Public media-partnership page. Scoped to avoid changing product templates. */
body.vma-advertise-page,
body.vma-advertise-page #page,
body.vma-advertise-page #content,
body.vma-advertise-page .site-content,
body.vma-advertise-page #content > .ast-container,
body.vma-advertise-page #content .site-main,
body.vma-advertise-page #content article.page,
body.vma-advertise-page #content .ast-article-single,
body.vma-advertise-page #content .entry-content {
	background: #f8f7ff !important;
}

body.vma-advertise-page #secondary,
body.vma-advertise-page .widget-area.secondary,
body.vma-advertise-page .ast-breadcrumbs-wrapper,
body.vma-advertise-page .main-header-bar.ast-header-breadcrumb,
body.vma-advertise-page #content article.page > .entry-header,
body.vma-advertise-page #content article.page .entry-title {
	display: none !important;
}

body.vma-advertise-page #primary,
body.vma-advertise-page .content-area,
body.vma-advertise-page #content .site-main {
	border: 0 !important;
	float: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.vma-advertise-page #content > .ast-container {
	display: block !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.vma-advertise-page #content article.page,
body.vma-advertise-page #content .ast-article-single {
	border: 0 !important;
	box-shadow: none !important;
	margin: 0 !important;
	max-width: none !important;
	padding: 0 !important;
	width: 100% !important;
}

body.vma-advertise-page #content .entry-content {
	margin: 0 !important;
	max-width: none !important;
	overflow: visible !important;
	padding: 0 !important;
	width: 100% !important;
}

.vma-advertise {
	--vma-ink: #172033;
	--vma-muted: #59657a;
	--vma-blue: #263fe0;
	--vma-line: #dce1f1;
	--vma-soft: #f6f7ff;
	box-sizing: border-box;
	color: var(--vma-ink);
	font-family: inherit;
	margin: 0 auto;
	max-width: 1280px;
	padding: 42px 22px 68px;
}

.vma-advertise *,
.vma-advertise *::before,
.vma-advertise *::after {
	box-sizing: border-box;
}

.vma-advertise-breadcrumbs {
	align-items: center;
	color: #7b8290;
	display: flex;
	font-size: .86rem;
	gap: 7px;
	margin: 0 0 24px;
}

.vma-advertise-breadcrumbs a {
	color: #263fc8;
	text-decoration: none;
}

.vma-advertise-hero {
	background: linear-gradient(135deg, #f8f8ff 0%, #f2f4fd 100%);
	border: 1px solid #d8deee;
	border-radius: 16px;
	box-shadow: 0 12px 32px rgba(29, 42, 84, .045);
	color: var(--vma-ink);
	margin: 0 0 30px;
	padding: 28px 30px;
	position: relative;
}

.vma-advertise-hero::after {
	content: none;
}

.vma-advertise-eyebrow {
	color: #3048d8;
	font-size: .78rem;
	font-weight: 750;
	letter-spacing: .11em;
	line-height: 1.35;
	margin: 0 0 .75rem;
	text-transform: uppercase;
}

.vma-advertise-hero .vma-advertise-eyebrow {
	color: var(--vma-blue);
}

.vma-advertise-hero h1 {
	color: var(--vma-ink) !important;
	font-size: clamp(2rem, 4vw, 3.35rem) !important;
	font-weight: 650 !important;
	letter-spacing: -.025em !important;
	line-height: 1.07 !important;
	margin: .1em 0 .22em !important;
	max-width: 960px;
}

.vma-advertise-lead {
	color: var(--vma-muted);
	font-size: 1.04rem;
	line-height: 1.58;
	margin: 13px 0 0;
	max-width: 900px;
}

.vma-advertise-actions {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem 1.25rem;
	margin-top: 2rem;
}

.vma-advertise-actions span {
	color: var(--vma-muted);
	font-size: .88rem;
}

.vma-advertise-cta {
	background: var(--vma-blue);
	border: 1px solid var(--vma-blue);
	border-radius: 8px;
	color: #fff !important;
	display: inline-flex;
	font-size: .94rem;
	font-weight: 750;
	justify-content: center;
	line-height: 1.2;
	padding: .9rem 1.15rem;
	text-decoration: none !important;
}

.vma-advertise-proof {
	background: transparent;
	display: grid;
	gap: 13px;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	margin: 0 0 30px;
	max-width: 100%;
	position: relative;
	z-index: 2;
}

.vma-advertise-proof span {
	background: #fff;
	border: 1px solid #d8deea;
	border-radius: 12px;
	color: var(--vma-muted);
	font-size: .82rem;
	line-height: 1.45;
	min-height: 108px;
	padding: 21px;
}

.vma-advertise-proof span + span {
	border-left: 1px solid #d8deea;
}

.vma-advertise-proof strong {
	color: var(--vma-ink);
	display: block;
	font-size: .9rem;
}

.vma-advertise-section {
	padding: clamp(3rem, 7vw, 5.5rem) 0 0;
}

.vma-advertise-section > h3,
.vma-advertise-process > h3 {
	color: var(--vma-ink) !important;
	font-size: clamp(1.8rem, 3.4vw, 2.7rem) !important;
	font-weight: 650 !important;
	letter-spacing: -.035em !important;
	line-height: 1.1 !important;
	margin: 0 0 1.75rem !important;
	max-width: 760px;
}

.vma-advertise-grid,
.vma-advertise-price-grid {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.vma-advertise-details {
	border-bottom: 1px solid var(--vma-line);
	border-top: 1px solid var(--vma-line);
	display: grid;
	gap: clamp(2rem, 5vw, 5rem);
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: clamp(3rem, 7vw, 5.5rem);
	padding: 2.5rem 0;
}

.vma-advertise-details h3 {
	color: var(--vma-ink) !important;
	font-size: clamp(1.25rem, 2vw, 1.65rem) !important;
	letter-spacing: -.025em !important;
	line-height: 1.2 !important;
	margin: 0 0 .65rem !important;
}

.vma-advertise-grid article,
.vma-advertise-price-grid article {
	background: #fff;
	border: 1px solid var(--vma-line);
	border-radius: 12px;
	padding: 1.5rem;
}

.vma-advertise-grid article > span {
	color: #8a95b2;
	font-size: .75rem;
	font-weight: 750;
	letter-spacing: .1em;
}

.vma-advertise h4 {
	color: var(--vma-ink);
	font-size: 1.08rem;
	line-height: 1.35;
	margin: .65rem 0 .5rem;
}

.vma-advertise article p,
.vma-advertise-details p {
	color: var(--vma-muted);
	line-height: 1.6;
	margin: 0;
}

.vma-advertise-pricing {
	margin-top: clamp(3rem, 7vw, 5.5rem);
	padding: clamp(2rem, 5vw, 4rem);
	background: var(--vma-soft);
	border: 1px solid var(--vma-line);
	border-radius: 18px;
}

.vma-advertise-pricing.vma-advertise-section {
	padding-top: clamp(2rem, 5vw, 4rem);
}

.vma-advertise-price-grid article {
	position: relative;
}

.vma-advertise-price-grid .vma-advertise-featured {
	border: 2px solid var(--vma-blue);
	padding: calc(1.5rem - 1px);
}

.vma-advertise-badge {
	color: var(--vma-blue) !important;
	font-size: .72rem !important;
	font-weight: 750;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.vma-advertise-price {
	align-items: baseline;
	display: flex;
	gap: .6rem;
	margin: .2rem 0 .9rem !important;
}

.vma-advertise-price strong {
	color: var(--vma-ink);
	font-size: 2.25rem;
	letter-spacing: -.04em;
}

.vma-advertise-price span {
	color: var(--vma-muted);
	font-size: .86rem;
}

.vma-advertise ul {
	color: var(--vma-muted);
	font-size: .9rem;
	line-height: 1.55;
	margin: 1rem 0 0;
	padding-left: 1.15rem;
}

.vma-advertise li + li {
	margin-top: .45rem;
}

.vma-advertise-note {
	color: var(--vma-muted);
	font-size: .8rem;
	line-height: 1.55;
	margin: 1.25rem 0 0;
}

.vma-advertise-process ol {
	counter-reset: vma-process;
	display: grid;
	gap: 0;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	list-style: none;
	margin: 0;
	padding: 0;
}

.vma-advertise-process li {
	border-top: 2px solid var(--vma-blue);
	color: var(--vma-ink);
	padding: 1rem 1.25rem 0 0;
}

.vma-advertise-process li + li {
	margin: 0;
}

.vma-advertise-process strong,
.vma-advertise-process span {
	display: block;
}

.vma-advertise-process strong {
	font-size: 1rem;
}

.vma-advertise-process span {
	color: var(--vma-muted);
	font-size: .88rem;
	line-height: 1.55;
	margin-top: .35rem;
}

.vma-advertise-boundary,
.vma-advertise-final {
	align-items: center;
	display: grid;
	gap: 2rem;
	grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
	margin-top: clamp(3rem, 7vw, 5.5rem);
}

.vma-advertise-boundary {
	border-bottom: 1px solid var(--vma-line);
	border-top: 1px solid var(--vma-line);
	padding: 2.25rem 0;
}

.vma-advertise-boundary h3,
.vma-advertise-final h3 {
	color: var(--vma-ink) !important;
	font-size: clamp(1.45rem, 2.7vw, 2.15rem) !important;
	letter-spacing: -.03em !important;
	line-height: 1.15 !important;
	margin: 0 !important;
}

.vma-advertise-boundary > p,
.vma-advertise-final p {
	color: var(--vma-muted);
	line-height: 1.65;
	margin: 0;
}

.vma-advertise-final {
	background: transparent;
	border-bottom: 1px solid var(--vma-line);
	border-top: 1px solid var(--vma-line);
	color: var(--vma-ink);
	grid-template-columns: 1fr auto;
	padding: clamp(1.5rem, 4vw, 2.6rem) 0;
}

.vma-advertise-final h3 {
	color: var(--vma-ink) !important;
}

.vma-advertise-final p {
	color: var(--vma-muted);
	margin-top: .45rem;
}

@media (max-width: 800px) {
	body.vma-advertise-page,
	body.vma-advertise-page #page,
	body.vma-advertise-page #content,
	body.vma-advertise-page .site-content,
	body.vma-advertise-page #content > .ast-container,
	body.vma-advertise-page #content .site-main,
	body.vma-advertise-page #content article.page,
	body.vma-advertise-page #content .ast-article-single,
	body.vma-advertise-page #content .entry-content {
		max-width: 100% !important;
		overflow-x: hidden !important;
		width: 100% !important;
	}
	.vma-advertise {
		max-width: 100%;
		min-width: 0;
		overflow-wrap: anywhere;
		padding: 34px 15px 54px;
		width: 100%;
	}
	.vma-advertise > *,
	.vma-advertise-proof > *,
	.vma-advertise-grid > *,
	.vma-advertise-price-grid > *,
	.vma-advertise-details > *,
	.vma-advertise-boundary > *,
	.vma-advertise-final > * {
		min-width: 0;
	}
	.vma-advertise-hero {
		border-radius: 14px;
		margin-bottom: 24px;
		padding: 22px 19px;
		width: 100%;
	}
	.vma-advertise-hero h1 {
		font-size: clamp(2rem, 9.5vw, 2.75rem) !important;
		max-width: 100%;
		overflow-wrap: break-word;
		word-break: normal;
	}
	.vma-advertise-lead {
		font-size: 1rem;
		line-height: 1.55;
	}
	.vma-advertise-actions {
		align-items: flex-start;
		flex-direction: column;
		gap: .85rem;
		margin-top: 1.5rem;
	}
	.vma-advertise-actions span {
		line-height: 1.45;
	}
	.vma-advertise-proof,
	.vma-advertise-grid,
	.vma-advertise-price-grid,
	.vma-advertise-details,
	.vma-advertise-process ol,
	.vma-advertise-boundary,
	.vma-advertise-final {
		grid-template-columns: minmax(0, 1fr);
	}
	.vma-advertise-proof,
	.vma-advertise-grid,
	.vma-advertise-price-grid {
		gap: 12px;
	}
	.vma-advertise-proof span + span {
		border-left: 1px solid #d8deea;
	}
	.vma-advertise-proof span {
		min-height: 0;
	}
	.vma-advertise-process li {
		padding: 1rem 0;
	}
	.vma-advertise-section {
		padding-top: 2.75rem;
	}
	.vma-advertise-section > h3,
	.vma-advertise-process > h3 {
		font-size: clamp(1.65rem, 8.5vw, 2.2rem) !important;
		margin-bottom: 1.25rem !important;
	}
	.vma-advertise-details {
		gap: 2rem;
		margin-top: 2.75rem;
		padding: 2rem 0;
	}
	.vma-advertise-grid article,
	.vma-advertise-price-grid article {
		padding: 1.25rem;
	}
	.vma-advertise-pricing {
		border-radius: 14px;
		margin-top: 2.75rem;
		padding: 1.35rem;
	}
	.vma-advertise-pricing.vma-advertise-section {
		padding-top: 1.35rem;
	}
	.vma-advertise-price-grid .vma-advertise-featured {
		padding: calc(1.25rem - 1px);
	}
	.vma-advertise-boundary,
	.vma-advertise-final {
		align-items: start;
		gap: 1.25rem;
		margin-top: 2.75rem;
	}
	.vma-advertise-final .vma-advertise-cta {
		justify-self: start;
	}
}

@media (max-width: 480px) {
	.vma-advertise {
		padding: 26px 14px 44px;
	}
	.vma-advertise-breadcrumbs {
		margin-bottom: 18px;
	}
	.vma-advertise-hero {
		border-radius: 12px;
		padding: 20px 16px;
	}
	.vma-advertise-hero h1 {
		font-size: clamp(1.9rem, 10vw, 2.35rem) !important;
	}
	.vma-advertise-cta {
		width: 100%;
	}
	.vma-advertise-proof span {
		padding: 18px;
	}
	.vma-advertise-pricing {
		padding: 1.1rem;
	}
	.vma-advertise-price strong {
		font-size: 2rem;
	}
}
