.fnf-checkout-location {
	margin: 16px 0 24px;
	padding: 14px 16px;
	background: #f7f8fa;
	border: 1px solid #e2e4e8;
	border-radius: 8px;
}

.fnf-checkout-location .button {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	min-height: 44px;
	padding: 0 18px;
}

.fnf-checkout-location-status {
	margin: 8px 0 0;
	font-size: 13px;
	color: #555;
}

.fnf-checkout-location-map {
	margin-top: 12px;
	width: 100%;
	height: 220px;
	border-radius: 6px;
	overflow: hidden;
}

@media (max-width: 480px) {
	.fnf-checkout-location .button {
		width: 100%;
		justify-content: center;
	}
}
