/**
 * Load-placeholder styles — always enqueued when Service Worlds load on demand.
 */
body.paramour-pre-app-gateway-page .paramour-auth-feature-load {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	gap: 12px;
	width: 100%;
	margin: calc(var(--paramour-auth-gap-features-to-cards) * 2) 0 0;
	padding: 0;
	box-sizing: border-box;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 14px 28px;
	border: 0;
	border-radius: var(--pmb-radius, 12px);
	background-color: #ec4f6a;
	color: #fff;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-align: center;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load__btn:hover,
body.paramour-pre-app-gateway-page .paramour-auth-feature-load__btn:focus-visible {
	background-color: #d9435d;
	outline: none;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load__btn:disabled {
	opacity: 0.72;
	cursor: wait;
	transform: none;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load__hint {
	margin: 0;
	max-width: 28rem;
	font-family: var(--paramour-ff-body, 'Outfit', sans-serif);
	font-size: 14px;
	font-weight: 400;
	line-height: 1.45;
	color: rgba(255, 255, 255, 0.78);
	text-align: center;
	text-wrap: balance;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load__content {
	width: 100%;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load.is-loaded .paramour-auth-feature-load__btn,
body.paramour-pre-app-gateway-page .paramour-auth-feature-load.is-loaded .paramour-auth-feature-load__hint {
	display: none;
}

body.paramour-pre-app-gateway-page .paramour-auth-feature-load.is-loaded {
	margin-top: 0;
}
