/* Closing block of the promotions archive: centred copy in the theme's faces
 * (Montserrat for the emphasis, the body face for the paragraph) with the
 * Facebook line as the call to action. Square corners and uppercase, like the
 * theme's own buttons. */
.plaza-outro {
	max-width: 900px;
	margin: 0 auto;
	padding: 8px 20px 4px;
	text-align: center;
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.plaza-outro__lead {
	margin: 0;
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: clamp(1.05rem, 2.2vw, 1.375rem);
	line-height: 1.35;
	color: #111;
	text-wrap: balance;
}
.plaza-outro__text {
	margin: 0;
	font-size: 1rem;
	line-height: 1.75;
	color: #555;
}
.plaza-outro__text--strong {
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	color: #111;
}
.plaza-outro__cta {
	align-self: center;
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 14px 26px;
	border: 2px solid #111;
	background: #111;
	color: #fff;
	font-family: Montserrat, Helvetica, Arial, Lucida, sans-serif;
	font-weight: 700;
	font-size: .95rem;
	letter-spacing: .02em;
	text-transform: uppercase;
	text-decoration: none;
	transition: background .2s ease, color .2s ease;
}
.plaza-outro__icon {
	/* Inline SVG: no icon font and no external request */
	flex: 0 0 auto;
	display: block;
}
.plaza-outro__cta:hover,
.plaza-outro__cta:focus-visible {
	background: #fff;
	color: #111;
}

.plaza-outro__cta:focus-visible {
	outline: 2px solid #111;
	outline-offset: 3px;
}

@media (max-width: 600px) {
	.plaza-outro { gap: 14px; padding-inline: 16px; }
	.plaza-outro__cta { padding: 13px 18px; font-size: .875rem; }
}
