.eat-page {
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	min-width: 0;
}

.eat-page-body {
	max-width: 960px;
	margin: 0 auto;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 0.95rem;
	padding-bottom: 0.5rem;
}

.eat-notice {
	display: flex;
	align-items: flex-start;
	gap: 0.75rem;
	width: 100%;
	max-width: 100%;
	margin: 0;
	padding: 0.85rem 1rem;
	border-radius: 1.1rem;
	border: 1px solid rgba(251, 146, 60, 0.28);
	background: linear-gradient(135deg, rgba(255, 247, 237, 0.95), rgba(255, 255, 255, 0.92));
	box-shadow: 0 8px 22px rgba(249, 115, 22, 0.08);
}

.eat-notice-icon {
	flex: 0 0 auto;
	font-size: 1.15rem;
	line-height: 1.45;
	color: #ea580c;
	margin-top: 0.05rem;
}

.eat-notice-body {
	min-width: 0;
}

.eat-notice-text {
	font-size: 0.82rem;
	line-height: 1.65;
	color: #64748b;
}

.eat-notice-text strong {
	color: #9a3412;
	font-weight: 700;
}

.eat-wheel-wrap {
	position: relative;
	width: min(94vw, 480px);
	margin: 0 auto 0.75rem;
	aspect-ratio: 1;
}

.eat-wheel-pointer {
	position: absolute;
	top: -0.15rem;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 0;
	border-left: 14px solid transparent;
	border-right: 14px solid transparent;
	border-top: 28px solid #ff6b6b;
	filter: drop-shadow(0 4px 8px rgba(255, 107, 107, 0.35));
	z-index: 5;
}

.eat-wheel-ring {
	position: absolute;
	inset: 0;
	border-radius: 50%;
	padding: 10px;
	background: linear-gradient(145deg, #fff7ed, #ffe8cc);
	box-shadow:
		0 18px 40px rgba(249, 115, 22, 0.18),
		inset 0 0 0 1px rgba(255, 255, 255, 0.65);
}

.eat-wheel-svg {
	position: absolute;
	inset: 10px;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	border-radius: 50%;
	transform-origin: center center;
	transition: transform 4s cubic-bezier(0.12, 0.75, 0.1, 1);
	will-change: transform;
}

.eat-wheel-svg.is-spinning {
	transition: transform 4.2s cubic-bezier(0.08, 0.82, 0.12, 1);
}

.eat-wheel-center {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 26%;
	aspect-ratio: 1;
	border: 0;
	border-radius: 50%;
	background: radial-gradient(circle at 35% 30%, #fff 0%, #ffe4c7 45%, #fb923c 100%);
	box-shadow:
		0 8px 20px rgba(234, 88, 12, 0.35),
		inset 0 2px 6px rgba(255, 255, 255, 0.85);
	color: #9a3412;
	cursor: pointer;
	z-index: 6;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.05rem;
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.eat-wheel-center:hover:not(:disabled) {
	transform: translate(-50%, -50%) scale(1.04);
	box-shadow:
		0 10px 24px rgba(234, 88, 12, 0.42),
		inset 0 2px 6px rgba(255, 255, 255, 0.85);
}

.eat-wheel-center:active:not(:disabled) {
	transform: translate(-50%, -50%) scale(0.97);
}

.eat-wheel-center:disabled {
	opacity: 0.72;
	cursor: not-allowed;
}

.eat-wheel-center-main {
	font-size: clamp(0.95rem, 3vw, 1.15rem);
	font-weight: 800;
	line-height: 1;
}

.eat-wheel-center-sub {
	font-size: 0.62rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	opacity: 0.75;
}

.eat-hint {
	font-size: 0.86rem;
	margin-bottom: 0.35rem;
}

.eat-empty {
	max-width: 520px;
	margin: 0 auto 1.5rem;
	border-radius: 1rem;
}

.eat-empty-icon {
	font-size: 2.5rem;
	color: #94a3b8;
	display: block;
	margin-bottom: 0.75rem;
}

.eat-legend {
	border-radius: 1rem;
	border: 1px solid #e7edf8 !important;
	background: #fff;
}

.eat-legend-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.75rem;
	margin-bottom: 0.75rem;
}

.eat-section-title {
	font-size: 0.92rem;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	color: #64748b;
}

.eat-legend-count {
	font-size: 0.78rem;
	color: #94a3b8;
	white-space: nowrap;
}

.eat-legend-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(10.5rem, 1fr));
	gap: 0.45rem 0.65rem;
	max-height: min(52vh, 420px);
	overflow-y: auto;
	padding-right: 0.15rem;
	scrollbar-width: thin;
}

