/* Pre-Paddle upgrade picker (live Buy Now) */

.pwb-upgrade-overlay {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1.25rem;
	background: rgba(15, 23, 42, 0.45);
}

.pwb-upgrade-overlay[hidden] {
	display: none !important;
}

.pwb-upgrade-modal {
	width: min(420px, 100%);
	max-height: min(90vh, 640px);
	overflow: auto;
	padding: 1.35rem 1.5rem 1.25rem;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 18px 50px rgba(0, 0, 0, 0.22);
}

.pwb-upgrade-modal__title {
	margin: 0 0 0.4rem;
	font-size: 1.2rem;
	font-weight: 650;
	color: #111;
}

.pwb-upgrade-modal__lead {
	margin: 0 0 1rem;
	font-size: 0.92rem;
	color: #555;
	line-height: 1.45;
}

.pwb-upgrade-modal__field {
	margin-bottom: 1rem;
}

.pwb-upgrade-modal__field label {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.85rem;
	font-weight: 600;
	color: #333;
}

.pwb-upgrade-modal__field select {
	width: 100%;
	box-sizing: border-box;
	padding: 0.5rem 0.65rem;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 0.95rem;
}

.pwb-upgrade-modal__hint {
	margin: 0.35rem 0 0;
	font-size: 0.8rem;
	color: #777;
	line-height: 1.35;
}

.pwb-upgrade-modal__actions {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 0.5rem;
	margin-top: 1.25rem;
}

.pwb-upgrade-modal__btn {
	padding: 0.55em 1.1em;
	border-radius: 6px;
	border: 1px solid transparent;
	font-size: 0.95rem;
	font-weight: 600;
	cursor: pointer;
}

.pwb-upgrade-modal__btn--ghost {
	background: #f3f4f6;
	border-color: #e5e7eb;
	color: #374151;
}

.pwb-upgrade-modal__btn--primary {
	background: #2c95c9;
	color: #fff;
}

.pwb-upgrade-modal__btn--primary:hover {
	background: #247aa6;
}
