.stodola-structured-menu {
	max-width: min(100%, 1080px);
	margin: 0 auto;
	color: inherit;
	font-family: inherit;
}

.stodola-structured-menu,
.stodola-structured-menu * {
	box-sizing: border-box;
}

.stodola-structured-menu-title {
	margin: 0 0 2rem;
	text-align: center;
	font-size: clamp(1.9rem, 4vw, 3rem);
	font-weight: 650;
	line-height: 1.12;
	color: inherit;
}

.stodola-structured-menu-section {
	margin: 0 0 3rem;
	padding: 0;
}

.stodola-structured-menu-section:last-child {
	margin-bottom: 0;
}

.stodola-structured-menu-section-title {
	margin: 0;
	text-align: center;
	font-size: clamp(1.45rem, 3vw, 2.1rem);
	font-weight: 650;
	line-height: 1.18;
	color: inherit;
}

.stodola-structured-menu-section-title::after {
	content: "";
	display: block;
	width: 4.5rem;
	height: 1px;
	margin: 0.7rem auto 0;
	background: currentColor;
	opacity: 0.28;
}

.stodola-structured-menu-section-description {
	max-width: 42rem;
	margin: 0.85rem auto 0;
	text-align: center;
	font-size: 0.98rem;
	line-height: 1.65;
	opacity: 0.78;
}

.stodola-structured-menu-items {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	column-gap: clamp(1.5rem, 4vw, 3rem);
	row-gap: 1.25rem;
	margin-top: 1.7rem;
}

.stodola-structured-menu-item {
	min-width: 0;
}

.stodola-structured-menu-item-header {
	display: flex;
	align-items: baseline;
	gap: 0.65rem;
	min-width: 0;
}

.stodola-structured-menu-item-title {
	min-width: 0;
	margin: 0;
	font-size: 1.08rem;
	font-weight: 620;
	line-height: 1.35;
	color: inherit;
	overflow-wrap: anywhere;
}

.stodola-structured-menu-item-dots {
	flex: 1 1 auto;
	min-width: 1.5rem;
	border-bottom: 1px dotted currentColor;
	opacity: 0.42;
	transform: translateY(-0.25em);
}

.stodola-structured-menu-item-price {
	flex: 0 0 auto;
	flex-shrink: 0;
	white-space: nowrap;
	font-size: 1.05rem;
	font-weight: 650;
	line-height: 1.35;
	color: inherit;
}

.stodola-structured-menu-item-description {
	max-width: 42rem;
	margin: 0.35rem 0 0;
	font-size: 0.94rem;
	line-height: 1.58;
	opacity: 0.74;
}

.stodola-structured-menu-section--compact {
	margin-bottom: 2.1rem;
}

.stodola-structured-menu-section--compact .stodola-structured-menu-items {
	column-gap: clamp(1.25rem, 3vw, 2.2rem);
	row-gap: 0.85rem;
	margin-top: 1.25rem;
}

.stodola-structured-menu-section--compact .stodola-structured-menu-section-title {
	font-size: clamp(1.25rem, 2.5vw, 1.7rem);
}

.stodola-structured-menu-section--compact .stodola-structured-menu-item-title,
.stodola-structured-menu-section--compact .stodola-structured-menu-item-price {
	font-size: 0.98rem;
}

.stodola-structured-menu-section--compact .stodola-structured-menu-item-description,
.stodola-structured-menu-section--compact .stodola-structured-menu-section-description {
	font-size: 0.88rem;
}

.stodola-structured-menu-section--highlight-title .stodola-structured-menu-section-title-text {
	display: inline;
	padding: 0.15em 0.35em;
	border-radius: 4px;
	background: #f5efe3;
	-webkit-box-decoration-break: clone;
	box-decoration-break: clone;
}

.stodola-structured-menu-section--highlight-items .stodola-structured-menu-item-header {
	padding: 0.18em 0.35em;
	border-radius: 4px;
	background: #f5efe3;
}

.stodola-structured-menu-section--featured {
	margin-bottom: 3.6rem;
	padding-block: 0.7rem;
}

.stodola-structured-menu-section--featured .stodola-structured-menu-section-title {
	font-size: clamp(1.7rem, 3.4vw, 2.45rem);
}

.stodola-structured-menu-section--featured .stodola-structured-menu-items {
	column-gap: clamp(1.75rem, 4vw, 3.5rem);
	row-gap: 1.45rem;
	margin-top: 2rem;
}

.stodola-structured-menu-section--featured .stodola-structured-menu-item-title {
	font-size: 1.18rem;
}

.stodola-structured-menu-section--featured .stodola-structured-menu-item-price {
	font-size: 1.12rem;
}

.stodola-structured-menu-notice {
	margin: 1rem 0;
	padding: 0.8rem 1rem;
	border: 1px solid rgba(120, 92, 58, 0.25);
	border-radius: 6px;
	background: rgba(120, 92, 58, 0.06);
}

@media (max-width: 700px) {
	.stodola-structured-menu {
		width: 100%;
		max-width: 100%;
		padding-right: 16px;
		padding-left: 16px;
		box-sizing: border-box;
	}

	.stodola-structured-menu-title {
		margin-bottom: 1.5rem;
	}

	.stodola-structured-menu-section {
		margin-bottom: 2.25rem;
	}

	.stodola-structured-menu-items {
		grid-template-columns: 1fr;
		gap: 1.1rem;
	}

	.stodola-structured-menu-item-header {
		gap: 0.5rem;
	}

	.stodola-structured-menu-item-dots {
		min-width: 0.5rem;
	}

	.stodola-structured-menu-item-title {
		font-size: 1rem;
	}

	.stodola-structured-menu-item-price {
		font-size: 1rem;
	}
}

@media (max-width: 420px) {
	.stodola-structured-menu-item-header {
		align-items: flex-start;
	}

	.stodola-structured-menu-item-dots {
		display: none;
	}

	.stodola-structured-menu-item-title {
		flex: 1 1 auto;
	}
}