.eat-legend-item {
	display: flex;
	align-items: center;
	gap: 0.45rem;
	min-width: 0;
	padding: 0.28rem 0.35rem;
	border-radius: 0.55rem;
	transition: background-color 0.16s ease, box-shadow 0.16s ease;
}

.eat-legend-item.is-active {
	background: #fff7ed;
	box-shadow: inset 0 0 0 1px rgba(251, 146, 60, 0.45);
}

.eat-legend-num {
	flex: 0 0 auto;
	min-width: 1.55rem;
	height: 1.55rem;
	padding: 0 0.25rem;
	border-radius: 999px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--legend-color, #64748b);
	color: #fff;
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1;
	box-shadow: 0 2px 6px color-mix(in srgb, var(--legend-color, #64748b) 35%, transparent);
}

.eat-legend-name {
	flex: 1 1 auto;
	min-width: 0;
	font-size: 0.82rem;
	font-weight: 600;
	color: #334155;
	line-height: 1.25;
	word-break: break-word;
}

.eat-result-backdrop {
	position: fixed;
	inset: 0;
	z-index: 1050;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	background: rgba(15, 23, 42, 0.55);
	backdrop-filter: blur(4px);
	animation: eat-fade-in 0.25s ease;
	overscroll-behavior: contain;
}

body.eat-modal-open {
	position: fixed;
	width: 100%;
	overflow: hidden;
}

.eat-result-backdrop[hidden] {
	display: none !important;
}

.eat-result-modal {
	position: relative;
	width: min(92vw, 360px);
	border-radius: 1.25rem;
	padding: 1.6rem 1.4rem 1.3rem;
	text-align: center;
	background: linear-gradient(160deg, #fff7ed 0%, #ffffff 55%, #fff1f2 100%);
	box-shadow: 0 24px 60px rgba(15, 23, 42, 0.28);
	animation: eat-pop-in 0.45s cubic-bezier(0.18, 0.85, 0.25, 1.1);
	overflow: hidden;
}

.eat-result-close-btn {
	position: absolute;
	top: 0.65rem;
	right: 0.65rem;
	z-index: 2;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 2rem;
	height: 2rem;
	padding: 0;
	border: 0;
	border-radius: 999px;
	background: rgba(15, 23, 42, 0.06);
	color: #64748b;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, transform 0.15s ease;
}

.eat-result-close-btn:hover {
	background: rgba(15, 23, 42, 0.1);
	color: #334155;
}

.eat-result-close-btn:active {
	transform: scale(0.94);
}

.eat-radius-picker {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.55rem;
	flex-wrap: wrap;
	margin: 0 0 1rem;
}

.eat-radius-picker.is-disabled {
	opacity: 0.65;
	pointer-events: none;
}

.eat-radius-label {
	font-size: 0.74rem;
	color: #94a3b8;
	white-space: nowrap;
}

.eat-radius-options {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	padding: 0.2rem;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.14);
}

.eat-radius-option {
	border: 0;
	border-radius: 999px;
	padding: 0.28rem 0.72rem;
	font-size: 0.74rem;
	font-weight: 700;
	color: #64748b;
	background: transparent;
	cursor: pointer;
	transition: background-color 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
}

.eat-radius-option.is-active {
	color: #9a3412;
	background: #fff;
	box-shadow: 0 2px 8px rgba(234, 88, 12, 0.12);
}

.eat-radius-option:disabled {
	cursor: not-allowed;
}

.eat-result-kicker {
	margin: 0;
	font-size: 0.88rem;
	color: #64748b;
}

.eat-result-index {
	margin: 0.15rem 0 0;
	font-size: 0.82rem;
	font-weight: 800;
	letter-spacing: 0.08em;
}

.eat-result-title {
	margin: 0.35rem 0 0.5rem;
	font-size: clamp(1.8rem, 6vw, 2.4rem);
	font-weight: 800;
	color: #ea580c;
	line-height: 1.15;
}

.eat-result-note {
	margin: 0 0 0.45rem;
	font-size: 0.84rem;
	color: #64748b;
}

.eat-result-location {
	margin: 0 0 1rem;
	font-size: 0.78rem;
	color: #94a3b8;
	line-height: 1.45;
}

.eat-result-location-tag {
	color: #cbd5e1;
	font-size: 0.72rem;
}

.eat-result-actions {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1.12fr);
	gap: 0.65rem;
	width: 100%;
}

.eat-action-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.42rem;
	min-width: 0;
	min-height: 2.75rem;
	padding: 0.58rem 1rem;
	border: 0;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 0.01em;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent;
	transition:
		transform 0.2s cubic-bezier(0.22, 1, 0.36, 1),
		box-shadow 0.2s ease,
		background 0.2s ease,
		color 0.2s ease,
		opacity 0.2s ease;
}

