
.fpv3-top-banner {
	background: #dcf2d0;
	width: 100%;
	padding: 12px 64px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.fpv3-top-banner__inner {
	display: flex;
	align-items: center;
	gap: 8px;
	flex-wrap: wrap;
	justify-content: center;
}

.fpv3-top-banner__text {
	font-family: inherit;
	font-size: var(--gsf-static-md-fs, 16px);
	line-height: var(--gsf-static-md-lh, 24px);
	letter-spacing: var(--gsf-static-md-ls, .12px);
	color: #262626;
	white-space: nowrap;
	margin: 0;
}

.fpv3-top-banner__text strong {
	font-weight: 600;
}

.fpv3-top-banner__link {
	display: inline-flex;
	align-items: center;
	gap: 2px;
	font-size: var(--gsf-static-md-fs, 16px);
	line-height: var(--gsf-static-md-lh, 24px);
	letter-spacing: var(--gsf-static-md-ls, .12px);
	font-weight: 500;
	color: #006746;
	white-space: nowrap;
}

.fpv3-top-banner__link-text {
	text-decoration: underline;
	text-decoration-color: transparent;
	text-underline-offset: 4px;
	transition: text-decoration-color .2s ease;
}

.fpv3-top-banner__link:hover .fpv3-top-banner__link-text, .fpv3-top-banner__link:focus-visible .fpv3-top-banner__link-text {
	text-decoration-color: #006746;
}

/* Overrides the site-wide a:active { color: #ccc } (css/style.css) — pressing this
   link shouldn't gray the text out, it should look the same as normal/hover. */
.fpv3-top-banner__link:active {
	color: #006746;
}

.fpv3-top-banner__link-arrow {
	display: inline-flex;
	flex-shrink: 0;
	transition: transform .2s ease;
}

.fpv3-top-banner__link:hover .fpv3-top-banner__link-arrow, .fpv3-top-banner__link:focus-visible .fpv3-top-banner__link-arrow {
	transform: translateX(2px);
}

@media (max-width: 768px) {
	.fpv3-top-banner {
		padding: 12px 16px;
	}
	
	.fpv3-top-banner__text {
		white-space: normal;
		text-align: center;
	}
}
