.vmseo-image {
	margin: 0 0 1.2em;
}

.vmseo-image__img,
.vmseo-image picture {
	display: block;
}

.vmseo-image__img {
	max-width: 100%;
	height: auto;
}

.vmseo-image__caption {
	margin-top: 0.5em;
	font-size: 0.875em;
	color: #6b7280;
	text-align: center;
}

.vmseo-image--editor .vmseo-image__device {
	border: 1px dashed #c3c4c7;
	border-radius: 8px;
	padding: 12px;
	margin: 10px 0;
}

.vmseo-image__devicehead {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 8px;
	margin-bottom: 8px;
}

.vmseo-image__devicehead strong {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0.04em;
}

.vmseo-image__hint {
	font-size: 11px;
	color: #6b7280;
}

.vmseo-image__thumb {
	max-width: 100%;
	height: auto;
	border-radius: 6px;
	display: block;
	margin-bottom: 8px;
}