.eat-action-btn:focus-visible {
	outline: 2px solid rgba(234, 88, 12, 0.45);
	outline-offset: 2px;
}

.eat-action-btn:active:not(:disabled) {
	transform: translateY(0) scale(0.98);
}

.eat-action-btn:disabled {
	opacity: 0.62;
	cursor: not-allowed;
}

.eat-action-btn-icon {
	flex: 0 0 auto;
	font-size: 0.95rem;
	line-height: 1;
}

.eat-action-btn-secondary {
	color: #64748b;
	background: rgba(255, 255, 255, 0.72);
	box-shadow:
		inset 0 0 0 1px rgba(148, 163, 184, 0.32),
		0 4px 14px rgba(15, 23, 42, 0.04);
}

.eat-action-btn-secondary:hover:not(:disabled) {
	color: #475569;
	background: rgba(255, 255, 255, 0.95);
	transform: translateY(-1px);
	box-shadow:
		inset 0 0 0 1px rgba(148, 163, 184, 0.38),
		0 8px 20px rgba(15, 23, 42, 0.08);
}

.eat-action-btn-secondary .eat-action-btn-icon {
	color: #94a3b8;
	transition: transform 0.35s ease, color 0.2s ease;
}

.eat-action-btn-secondary:hover:not(:disabled) .eat-action-btn-icon {
	color: #64748b;
	transform: rotate(-28deg);
}

.eat-result-actions .btn-shiny.eat-ai-btn {
	width: 100%;
	min-height: 2.75rem;
	border-radius: 999px;
	font-size: 0.86rem;
	font-weight: 700;
}

.eat-ai-btn {
	position: relative;
}

.eat-ai-btn .eat-ai-btn-icon,
.eat-ai-btn .eat-ai-btn-text,
.eat-ai-btn .eat-ai-btn-spinner {
	position: relative;
	z-index: 1;
}

.eat-ai-btn-spinner {
	display: none;
	flex: 0 0 auto;
	width: 0.95rem;
	height: 0.95rem;
	border: 0.14em solid rgba(255, 255, 255, 0.35);
	border-right-color: #fff;
	border-radius: 50%;
	animation: eat-btn-spin 0.65s linear infinite;
}

.eat-ai-btn.is-loading .eat-ai-btn-spinner {
	display: inline-block;
}

.eat-ai-btn.is-loading .eat-ai-btn-icon {
	display: none;
}

.eat-ai-btn.is-loading {
	pointer-events: none;
	opacity: 0.92;
}

@keyframes eat-btn-spin {
	to { transform: rotate(360deg); }
}

.eat-ai-panel {
	margin-top: 1rem;
	padding-top: 0.85rem;
	border-top: 1px solid rgba(148, 163, 184, 0.35);
	text-align: left;
	animation: eat-ai-slide-in 0.28s ease;
}

.eat-ai-panel[hidden] {
	display: none !important;
}

.eat-ai-panel-head {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 0.5rem;
	margin-bottom: 0.55rem;
	font-size: 0.82rem;
	font-weight: 700;
	color: #475569;
}

.eat-ai-panel-meta {
	font-size: 0.72rem;
	font-weight: 500;
	white-space: nowrap;
}

.eat-ai-panel-body {
	max-height: min(42vh, 320px);
	overflow-y: auto;
	overscroll-behavior: contain;
	scrollbar-width: thin;
}

.eat-ai-loading {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 0.65rem;
	padding: 1rem 0.5rem 0.75rem;
	text-align: center;
}

.eat-ai-loading-spinner {
	width: 1.75rem;
	height: 1.75rem;
}

.eat-ai-loading-text {
	margin: 0;
	font-size: 0.8rem;
	color: #64748b;
	line-height: 1.45;
}

.eat-ai-content {
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.65;
	color: #334155;
	white-space: pre-wrap;
	word-break: break-word;
}

.eat-ai-place-list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: column;
	gap: 0.55rem;
}

.eat-ai-place-item {
	padding: 0.65rem 0.7rem;
	border-radius: 0.7rem;
	background: rgba(255, 255, 255, 0.72);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.28);
}

.eat-ai-place-title-row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.45rem;
}

