.jey-pago-pendiente {
	min-height: calc(100vh - 160px);
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f7f9fb;
	padding: 24px;
}

.jey-pago-pendiente_card {
	background: #ffffff;
	padding: 48px 40px;
	max-width: 520px;
	width: 100%;
	text-align: center;
	border-radius: 16px;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

/* Loader */
.jey-pago-pendiente_loader {
	width: 48px;
	height: 48px;
	margin: 0 auto 24px;
	border-radius: 50%;
	border: 4px solid #e5e7eb;
	border-top-color: #111;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	to {
		transform: rotate(360deg);
	}
}

.jey-pago-pendiente_title {
	font-size: 28px;
	margin-bottom: 16px;
	color: #111;
}

.jey-pago-pendiente_reference {
	margin: 12px 0 20px;
	font-size: 14px;
	color: #666;
}

.jey-pago-pendiente_reference strong {
	color: #111;
	font-weight: 600;
}

.jey-pago-pendiente_text {
	font-size: 16px;
	color: #555;
	margin-bottom: 10px;
	line-height: 1.5;
}

.jey-pago-pendiente_text.small {
	font-size: 14px;
	color: #777;
	margin-top: 12px;
}

/* Actions */
.jey-pago-pendiente_actions {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	gap: 14px;
}

/* Buttons */
.jey-pago-pendiente_btn {
	display: inline-block;
	padding: 14px 20px;
	border-radius: 10px;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.2s ease;
}

.jey-pago-pendiente_btn.primary {
	background: #111;
	color: #fff;
}

.jey-pago-pendiente_btn.primary:hover {
	background: #000;
}

.jey-pago-pendiente_btn.secondary {
	background: #f1f3f5;
	color: #111;
}

.jey-pago-pendiente_btn.secondary:hover {
	background: #e5e7eb;
}

/* Support link */
.jey-pago-pendiente_support {
	font-size: 14px;
	color: #555;
	text-decoration: underline;
	margin-top: 8px;
}

.jey-pago-pendiente_support:hover {
	color: #000;
}
