.dm-product-specification {
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.dm-product-specification__viewer-wrapper {
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.12);
	border-radius: 6px;
	overflow: hidden;
	background: #f7f7f7;
}

.dm-product-specification__viewer {
	display: block;
	width: 100%;
	height: clamp(480px, 72vh, 960px);
	border: 0;
	background: #fff;
}

.dm-product-specification__fallback-note,
.dm-product-specification__object-fallback {
	margin: 0;
}

.dm-product-specification__object-fallback {
	padding: 20px;
}

.dm-product-specification__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.dm-product-specification__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-align: center;
}

@media (max-width: 767px) {
	.dm-product-specification__viewer {
		height: min(65vh, 560px);
		min-height: 360px;
	}
}
