/**
 * Print: turn the menu page back into something close to the printed card.
 */

@page {
	margin: 14mm;
}

.topbar,
.site-header,
.site-footer,
.menu-nav,
.btn,
.btn-row,
.hero__rule,
.skip-link {
	display: none !important;
}

body {
	background: #fff;
	color: #000;
	font-size: 10.5pt;
	line-height: 1.35;
}

.wrap {
	max-width: none;
	padding: 0;
}

.menu-head {
	padding: 0 0 6mm;
	text-align: center;
	border-bottom: 0.4pt solid #788c6e;
	margin-bottom: 6mm;
}

.menu-head__title {
	font-size: 30pt;
	color: #7d131d;
	margin: 0;
}

.menu-columns {
	columns: 2;
	column-gap: 10mm;
}

.menu-block + .menu-block {
	break-before: page;
	margin-top: 0;
}

.menu-block__title {
	font-size: 22pt;
	color: #7d131d;
}

.menu-section {
	break-inside: avoid;
	margin-bottom: 6mm;
}

.menu-section__title {
	font-size: 15pt;
	color: #788c6e;
}

.menu-item {
	break-inside: avoid;
	padding-block: 1mm;
}

.menu-item + .menu-item {
	border-top: 0;
}

.menu-item__name,
.menu-item__price {
	color: #7d131d;
}

.menu-item__desc {
	color: #444;
	font-size: 9.5pt;
}

.deco-frame {
	border: 0.6pt solid #788c6e;
	outline: 0;
}

a {
	color: #000;
	text-decoration: none;
}

.menu-footnote {
	font-size: 7.5pt;
	color: #555;
}
