.vmt-spec-layout {
	display: flex;
	gap: 30px;
	align-items: stretch;
	width: 100%;
}

.vmt-spec-layout.has-image .vmt-spec-left {
	width: 42%;
	height: var(--vmt-equal-height, auto);
}

.vmt-spec-layout.has-image .vmt-spec-right {
	width: 58%;
	height: var(--vmt-equal-height, auto);
}

.vmt-spec-layout.no-image .vmt-spec-left {
	width: 100%;
}

.vmt-spec-left,
.vmt-spec-right {
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	overflow: hidden;
}

.vmt-spec-left {
	display: flex;
}

.vmt-spec-right {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 12px;
}

.vmt-spec-table {
	width: 100%;
	height: 100%;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
}

.vmt-spec-table th,
.vmt-spec-table td {
	padding: 9px 12px;
	border: 0;
	border-bottom: 1px solid #e8e8e8;
	text-align: left;
	vertical-align: middle;
	font-size: 14px;
	line-height: 1.45;
	word-break: break-word;
}

.vmt-spec-table tr:last-child th,
.vmt-spec-table tr:last-child td {
	border-bottom: 0;
}

.vmt-spec-table th {
	width: 52%;
	color: #222;
	background: #fafafa;
	font-weight: 600;
}

.vmt-spec-table td {
	width: 48%;
	color: #4f4f4f;
	font-weight: 400;
}

.vmt-spec-image {
	display: block;
	width: 100%;
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}

@media (max-width: 849px) {
	.vmt-spec-layout {
		display: block;
	}

	.vmt-spec-layout.has-image .vmt-spec-left,
	.vmt-spec-layout.has-image .vmt-spec-right,
	.vmt-spec-layout.no-image .vmt-spec-left {
		width: 100%;
		height: auto;
	}

	.vmt-spec-right {
		margin-top: 20px;
		min-height: 260px;
	}

	.vmt-spec-image {
		height: auto;
		max-height: 520px;
	}
}

@media (max-width: 549px) {
	.vmt-spec-table th,
	.vmt-spec-table td {
		padding: 9px 8px;
		font-size: 13px;
	}

	.vmt-spec-table th {
		width: 54%;
	}

	.vmt-spec-table td {
		width: 46%;
	}
}