.eat-ai-place-name {
	font-size: 0.88rem;
	font-weight: 700;
	color: #0f172a;
	line-height: 1.35;
}

.eat-ai-place-map {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 1.65rem;
	height: 1.65rem;
	border-radius: 999px;
	color: #2563eb;
	background: rgba(37, 99, 235, 0.08);
	text-decoration: none;
}

.eat-ai-place-map:hover {
	background: rgba(37, 99, 235, 0.14);
	color: #1d4ed8;
}

.eat-ai-place-meta {
	margin: 0.2rem 0 0;
	font-size: 0.74rem;
	color: #64748b;
	line-height: 1.35;
}

.eat-ai-place-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 0.35rem;
	margin-top: 0.35rem;
}

.eat-ai-chip {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.16rem 0.48rem;
	border-radius: 999px;
	font-size: 0.72rem;
	font-weight: 700;
	line-height: 1.2;
}

.eat-ai-chip-distance {
	color: #1d4ed8;
	background: rgba(37, 99, 235, 0.1);
}

.eat-ai-chip-rating {
	color: #b45309;
	background: rgba(245, 158, 11, 0.14);
}

.eat-ai-chip-cost {
	color: #047857;
	background: rgba(16, 185, 129, 0.12);
}

.eat-ai-place-details {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	margin-top: 0.45rem;
}

.eat-ai-place-detail {
	display: flex;
	align-items: flex-start;
	gap: 0.35rem;
	font-size: 0.74rem;
	color: #64748b;
	line-height: 1.45;
	text-align: left;
}

.eat-ai-place-detail i {
	flex: 0 0 auto;
	margin-top: 0.12rem;
	color: #94a3b8;
}

.eat-ai-place-detail-tel {
	flex-wrap: wrap;
	gap: 0.35rem;
}

.eat-ai-place-tel {
	display: inline-flex;
	align-items: center;
	gap: 0.28rem;
	padding: 0.22rem 0.55rem;
	border-radius: 999px;
	background: rgba(37, 99, 235, 0.08);
	color: #2563eb;
	font-weight: 600;
	text-decoration: none;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.eat-ai-place-tel:hover {
	background: rgba(37, 99, 235, 0.14);
	color: #1d4ed8;
}

.eat-ai-place-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 0.3rem;
}

.eat-ai-tag {
	display: inline-flex;
	align-items: center;
	padding: 0.14rem 0.45rem;
	border-radius: 999px;
	background: rgba(148, 163, 184, 0.16);
	color: #475569;
	font-size: 0.7rem;
	font-weight: 600;
	line-height: 1.2;
}

.eat-ai-place-address {
	margin: 0.28rem 0 0;
	font-size: 0.8rem;
	color: #334155;
	line-height: 1.45;
	text-align: left;
}

.eat-ai-place-extra {
	display: flex;
	flex-direction: column;
	gap: 0.18rem;
	margin-top: 0.35rem;
}

.eat-ai-place-extra-item {
	display: block;
	font-size: 0.74rem;
	color: #64748b;
	line-height: 1.4;
	text-align: left;
}

.eat-ai-error {
	padding: 0.65rem 0.75rem;
	border-radius: 0.65rem;
	background: #fef2f2;
	color: #b91c1c;
	font-size: 0.82rem;
	line-height: 1.45;
}

.eat-result-modal.has-ai-result {
	width: min(92vw, 440px);
	max-height: min(88vh, 680px);
	display: flex;
	flex-direction: column;
	overflow: hidden;
	overscroll-behavior: contain;
	text-align: center;
}

