.brandnodig-untappd-menu {
	--bu-gap: 1.5rem;
	--bu-border: 1px solid rgba(0, 0, 0, 0.08);
	max-width: 52rem;
	margin: 0 auto 2rem;
	font-size: 1rem;
	line-height: 1.45;
}

.brandnodig-untappd-menu__menu-block + .brandnodig-untappd-menu__menu-block {
	margin-top: calc(var(--bu-gap) * 2);
	padding-top: calc(var(--bu-gap) * 1.5);
	border-top: var(--bu-border);
}

.brandnodig-untappd-menu__title {
	margin: 0 0 0.35em;
	font-size: 1.75rem;
}

.brandnodig-untappd-menu__intro {
	margin: 0;
	color: rgba(0, 0, 0, 0.65);
	width: 100%;
}

.brandnodig-untappd-menu__section {
	width: calc(25% - 24px);
	min-width: 280px;
	margin-right: 24px;
}

@media (max-width: 1200px) {
	.brandnodig-untappd-menu__section {
		width: calc(50% - 16px);
		min-width: 0;
		margin-right: 16px;
	}
}

@media (max-width: 768px) {
	.brandnodig-untappd-menu__section {
		width: 100%;
		margin-right: 0;
	}
}

.brandnodig-untappd-menu__section:last-child {
	border-bottom: none;
}

.brandnodig-untappd-menu__section--on-deck {
	opacity: 0.92;
}

.brandnodig-untappd-menu__section-title {
	margin: 0 0 0.25em;
	font-size: 1.25rem;
}

.brandnodig-untappd-menu__section-desc {
	margin: 0 0 0.75em;
	font-size: 0.95em;
	color: rgba(0, 0, 0, 0.6);
}

.brandnodig-untappd-menu__items {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.brandnodig-untappd-menu__item {
	display: flex;
	gap: 0.85rem;
	align-items: flex-start;
}

.brandnodig-untappd-menu__item-image {
	flex-shrink: 0;
	width: 72px;
	height: 72px;
	border-radius: 6px;
	overflow: hidden;
	background: rgba(0, 0, 0, 0.04);
}

.brandnodig-untappd-menu__item-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.brandnodig-untappd-menu__item-body {
	flex: 1;
	min-width: 0;
}

.brandnodig-untappd-menu__item-headline {
	display: flex;
	flex-wrap: wrap;
	align-items: baseline;
	justify-content: space-between;
	gap: 0.35rem 1rem;
}

.brandnodig-untappd-menu__item-name {
	font-weight: 600;
}

.brandnodig-untappd-menu__item-prices {
	font-size: 0.95em;
	white-space: nowrap;
	color: rgba(0, 0, 0, 0.75);
}

.brandnodig-untappd-menu__item-meta {
	margin: 0.2em 0 0;
	font-size: 0.9em;
	color: rgba(0, 0, 0, 0.55);
}

.brandnodig-untappd-menu__item-desc {
	margin: 0.35em 0 0;
	font-size: 0.92em;
	color: rgba(0, 0, 0, 0.72);
}

.brandnodig-untappd-menu__error {
	padding: 0.75em 1em;
	background: #fcf0f0;
	border-left: 4px solid #c00;
	color: #1a1a1a;
}
