/*
 * 3D models frontend — Block: ds-model
 *
 * @package Dreamy_Signal
 */

.ds-model {
	margin: 0 auto;
	max-width: 72rem;
	padding: 2rem 1.5rem;
}

.ds-model__title {
	font-size: clamp(1.75rem, 4vw, 2.75rem);
	margin: 0 0 0.5rem;
}

.ds-model__format {
	background: var(--ds-bg, #000000);
	border: 1px solid var(--ds-text-muted, rgba(255, 255, 255, 0.2));
	border-radius: 4px;
	display: inline-block;
	font-size: 0.75rem;
	font-weight: 600;
	padding: 0.25rem 0.5rem;
}

.ds-model__viewer {
	aspect-ratio: 16 / 10;
	background: var(--ds-bg, #000000);
	border: 1px solid var(--ds-text-muted, rgba(255, 255, 255, 0.2));
	border-radius: 8px;
	margin-top: 1.5rem;
	width: 100%;
}

.ds-model__excerpt {
	color: var(--ds-text-muted, rgba(255, 255, 255, 0.65));
	margin-top: 1.5rem;
}
