.epv-reserves-layout {
	margin: 0;
	background: #f4efe7;
	color: #25322a;
}

.epv-reserves-layout p {
	max-width: 62ch;
}

.epv-reserves-card {
	padding: clamp(20px, 3vw, 30px);
	background: #ffffff;
	box-shadow: 0 20px 44px rgba(35, 48, 39, 0.1);
}

.epv-reserves-widget {
	width: 100%;
}

.epv-reserves-widget__frame {
	display: block;
	width: 100%;
	min-height: 620px;
	background: #fff;
}

.epv-reserves-note {
	margin-top: 24px;
	padding-top: 20px;
	border-top: 1px solid rgba(37, 50, 42, 0.12);
	font-size: 15px;
	line-height: 1.7;
	color: #4e5d53;
}

.epv-reserves-note a {
	color: #6b836f;
	font-weight: 700;
}

@media (max-width: 781px) {
	.epv-reserves-card {
		padding: 18px;
	}

	.epv-reserves-widget__frame {
		min-height: 700px;
	}
}
