.vwo-church-map {
	width: 100%;
	max-width: 100%;
	overflow: hidden;
}

.vwo-church-map__frame {
	display: block;
	width: 100%;
	min-height: 180px;
	background: #f3f4f6;
}

.vwo-church-map__notice {
	padding: 16px;
	border: 1px solid #d8dee8;
	border-radius: 8px;
	background: #f8fafc;
	color: #334155;
	font-size: 15px;
	line-height: 1.5;
}

.vwo-church-map__details {
	color: inherit;
}

.vwo-church-map__name {
	margin: 0 0 6px;
	font-size: 1.25rem;
	line-height: 1.25;
}

.vwo-church-map__address,
.vwo-church-map__phone,
.vwo-church-map__note {
	margin: 0 0 8px;
}

.vwo-church-map__actions {
	margin-top: 14px;
}

.vwo-church-map__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 10px 16px;
	border-radius: 6px;
	background: #c91517;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.vwo-church-map__button:hover,
.vwo-church-map__button:focus {
	background: #a80f11;
	color: #fff;
	text-decoration: none;
}

.vwo-church-map__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}