.eat-result-modal.has-ai-result .eat-ai-panel {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.eat-result-modal.has-ai-result .eat-ai-panel-body {
	flex: 1 1 auto;
	min-height: 0;
	max-height: none;
	overflow-y: auto;
	overflow-x: hidden;
}

@keyframes eat-ai-slide-in {
	from {
		opacity: 0;
		transform: translateY(6px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.eat-result-confetti {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background-image:
		radial-gradient(circle at 20% 20%, rgba(251, 146, 60, 0.35) 0 8px, transparent 9px),
		radial-gradient(circle at 80% 25%, rgba(244, 63, 94, 0.28) 0 6px, transparent 7px),
		radial-gradient(circle at 60% 80%, rgba(250, 204, 21, 0.35) 0 7px, transparent 8px),
		radial-gradient(circle at 15% 75%, rgba(96, 165, 250, 0.28) 0 5px, transparent 6px);
	opacity: 0.85;
}

@keyframes eat-fade-in {
	from { opacity: 0; }
	to { opacity: 1; }
}

@keyframes eat-pop-in {
	from {
		opacity: 0;
		transform: scale(0.82) translateY(12px);
	}
	to {
		opacity: 1;
		transform: scale(1) translateY(0);
	}
}

[data-bs-theme="dark"] .eat-hint,
[data-bs-theme="dark"] .eat-notice-text,
[data-bs-theme="dark"] .eat-section-title,
[data-bs-theme="dark"] .eat-legend-count,
[data-bs-theme="dark"] .eat-result-kicker,
[data-bs-theme="dark"] .eat-result-note,
[data-bs-theme="dark"] .eat-result-location,
[data-bs-theme="dark"] .eat-ai-panel-head,
[data-bs-theme="dark"] .eat-ai-loading-text {
	color: #94a3b8;
}

[data-bs-theme="dark"] .eat-legend {
	background: #1e293b;
	border-color: #334155 !important;
}

[data-bs-theme="dark"] .eat-legend-name {
	color: #e2e8f0;
}

[data-bs-theme="dark"] .eat-legend-item.is-active {
	background: rgba(251, 146, 60, 0.12);
}

[data-bs-theme="dark"] .eat-empty {
	background: #1e293b;
}

[data-bs-theme="dark"] .eat-notice {
	background: linear-gradient(135deg, rgba(234, 88, 12, 0.12), rgba(15, 23, 42, 0.72));
	border-color: rgba(251, 146, 60, 0.22);
	box-shadow: none;
}

[data-bs-theme="dark"] .eat-notice-icon {
	color: #fdba74;
}

[data-bs-theme="dark"] .eat-notice-text strong {
	color: #fdba74;
}

[data-bs-theme="dark"] .eat-result-modal {
	background: linear-gradient(160deg, #1e293b 0%, #0f172a 55%, #1f2937 100%);
}

[data-bs-theme="dark"] .eat-ai-panel {
	border-top-color: rgba(148, 163, 184, 0.25);
}

[data-bs-theme="dark"] .eat-ai-content {
	color: #e2e8f0;
}

[data-bs-theme="dark"] .eat-ai-place-item {
	background: rgba(15, 23, 42, 0.55);
	box-shadow: inset 0 0 0 1px rgba(148, 163, 184, 0.18);
}

[data-bs-theme="dark"] .eat-ai-place-name {
	color: #f8fafc;
}

[data-bs-theme="dark"] .eat-ai-place-address {
	color: #e2e8f0;
}

[data-bs-theme="dark"] .eat-result-close-btn {
	background: rgba(148, 163, 184, 0.12);
	color: #cbd5e1;
}

[data-bs-theme="dark"] .eat-result-close-btn:hover {
	background: rgba(148, 163, 184, 0.2);
	color: #f8fafc;
}

[data-bs-theme="dark"] .eat-radius-options {
	background: rgba(148, 163, 184, 0.12);
}

[data-bs-theme="dark"] .eat-radius-option.is-active {
	color: #fdba74;
	background: rgba(15, 23, 42, 0.85);
}

[data-bs-theme="dark"] .eat-ai-place-tel {
	background: rgba(37, 99, 235, 0.16);
	color: #93c5fd;
}

[data-bs-theme="dark"] .eat-ai-tag {
	background: rgba(148, 163, 184, 0.14);
	color: #cbd5e1;
}

[data-bs-theme="dark"] .eat-action-btn-secondary {
	color: #cbd5e1;
	background: rgba(15, 23, 42, 0.55);
	box-shadow:
		inset 0 0 0 1px rgba(148, 163, 184, 0.22),
		0 4px 14px rgba(0, 0, 0, 0.12);
}

[data-bs-theme="dark"] .eat-action-btn-secondary:hover:not(:disabled) {
	color: #f8fafc;
	background: rgba(15, 23, 42, 0.78);
	box-shadow:
		inset 0 0 0 1px rgba(148, 163, 184, 0.32),
		0 8px 20px rgba(0, 0, 0, 0.18);
}

[data-bs-theme="dark"] .eat-action-btn-secondary .eat-action-btn-icon {
	color: #94a3b8;
}

[data-bs-theme="dark"] .eat-action-btn-secondary:hover:not(:disabled) .eat-action-btn-icon {
	color: #e2e8f0;
}

[data-bs-theme="dark"] .eat-ai-error {
	background: rgba(239, 68, 68, 0.12);
	color: #fca5a5;
}

@media (max-width: 575.98px) {
	.eat-result-actions {
		grid-template-columns: 1fr;
	}

	.eat-legend-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		max-height: 46vh;
	}
}
