/* SVMC Lab Report Protection Widget */
.svmc-s4-wrapper {
	font-family: inherit;
	padding: 100px 20px;
	background-color: #07152f;
	box-sizing: border-box;
}

.svmc-s4-container {
	width: 100%;
	max-width: 1300px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: minmax(0, 45fr) minmax(0, 55fr);
	align-items: stretch;
	gap: 40px;
	box-sizing: border-box;
}

.svmc-s4-left {
	display: flex;
	align-items: center;
	min-width: 0;
	box-sizing: border-box;
}

.svmc-s4-right {
	min-width: 0;
	box-sizing: border-box;
}

.svmc-s4-img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	object-fit: contain;
}

.svmc-s4-panel {
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 24px;
	padding: 40px;
	background-color: rgba(255, 255, 255, 0.02);
	backdrop-filter: blur(10px);
	height: 100%;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}

.svmc-s4-badge {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	border: 1px solid rgba(0, 229, 255, 0.4);
	background-color: rgba(0, 229, 255, 0.05);
	padding: 6px 16px;
	border-radius: 30px;
	color: #00e5ff;
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 1px;
	margin-bottom: 1.5rem;
	text-transform: uppercase;
	align-self: flex-start;
	line-height: 1.2;
}

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

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

.svmc-s4-title {
	font-weight: 800;
	font-size: 3rem;
	line-height: 1.2;
	margin: 0 0 1rem;
	color: #ffffff;
}

.svmc-s4-title-line-one,
.svmc-s4-title-line-two {
	display: block;
}

.svmc-s4-title-highlight {
	color: #00e5ff;
}

.svmc-s4-title-suffix {
	margin-left: 0.18em;
}

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

.svmc-s4-card {
	border-radius: 16px;
	padding: 24px;
	display: flex;
	gap: 20px;
	margin-bottom: 1.25rem;
	border: 1px solid transparent;
	transition: transform 0.3s ease;
	box-sizing: border-box;
}

.svmc-s4-card-standard {
	background-color: rgba(255, 255, 255, 0.03);
	border-color: rgba(255, 255, 255, 0.2);
}

.svmc-s4-card-highlight {
	background-color: rgba(0, 229, 255, 0.03);
	border-color: rgba(0, 229, 255, 0.5);
}

.svmc-s4-icon-wrapper {
	flex: 0 0 auto;
	width: 56px;
	height: 56px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid transparent;
	box-sizing: border-box;
}

.svmc-s4-icon-standard {
	background-color: rgba(255, 255, 255, 0.05);
	color: #60a5fa;
	border-color: rgba(96, 165, 250, 0.3);
}

.svmc-s4-icon-highlight {
	background-color: rgba(0, 229, 255, 0.1);
	color: #00e5ff;
	border-color: rgba(0, 229, 255, 0.3);
}

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

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

.svmc-s4-card-title {
	font-size: 1.15rem;
	font-weight: 700;
	color: #ffffff;
	margin: 0 0 10px;
	line-height: 1.3;
}

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

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

.svmc-s4-mini-row {
	display: flex;
	gap: 12px;
	margin-top: 0.5rem;
	margin-bottom: 2rem;
	flex-wrap: wrap;
}

.svmc-s4-mini-badge {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, 0.15);
	border-radius: 12px;
	background-color: rgba(255, 255, 255, 0.02);
	flex: 1 1 auto;
	min-width: 150px;
	justify-content: center;
	box-sizing: border-box;
}

.svmc-s4-mini-icon {
	color: #00e5ff;
}

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

.svmc-s4-mini-icon i {
	font-size: 20px;
	color: currentColor;
}

.svmc-s4-mini-text {
	color: #ffffff;
	font-size: 0.85rem;
	font-weight: 600;
	line-height: 1.2;
}

.svmc-s4-bottom-row {
	display: flex;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	margin-top: auto;
}

.svmc-s4-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background-color: #2563eb;
	color: #ffffff;
	padding: 12px 28px;
	border-radius: 8px;
	font-weight: 600;
	font-size: 1rem;
	text-decoration: none;
	border: none;
	box-shadow: 0 4px 15px rgba(37, 99, 235, 0.2);
	transition: transform 0.3s ease, opacity 0.3s ease;
}

.svmc-s4-btn:hover {
	color: #ffffff;
	opacity: 0.94;
}

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

.svmc-s4-btn i {
	font-size: 18px;
	color: currentColor;
}

.svmc-s4-trusted {
	display: flex;
	align-items: center;
	gap: 8px;
	font-size: 0.9rem;
	color: #cbd5e1;
	font-weight: 400;
}

.svmc-s4-trusted-icon {
	color: #00e5ff;
}

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

.svmc-s4-trusted-icon i {
	font-size: 18px;
	color: currentColor;
}

@media (max-width: 1024px) {
	.svmc-s4-container {
		grid-template-columns: minmax(0, 1fr) !important;
	}

	.svmc-s4-panel {
		padding: 30px 20px;
	}

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

@media (max-width: 768px) {
	.svmc-s4-wrapper {
		padding-left: 16px;
		padding-right: 16px;
	}

	.svmc-s4-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.svmc-s4-mini-row {
		flex-direction: column;
	}

	.svmc-s4-mini-badge {
		width: 100%;
		justify-content: flex-start;
	}

	.svmc-s4-bottom-row {
		flex-direction: column;
		align-items: stretch;
		gap: 14px;
	}

	.svmc-s4-btn {
		width: 100%;
		justify-content: center;
		box-sizing: border-box;
	}

	.svmc-s4-trusted {
		width: 100%;
		align-items: flex-start;
	}
}

@media (max-width: 480px) {
	.svmc-s4-title {
		font-size: 2.15rem;
	}

	.svmc-s4-panel {
		padding: 24px 16px;
	}
}
