.fc_featured_news {
	overflow: hidden;
}
.fc_featured_news .single_post_list {
	display: flex;
}
.fc_featured_news .single_post_list > a:not(.tns-slide-active) {
	opacity: 20%;
}
.fc_featured_news .controls {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-left: auto;
}
.fc_featured_news .controls > div {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Ccircle cx='30' cy='30' r='29' stroke='%2300B3BA' stroke-width='2' transform='matrix(-1 0 0 1 60 0)'/%3E%3Cpath fill='%2300B3BA' d='M41.25 29a1 1 0 1 1 0 2v-2Zm-23.207 1.707a1 1 0 0 1 0-1.414l6.364-6.364a1 1 0 0 1 1.414 1.414L20.164 30l5.657 5.657a1 1 0 0 1-1.414 1.414l-6.364-6.364ZM41.25 31h-22.5v-2h22.5v2Z'/%3E%3C/svg%3E");
	width: 60px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: block;
	cursor: pointer;
	transition: all .3s ease-in-out;
}
.fc_featured_news .controls > div:last-child {
	transform: rotate(180deg);
}
.fc_featured_news .controls > div:hover {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='60' fill='none'%3E%3Ccircle cx='30' cy='30' r='30' fill='%2300B3BA' transform='rotate(180 30 30)'/%3E%3Cpath fill='%23fff' d='M41.25 31a1 1 0 1 0 0-2v2Zm-23.207-1.707a1 1 0 0 0 0 1.414l6.364 6.364a1 1 0 0 0 1.414-1.414L20.164 30l5.657-5.657a1 1 0 0 0-1.414-1.414l-6.364 6.364ZM41.25 29h-22.5v2h22.5v-2Z'/%3E%3C/svg%3E");
	transition: all .3s ease-in-out;
}
.fc_featured_news .intro {
	display: flex;
	align-items: center;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: clamp(20px, 2.5vw, 40px);
}
.fc_featured_news .intro p {
	margin: 0;
}

@media (max-width: 640px) {
	.fc_featured_news .intro {
		flex-direction: column;
	}
	.fc_featured_news .intro > * {
		width: 100%;
		text-align: center;
		justify-content: center;
	}
}
