.gastrovo-menu {
	width: 100%;
}

.gastrovo-menu__viewer {
	min-height: 400px;
	overflow: hidden;
	background: #f4f6fb;
	border: 1px solid #e5e7eb;
	border-radius: 14px;
}

.gastrovo-menu__viewer iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0;
}

.gastrovo-menu__mobile {
	display: none;
	text-align: center;
}

.gastrovo-menu__button {
	display: inline-block;
	padding: 13px 20px;
	border-radius: 10px;
	background: #2864dc;
	color: #fff !important;
	font-weight: 650;
	text-decoration: none !important;
}

.gastrovo-menu--empty {
	padding: 24px;
	border-radius: 12px;
	background: #f4f6fb;
	color: #667085;
	text-align: center;
}

@media (max-width: 700px) {
	.gastrovo-menu__viewer {
		display: none;
	}

	.gastrovo-menu__mobile {
		display: block;
	}
}
