/* Filename-versioned interim FAQ layout. */
.lbfd-faq-interim {
	margin: 0 auto;
	max-width: 1040px;
	padding: clamp(42px, 7vw, 78px) 20px clamp(56px, 8vw, 96px);
}

.lbfd-faq-interim .lbfd-utility-hero {
	margin-bottom: 24px;
}

.lbfd-faq-interim__notice {
	align-items: center;
	background: #eef8fb;
	border: 1px solid #b9ddea;
	border-radius: 14px;
	display: flex;
	gap: 14px;
	margin: 0 auto 24px;
	max-width: 820px;
	padding: 16px 20px;
}

.lbfd-faq-interim__notice > span {
	align-items: center;
	background: #078db7;
	border-radius: 50%;
	color: #fff;
	display: flex;
	flex: 0 0 30px;
	font-size: 17px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
}

.lbfd-faq-interim__notice p {
	color: #345065;
	font-size: 15px;
	font-weight: 700;
	line-height: 1.45;
	margin: 0;
}

.lbfd-help-routes {
	display: grid;
	gap: 16px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.lbfd-help-route,
.lbfd-help-route:visited {
	align-items: center;
	background: #fff;
	border: 1px solid #d9e6ee;
	border-radius: 18px;
	box-shadow: 0 12px 28px rgba(7, 58, 88, .07);
	color: #172033;
	display: grid;
	gap: 16px;
	grid-template-columns: 48px minmax(0, 1fr) auto;
	min-height: 148px;
	padding: 24px;
	text-decoration: none;
	transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.lbfd-help-route:hover,
.lbfd-help-route:focus-visible {
	border-color: #078db7;
	box-shadow: 0 16px 38px rgba(7, 58, 88, .12);
	color: #172033;
	outline: none;
	transform: translateY(-2px);
}

.lbfd-help-route__icon {
	align-items: center;
	background: #eef8fb;
	border-radius: 50%;
	display: flex;
	height: 46px;
	justify-content: center;
	width: 46px;
}

.lbfd-help-route__icon svg {
	fill: #078db7;
	height: 24px;
	width: 24px;
}

.lbfd-help-route strong,
.lbfd-help-route small {
	display: block;
}

.lbfd-help-route strong {
	color: #073a58;
	font-size: 20px;
	font-weight: 800;
	line-height: 1.25;
}

.lbfd-help-route small {
	color: #5f7185;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 7px;
}

.lbfd-help-route__arrow {
	color: #078db7;
	font-size: 24px;
	font-weight: 800;
}

@media (max-width: 720px) {
	.lbfd-help-routes {
		grid-template-columns: 1fr;
	}

	.lbfd-help-route {
		min-height: 124px;
	}
}

@media (max-width: 480px) {
	.lbfd-faq-interim {
		padding-left: 18px;
		padding-right: 18px;
	}

	.lbfd-faq-interim__notice {
		align-items: flex-start;
	}

	.lbfd-help-route {
		grid-template-columns: 46px minmax(0, 1fr);
		padding: 20px;
	}

	.lbfd-help-route__arrow {
		display: none;
	}
}
