.anivexo-verification-box {
	max-width: 480px;
	margin: 40px auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.anivexo-verification-card {
	background: #ffffff;
	border-radius: 12px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
	border: 1px solid #e5e7eb;
	overflow: hidden;
}

.anivexo-verification-header {
	background: #fafafa;
	padding: 30px 20px 20px;
	text-align: center;
	border-bottom: 1px solid #f1f1f1;
}

.anivexo-verification-icon-wrapper {
	width: 50px;
	height: 50px;
	background: #eef2ff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.anivexo-verification-icon-wrapper .dashicons {
	font-size: 26px;
	width: 26px;
	height: 26px;
	color: #4f46e5;
}

.anivexo-verification-header h3 {
	margin: 0 0 5px;
	font-size: 20px;
	color: #1f2937;
	font-weight: 600;
}

.gateway-tagline {
	font-size: 12px;
	color: #9ca3af;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.anivexo-verification-body {
	padding: 30px 25px;
	text-align: center;
}

.instructions-text {
	font-size: 14px;
	line-height: 1.6;
	color: #4b5563;
	margin-bottom: 25px;
}

.verification-action-stage {
	min-height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.anivexo-btn-action {
	background: #4f46e5;
	color: #ffffff;
	border: none;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	cursor: pointer;
	transition: all 0.2s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

.anivexo-btn-action:hover {
	background: #4338ca;
	transform: translateY(-1px);
}

.anivexo-btn-action:active {
	transform: translateY(1px);
}

.spinner-circle {
	width: 18px;
	height: 18px;
	border: 2px solid rgba(255, 255, 255, 0.3);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: anivexo-spin 0.8s linear infinite;
	display: inline-block;
}

@keyframes anivexo-spin {
	to { transform: rotate(360deg); }
}

.verification-success-stage {
	text-align: center;
	animation: anivexo-fade-in 0.3s ease-in-out;
}

@keyframes anivexo-fade-in {
	from { opacity: 0; transform: scale(0.95); }
	to { opacity: 1; transform: scale(1); }
}

.success-animation-wrapper {
	width: 60px;
	height: 60px;
	background: #f0fdf4;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 15px;
}

.success-icon {
	font-size: 40px !important;
	width: 40px !important;
	height: 40px !important;
	color: #16a34a;
}

.verification-success-stage h4 {
	margin: 0 0 5px;
	color: #15803d;
	font-size: 18px;
	font-weight: 600;
}

.verification-success-stage .description {
	font-size: 13px;
	color: #6b7280;
	margin: 0 0 20px;
}

.anivexo-btn-continue {
	display: inline-block;
	background: #16a34a;
	color: #ffffff;
	text-decoration: none;
	padding: 12px 28px;
	border-radius: 6px;
	font-size: 14px;
	font-weight: 500;
	width: 100%;
	box-sizing: border-box;
	transition: all 0.2s ease-in-out;
}

.anivexo-btn-continue:hover {
	background: #15803d;
}

.anivexo-verification-footer {
	background: #fafafa;
	padding: 15px;
	text-align: center;
	border-top: 1px solid #f1f1f1;
}

.anivexo-verification-footer p {
	margin: 0;
	font-size: 11px;
	color: #9ca3af;
}

.anivexo-verification-footer code {
	font-size: 10px;
	background: #e5e7eb;
	padding: 2px 4px;
	border-radius: 3px;
	color: #4b5563;
}
