/* VMCH — Verify My Code Advantage Elementor Widget */

.vmch-ad-section,
.vmch-ad-section * {
	box-sizing: border-box;
}

.vmch-ad-section {
	width: 100%;
	max-width: 100%;
	padding: 80px 0;
	background: transparent;
	font-family: inherit;
}

.vmch-ad-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
}

.vmch-ad-grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
	gap: 54px;
	align-items: center;
}

.vmch-ad-media,
.vmch-ad-content {
	min-width: 0;
}

.vmch-ad-image {
	width: 100%;
	text-align: left;
}

.vmch-ad-image img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
	border-radius: 24px;
}

.vmch-ad-subtitle {
	margin: 0 0 16px;
	color: #404a60;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
	line-height: 1.3;
	text-transform: uppercase;
}

.vmch-ad-heading {
	margin: 0 0 24px;
	font-size: 3rem;
	font-weight: 800;
	line-height: 1.15;
}

.vmch-ad-heading-main {
	display: block;
	color: #0f1c3f;
}

.vmch-ad-heading-accent {
	display: block;
	color: #1e5ee1;
}

.vmch-ad-description {
	margin: 0 0 40px;
	color: #404a60;
	font-size: 1.1rem;
	line-height: 1.6;
}

.vmch-ad-features {
	display: grid;
	gap: 24px;
}

.vmch-ad-feature {
	display: flex;
	align-items: flex-start;
	gap: 16px;
	min-width: 0;
}

.vmch-ad-icon {
	width: 48px;
	height: 48px;
	min-width: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 12px;
	background-color: #1e5ee1;
	color: #ffffff;
	line-height: 1;
	overflow: hidden;
}

.vmch-ad-icon svg,
.vmch-ad-icon img {
	display: block;
	width: 22px;
	height: 22px;
	object-fit: contain;
}

.vmch-ad-icon i {
	font-size: 22px;
	line-height: 1;
}

.vmch-ad-custom-svg {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.vmch-ad-copy {
	min-width: 0;
}

.vmch-ad-feature-title {
	margin: 0 0 5px;
	color: #0f1c3f;
	font-size: 1.05rem;
	font-weight: 700;
	line-height: 1.35;
}

.vmch-ad-feature-text {
	margin: 0;
	color: #404a60;
	font-size: 0.95rem;
	line-height: 1.5;
}

@media (max-width: 1024px) {
	.vmch-ad-grid {
		grid-template-columns: 1fr;
		gap: 40px;
	}

	.vmch-ad-image {
		text-align: center;
	}

	.vmch-ad-heading {
		font-size: 2.55rem;
	}

	.vmch-ad-description {
		margin-bottom: 32px;
	}
}

@media (max-width: 767px) {
	.vmch-ad-section {
		padding: 48px 0;
	}

	.vmch-ad-grid {
		gap: 32px;
	}

	.vmch-ad-heading {
		font-size: 2.15rem;
	}

	.vmch-ad-description {
		margin-bottom: 28px;
	}

	.vmch-ad-feature {
		gap: 14px;
	}

	.vmch-ad-icon {
		width: 44px;
		height: 44px;
		min-width: 44px;
	}
}
