.restaurant-menu-buttons-module {
	box-sizing: border-box;
	display: grid;
	gap: 1rem;
	justify-items: center;
	padding: 0 0 var(--restaurant-menu-buttons-bottom-space, 0);
	text-align: center;
	width: 100%;
}

.restaurant-menu-buttons-module__intro {
	max-width: 48rem;
}

.restaurant-menu-buttons-module__intro > :first-child {
	margin-top: 0;
}

.restaurant-menu-buttons-module__intro > :last-child {
	margin-bottom: 0;
}

.restaurant-menu-buttons {
	align-items: center;
	display: flex;
	flex-direction: column;
	gap: .75rem;
	justify-content: center;
	text-align: center;
}

.restaurant-menu-buttons__button {
	box-sizing: border-box;
	max-width: 100%;
	min-width: min(18rem, 100%);
	white-space: nowrap;
}
