.fw-trending-topics {
	background-color: #FFF;
	border-bottom: 1px solid #AAA;
	display: block;
	white-space: nowrap;
}

.fw-trending-topics .fw-responsive-wrapper {
	display: none;
}

@media ( min-width: 781px ) {
	.fw-trending-topics .fw-responsive-wrapper {
		display: block;
	}
}

.fw-trending-topics:has( .fw-marquee__slides:empty ) {
	display: none;
}

.fw-trending-topics .fw-marquee:after,
.fw-trending-topics .fw-marquee:before {
	background-image: linear-gradient(90deg,rgba(255, 255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	bottom: 0;
	content: '';
	position: absolute;
	top: 0;
	width: 1em;
	z-index: 3;
}

.fw-trending-topics .fw-marquee:before {
	left: 0;
}

.fw-trending-topics .fw-marquee:after {
	background-image: linear-gradient(-90deg,rgba(255, 255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
	right: 0;
}

.fw-trending-topics .fw-marquee__slide {
	display: flex;
	gap: inherit;
}

.fw-trending-topics .fw-marquee__slide:after {
	content: '/';
	/* color: var(--wp--preset--color--primary); */
}

.fw-trending-topics a {
	text-decoration: none;
}
