.wla-youtube-mentions {
	margin-top: 40px;
	padding-top: 30px;
	border-top: 1px solid #eaeaea;
}
.wla-youtube-mentions-title {
	font-size: 1.15em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	margin: 0 0 16px;
}
.wla-youtube-mentions-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
}
.wla-youtube-mention {
	display: flex;
	flex-direction: column;
	width: 220px;
	text-decoration: none;
	color: inherit;
	border-radius: 6px;
	overflow: hidden;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.12);
	transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.wla-youtube-mention:hover {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
	transform: translateY(-2px);
	color: inherit;
}
.wla-youtube-mention-thumb {
	position: relative;
	display: block;
	width: 100%;
	aspect-ratio: 4 / 3;
	background: #111;
	overflow: hidden;
}
.wla-youtube-mention-thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}
.wla-youtube-mention-play {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.65);
}
.wla-youtube-mention-play::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 54%;
	transform: translate(-50%, -50%);
	border-style: solid;
	border-width: 8px 0 8px 13px;
	border-color: transparent transparent transparent #fff;
}
.wla-youtube-mention-meta {
	padding: 10px 12px;
	background: #fafafa;
	flex: 1;
}
.wla-youtube-mention-channel {
	display: block;
	font-size: 0.75em;
	text-transform: uppercase;
	letter-spacing: 0.03em;
	color: #888;
	margin-bottom: 3px;
}
.wla-youtube-mention-video-title {
	display: block;
	font-size: 0.9em;
	line-height: 1.3;
	color: #222;
}

/* Top Trending page — reuses the shop Filters sidebar (finder-sidebar.css) next to the grid. */
.wla-trending-layout {
	display: flex;
	align-items: flex-start;
	gap: 30px;
}
.wla-trending-sidebar {
	flex: 0 0 260px;
	max-width: 260px;
}
.wla-trending-grid {
	flex: 1;
	min-width: 0;
}
@media (max-width: 850px) {
	.wla-trending-layout {
		flex-direction: column;
	}
	.wla-trending-sidebar {
		max-width: 100%;
		width: 100%;
	}
}
