.ew-location-live-preview {
	margin-bottom: 2rem;
}

.ew-location-live-preview__notice {
	margin: 0 0 1.25rem;
	padding: 0.9rem 1rem;
	border-left: 4px solid #2271b1;
	background: #f0f6fc;
	font-size: 0.95rem;
}

.ew-location-live-preview__plans {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 1rem;
	max-width: 760px;
	margin: 0 0 1rem;
}

.ew-location-live-preview__plan {
	position: relative;
	display: flex;
	align-items: center;
	gap: 0.75rem;
	min-height: 112px;
	padding: 1.1rem 1.25rem;
	border: 2px solid rgba(0, 0, 0, 0.14);
	border-radius: 16px;
	background: #fff;
	cursor: pointer;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.ew-location-live-preview__plan:hover,
.ew-location-live-preview__plan.is-selected {
	border-color: #19ca4e;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
	transform: translateY(-1px);
}

.ew-location-live-preview__plan input {
	width: 20px;
	height: 20px;
	margin: 0;
	flex: 0 0 auto;
	accent-color: #19ca4e;
}

.ew-location-live-preview__plan-copy {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.ew-location-live-preview__plan-copy strong {
	font-size: 1.2rem;
}

.ew-location-live-preview__plan-copy small {
	font-size: 0.95rem;
	line-height: 1.35;
}

.ew-location-live-preview__saving {
	position: absolute;
	top: -11px;
	right: 14px;
	padding: 0.3rem 0.65rem;
	border-radius: 999px;
	background: #19ca4e;
	color: #fff;
	font-size: 0.78rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ew-location-live-preview__explanation {
	max-width: 760px;
	margin: 0 0 1.5rem;
}

.ew-location-live-preview__admin-locations {
	margin-top: 2rem;
	padding: 1.25rem;
	border: 2px dashed #2271b1;
	border-radius: 16px;
	background: #f7fbff;
}

.ew-location-live-preview__admin-locations h2 {
	margin-top: 0;
}

.ew-location-plan-link--test {
	outline: 2px solid #2271b1;
	outline-offset: 2px;
}

.ew-location-cart-upsell {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1.5rem;
	margin: 0 0 1.5rem;
	padding: 1.25rem;
	border: 2px solid #19ca4e;
	border-radius: 18px;
	background: #f5fff8;
}

.ew-location-cart-upsell h3 {
	margin: 0.35rem 0;
}

.ew-location-cart-upsell p {
	margin: 0;
}

.ew-location-cart-upsell__badge {
	display: inline-block;
	padding: 0.25rem 0.65rem;
	border-radius: 999px;
	background: #19ca4e;
	color: #fff;
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.03em;
}

.ew-location-cart-upsell .ew-location-cart-upsell__button,
.ew-location-cart-upsell .ew-location-cart-upsell__button.button,
.ew-location-cart-upsell .ew-location-cart-upsell__button.button.alt {
	padding: 0.8rem 1.35rem;
	border: 2px solid #19ca4e !important;
	border-radius: 999px !important;
	background: #19ca4e !important;
	color: #fff !important;
	font-weight: 700;
	white-space: nowrap;
	box-shadow: none;
}

.ew-location-cart-upsell .ew-location-cart-upsell__button:hover,
.ew-location-cart-upsell .ew-location-cart-upsell__button:focus {
	border-color: #19ca4e !important;
	background: #19ca4e !important;
	color: #fff !important;
	opacity: 0.9;
}

.ew-location-annual-cart-price {
	display: inline-block;
	line-height: 1.35;
}

.ew-location-annual-cart-price small {
	font-size: 0.9em;
}

@media (max-width: 767.98px) {
	.ew-location-live-preview__plans {
		grid-template-columns: 1fr;
	}

	.ew-location-cart-upsell {
		align-items: flex-start;
		flex-direction: column;
	}
}
