.hv-airbnb-embed__frame-wrap {
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
	border: 1px solid #e1e1e1;
	border-radius: 8px;
	background-color: #fff;
	aspect-ratio: 16 / 10;
}

.hv-airbnb-embed__frame {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.hv-airbnb-embed__fallback-link {
	display: inline-block;
	margin-top: 0.75rem;
	padding: 0.625rem 1rem;
	border: 1px solid #d90429;
	border-radius: 6px;
	color: #d90429;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: none;
}

.hv-airbnb-embed__fallback-link:hover,
.hv-airbnb-embed__fallback-link:focus-visible {
	background-color: #d90429;
	color: #fff;
}
