/* Product support search results: PDF viewers and video embeds */

.altec-search-results .altec-search-instructions {
	margin-top: 1.5em;
}

.altec-search-results .altec-search-videos {
	margin-top: 2em;
}

.altec-pdf-viewers .altec-pdf-viewer-item {
	margin-bottom: 2em;
}

.altec-pdf-viewers .altec-pdf-viewer-header {
	margin-bottom: 0.5em;
	font-weight: 600;
}

.altec-pdf-viewers .altec-pdf-download-link {
	font-weight: normal;
	font-size: 0.9em;
}

.altec-pdf-viewers .altec-pdf-viewer {
	display: block;
	border-radius: 4px;
}

.altec-video-embeds {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 1.5rem;
}

.altec-video-embeds .altec-video-embed-item {
	margin-bottom: 0;
}

.altec-video-embeds .altec-video-embed {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 315px;
	border-radius: 4px;
}

.altec-video-embeds .altec-video-watch-link {
	margin-top: 0.5em;
	margin-bottom: 0;
	font-size: 0.9em;
}

@media (max-width: 768px) {
	.altec-video-embeds {
		grid-template-columns: 1fr;
	}
}
