.search-list--categories {
	margin-top: 20px;
	width: 100%;
}

.trend-cat-section {
	display: block;
	width: 100%;
}

.trend-cat-grid {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px;
	margin-top: 10px;
}

a.trend-cat-card {
	display: flex;
	flex: 0 0 auto;
	flex-direction: column;
	width: 96px;
	min-width: 96px;
	max-width: 96px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-decoration: none;
	text-align: center;
	border: 0;
	background: transparent;
	font: inherit;
	line-height: 1.2;
	white-space: normal;
}

a.trend-cat-card:hover {
	text-decoration: none;
}

.trend-cat-thumb {
	display: block;
	width: 100%;
	aspect-ratio: 16 / 9;
	overflow: hidden;
	border-radius: 6px;
	background: #111;
}

.trend-cat-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 6px;
}

.trend-cat-label {
	display: block;
	margin-top: 4px;
	padding: 0 2px;
	line-height: 1.15;
	word-wrap: break-word;
	overflow: hidden;
	max-height: 2.4em;
}

a.trend-cat-more {
	justify-content: flex-start;
}

a.trend-cat-more .trend-cat-more-inner {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	aspect-ratio: 16 / 9;
	border-radius: 6px;
	border: 1px dashed currentColor;
	font-size: 28px;
	line-height: 1;
	font-weight: 300;
	opacity: 0.85;
}

a.trend-cat-more:hover .trend-cat-more-inner {
	opacity: 1;
}

.xxx-tube-sidebar-tags--categories .trend-cat-grid {
	margin-top: 0;
}

.categories-page-grid {
	margin-top: 0;
}

.categories-page-grid .trend-cat-grid {
	margin-top: 0;
}

.xxx-tube-sidebar-tags--categories a.trend-cat-card {
	width: 72px;
	min-width: 72px;
	max-width: 72px;
}
