/* SVMC Verification Services Widget */
.svmc-s3-section-wrapper {
	font-family: inherit;
	padding: 80px 0;
	background-color: transparent;
	box-sizing: border-box;
	container-type: inline-size;
	container-name: svmc-s3-widget;
}

.svmc-s3-container {
	--svmc-s3-gap: 50px;
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: var(--svmc-s3-gap);
	box-sizing: border-box;
}

.svmc-s3-left {
	flex: 0 0 calc(58% - (var(--svmc-s3-gap, 50px) / 2));
	max-width: calc(58% - (var(--svmc-s3-gap, 50px) / 2));
	min-width: 0;
	box-sizing: border-box;
}

.svmc-s3-right {
	flex: 0 0 calc(42% - (var(--svmc-s3-gap, 50px) / 2));
	max-width: calc(42% - (var(--svmc-s3-gap, 50px) / 2));
	min-width: 0;
	display: flex;
	align-items: center;
	box-sizing: border-box;
}

.svmc-s3-img {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
	border-radius: 100px 24px 24px 24px;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
	object-fit: cover;
}

.svmc-s3-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(28, 100, 242, 0.4);
	background-color: transparent;
	padding: 6px 16px;
	border-radius: 30px;
	color: #1c64f2;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	line-height: 1.2;
}

.svmc-s3-badge-icon,
.svmc-s3-btn-icon,
.svmc-s3-trusted-icon,
.svmc-s3-mini-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	flex: 0 0 auto;
}

.svmc-s3-badge-icon svg {
	display: block;
	width: 14px;
	height: 14px;
	fill: currentColor;
}

.svmc-s3-title {
	font-weight: 800;
	font-size: 3.5rem;
	line-height: 1.15;
	margin: 0 0 1rem;
	color: #0f1c3f;
}

.svmc-s3-title-before,
.svmc-s3-title-highlight {
	display: inline;
}

.svmc-s3-title-highlight {
	color: #1c64f2;
}

.svmc-s3-title-line-two {
	display: block;
}

.svmc-s3-separator {
	width: 45px;
	height: 3px;
	background-color: #00d8a6;
	margin-bottom: 2.5rem;
	border-radius: 2px;
}

.svmc-s3-card {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 24px;
	display: flex;
	gap: 20px;
	margin-bottom: 1.25rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	box-sizing: border-box;
}

.svmc-s3-icon-wrapper {
	flex: 0 0 auto;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	background-color: #eff6ff;
	color: #1c64f2;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}

.svmc-s3-icon-wrapper svg {
	display: block;
	width: 28px;
	height: 28px;
	fill: currentColor;
}

.svmc-s3-icon-wrapper i {
	font-size: 28px;
	color: currentColor;
}

.svmc-s3-card-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #0f1c3f;
	margin: 0 0 12px;
	line-height: 1.3;
}

.svmc-s3-card-desc {
	font-size: 0.95rem;
	color: #4b5563;
	line-height: 1.6;
	margin: 0 0 12px;
}

.svmc-s3-card-desc:last-child {
	margin-bottom: 0;
}

.svmc-s3-mini-box {
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-radius: 16px;
	padding: 20px 24px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 18px;
	margin-bottom: 2rem;
	box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
	box-sizing: border-box;
}

.svmc-s3-mini-item {
	display: flex;
	align-items: center;
	gap: 12px;
	flex: 1 1 0;
	min-width: 0;
}

.svmc-s3-mini-icon {
	color: #1c64f2;
}

.svmc-s3-mini-icon svg {
	display: block;
	width: 24px;
	height: 24px;
	fill: currentColor;
}

.svmc-s3-mini-icon i {
	font-size: 24px;
	color: currentColor;
}

.svmc-s3-mini-title {
	font-size: 0.9rem;
	font-weight: 700;
	color: #0f1c3f;
	margin: 0 0 4px;
	line-height: 1.3;
}

.svmc-s3-mini-desc {
	font-size: 0.75rem;
	color: #64748b;
	margin: 0;
	line-height: 1.3;
}

.svmc-s3-divider {
	width: 1px;
	height: 40px;
	background-color: #e2e8f0;
	flex: 0 0 auto;
}

.svmc-s3-bottom-row {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
}

.svmc-s3-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #1c64f2;
	color: #ffffff;
	padding: 12px 28px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	border: none;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.svmc-s3-btn:hover {
	background-color: #1e40af;
	color: #ffffff;
}

.svmc-s3-btn svg {
	display: block;
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.svmc-s3-btn i {
	font-size: 16px;
	color: currentColor;
}

.svmc-s3-trusted {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.95rem;
	color: #4b5563;
	font-weight: 500;
}

.svmc-s3-trusted-icon {
	color: #1c64f2;
}

.svmc-s3-trusted-icon svg {
	display: block;
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.svmc-s3-trusted-icon i {
	font-size: 20px;
	color: currentColor;
}




/* Desktop lock: keep image exactly in the right-side column like the original design. */
@media (min-width: 1025px) {
	.svmc-s3-container {
		flex-wrap: nowrap !important;
	}

	.svmc-s3-left {
		order: 1;
	}

	.svmc-s3-right {
		order: 2;
		margin-top: 0 !important;
	}
}

@media (max-width: 1024px) {
	.svmc-s3-left,
	.svmc-s3-right {
		flex: 1 1 100% !important;
		flex-basis: 100% !important;
		max-width: 100% !important;
		width: 100% !important;
		min-width: 0 !important;
	}

	.svmc-s3-right {
		margin-top: 8px;
	}

	.svmc-s3-mini-box {
		flex-direction: column;
		align-items: flex-start;
		gap: 16px;
	}

	.svmc-s3-mini-item {
		width: 100%;
	}

	.svmc-s3-divider {
		width: 100%;
		height: 1px;
	}

	.svmc-s3-img {
		width: 100% !important;
		max-width: 100% !important;
		border-radius: 30px;
	}

	.svmc-s3-title {
		font-size: 2.5rem;
	}
}

@media (max-width: 768px) {
	.svmc-s3-card {
		flex-direction: column;
	}

	.svmc-s3-title {
		font-size: 2.5rem;
	}

	.svmc-s3-bottom-row {
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.svmc-s3-section-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.svmc-s3-left,
	.svmc-s3-right {
		min-width: 0;
	}

	.svmc-s3-title {
		font-size: 2.25rem;
	}

	.svmc-s3-btn {
		justify-content: center;
		width: 100%;
	}

	.svmc-s3-trusted {
		width: 100%;
	}
}
