/* OVBP Customer — Tailwind-inspired */

.ovbp-notice {
	margin: 1rem 0 1.25rem;
	padding: 1rem 1.125rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
	border-inline-start-width: 4px;
	border-inline-start-color: #4f46e5;
	background: #eef2ff;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.06);
	font-family: ui-sans-serif, system-ui, "Segoe UI", Tahoma, sans-serif;
	font-size: 0.9375rem;
	line-height: 1.6;
	color: #0f172a;
}

.ovbp-notice p {
	margin: 0;
}

.ovbp-notice-success {
	border-inline-start-color: #10b981;
	background: #ecfdf5;
}

.ovbp-pay-wrap {
	margin: 1rem 0 1.5rem;
}

.ovbp-pay-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	font-family: ui-sans-serif, system-ui, "Segoe UI", Tahoma, sans-serif;
	font-size: 0.9375rem;
	font-weight: 600;
	padding: 0.75rem 1.5rem;
	border-radius: 0.75rem;
	background: #4f46e5 !important;
	color: #fff !important;
	border: none;
	box-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
	transition: background 0.15s ease, transform 0.1s ease;
}

.ovbp-pay-button:hover {
	background: #4338ca !important;
	color: #fff !important;
	transform: translateY(-1px);
}

.ovbp-account-intro {
	margin-bottom: 1.25rem;
	padding: 0.875rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 0.75rem;
	background: #f8fafc;
	color: #64748b;
	font-size: 0.875rem;
	line-height: 1.6;
}
