/*
 * ACPC Latest Posts Carousel
 *
 * Scoped adaptation of the native Kallyas Latest Posts Carousel styling.
 * The prefix prevents these rules from changing other Kallyas carousels.
 */

.acpc-latest-posts-carousel.latest-posts-crs {
	position: relative;
}

.acpc-latest-posts-carousel .latest-posts-crs-controls {
	position: relative;
	right: auto;
	float: right;
}

.acpc-latest-posts-carousel .latest-posts-crs-arr {
	opacity: 0.5;
}

.acpc-latest-posts-carousel .latest-posts-crs-title {
	margin-top: 10px;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 1.35;
}

.acpc-latest-posts-carousel .latest-posts-crs-details {
	display: none;
}

.acpc-latest-posts-carousel .latest-posts-crs-list {
	position: relative !important;
	height: auto !important;
	margin: 0;
	padding: 0;
	list-style: none;
}

.acpc-latest-posts-carousel .latest-posts-crs-post {
	float: left;
	margin: 0;
	padding: 0 10px;
}

.acpc-latest-posts-carousel .latest-posts-crs-readon {
	position: absolute;
	bottom: 16px;
	left: -10px;
	z-index: 1;
	margin: 0;
	padding: 11px 14px;
	border-radius: 2px;
	background: #1aa3ef;
	color: #fff;
	font-size: 12px;
	font-weight: 500;
	line-height: 1;
}

.acpc-latest-posts-carousel
	.latest-posts-crs-link:hover
	.latest-posts-crs-readon {
	left: 15px;
	background: #158fd0;
	color: #fff;
}

/* ACPC Carousel — ορατά βελάκια */
.acpc-latest-posts-carousel
	.latest-posts-crs-controls
	.znSlickNav-arr {
	cursor: pointer;
	opacity: 1 !important;
}

.acpc-latest-posts-carousel
	.latest-posts-crs-controls
	.znSlickNav-arr svg {
	opacity: 0.55;
	filter: brightness(0) saturate(100%);
	transition: opacity 0.2s ease;
}

.acpc-latest-posts-carousel
	.latest-posts-crs-controls
	.znSlickNav-arr:hover svg {
	opacity: 1;
}
