.elf-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.65);
	z-index: 99999;
	align-items: center;
	justify-content: center;
	padding: 20px;
}

.elf-popup {
	background: #fff;
	max-width: 420px;
	width: 100%;
	border-radius: 10px;
	padding: 32px 28px;
	text-align: center;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
	position: relative;
}

.elf-popup-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	color: #999;
	cursor: pointer;
	padding: 4px;
}

.elf-popup-close:hover {
	color: #333;
}

.elf-popup-title {
	margin: 0 0 8px;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}

.elf-popup-text {
	margin: 0 0 20px;
	color: #555;
	font-size: 14px;
	line-height: 1.5;
}

.elf-popup-options {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.elf-location-btn {
	background: #c0272d; /* adjust to match Epic Sandwiches red */
	color: #fff;
	border: none;
	padding: 12px 20px;
	border-radius: 6px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	cursor: pointer;
	font-size: 14px;
}

.elf-location-btn:hover {
	background: #9e1f24;
}

.elf-location-btn-active {
	background: #6f151a;
	box-shadow: inset 0 0 0 2px #f2c94c;
}

.elf-switcher select {
	padding: 8px 12px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-size: 14px;
	background: #fff;
}

.elf-location-banner {
	background: #f7f0d8;
	border: 1px solid #e6d9a8;
	color: #5b4a1c;
	padding: 10px 16px;
	border-radius: 6px;
	margin-bottom: 20px;
	font-size: 14px;
}

.elf-thankyou-location {
	margin-top: 12px;
}
