.vape-ma-compatibility {
	box-sizing: border-box;
	margin: 20px 0 8px;
	padding: 18px;
	border: 1px solid #dedff0;
	border-radius: 14px;
	background: linear-gradient(145deg, #fff 0%, #f7f7fc 100%);
	box-shadow: 0 7px 22px rgba(45, 47, 155, 0.07);
	color: #171821;
}

.vape-ma-compatibility *,
.vape-ma-compatibility *::before,
.vape-ma-compatibility *::after {
	box-sizing: border-box;
}

.vmc-kicker {
	display: flex;
	align-items: center;
	gap: 7px;
	margin: 0 0 6px;
	color: #3739bc;
	font-size: 10px;
	font-weight: 800;
	letter-spacing: 0.08em;
	line-height: 1.2;
	text-transform: uppercase;
}

.vmc-kicker span {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #009245;
	box-shadow: 0 0 0 3px rgba(0, 146, 69, 0.11);
}

.vape-ma-compatibility h2 {
	margin: 0 0 7px;
	color: #171821;
	font-size: 18px;
	font-weight: 760;
	letter-spacing: -0.02em;
	line-height: 1.3;
}

.vmc-intro,
.vmc-manual {
	margin: 0 0 13px;
	color: #5a5d69;
	font-size: 13.5px;
	line-height: 1.55;
}

.vmc-manual {
	padding: 11px 12px;
	border-radius: 9px;
	background: #fff;
}

.vmc-items {
	display: grid;
	gap: 8px;
	margin: 0 0 13px;
}

.vmc-item {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 10px;
	min-height: 62px;
	padding: 9px 10px;
	border: 1px solid #e2e3ef;
	border-radius: 10px;
	background: #fff;
	color: #171821;
	text-decoration: none;
	transition: border-color 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
}

.vmc-item:hover {
	border-color: #c7c9eb;
	box-shadow: 0 5px 14px rgba(45, 47, 155, 0.09);
	color: #2d2f9b;
	transform: translateY(-1px);
}

.vmc-item.has-image {
	grid-template-columns: 48px minmax(0, 1fr) auto;
	padding: 7px 10px 7px 7px;
}

.vmc-item img {
	display: block;
	width: 48px;
	height: 48px;
	padding: 2px;
	border: 1px solid #edeef5;
	border-radius: 8px;
	background: #fff;
	object-fit: contain;
}

.vmc-item-copy {
	min-width: 0;
}

.vmc-item-copy strong {
	display: block;
	margin-bottom: 4px;
	color: inherit;
	font-size: 13.5px;
	font-weight: 750;
	line-height: 1.3;
}

.vmc-stock {
	display: inline-flex;
	padding: 2px 7px;
	border-radius: 999px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: 0.04em;
	line-height: 1.4;
	text-transform: uppercase;
}

.vmc-stock.is-in {
	background: #e8f7ee;
	color: #007b3b;
}

.vmc-stock.is-out {
	background: #f0f1f4;
	color: #737783;
}

.vmc-arrow {
	color: #3739bc;
	font-size: 18px;
	line-height: 1;
}

.vmc-guide-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #3739bc;
	font-size: 13px;
	font-weight: 750;
	line-height: 1.4;
	text-decoration: none;
}

.vmc-guide-link:hover {
	color: #2d2f9b;
	text-decoration: underline;
	text-underline-offset: 3px;
}

@media (max-width: 767px) {
	.vape-ma-compatibility {
		margin-top: 16px;
		padding: 15px;
	}

	.vape-ma-compatibility h2 {
		font-size: 17px;
	}

	.vmc-item {
		min-height: 58px;
	}

	.vmc-item.has-image {
		grid-template-columns: 44px minmax(0, 1fr) auto;
	}

	.vmc-item img {
		width: 44px;
		height: 44px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.vmc-item {
		transition: none;
	}
}
