/* Phase 3 — Quick view popup */

.sc361-qv__title {
	margin: 0 0 0.75rem;
	font-size: 1.5rem;
}

.sc361-qv__thumb {
	width: 100%;
	height: auto;
	border-radius: 8px;
	margin-bottom: 1rem;
}

.sc361-qv__content {
	margin-bottom: 1rem;
	line-height: 1.6;
	color: rgba(255, 255, 255, 0.9);
}

.sc361-qv__video {
	width: 100%;
	max-height: 70vh;
}

.sc361-qv__gallery {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
	gap: 0.5rem;
}

.sc361-popup.sc361-popup--quick-view .sc361-popup__dialog {
	max-width: 720px;
}
