/**
 * Listing card gallery arrows only (list + grid).
 * Single-ad + #imageModal use header.php inline CSS (OLD FILES).
 * Loaded after slick-theme.css in <head>.
 */
.card-post-gallery .slick-prev,
.card-post-gallery .slick-next {
	z-index: 7 !important;
	width: 28px !important;
	height: 100% !important;
	padding: 0 !important;
	background: transparent !important;
	border: none !important;
	color: transparent !important;
	outline: none !important;
}

.card-post-gallery .slick-prev {
	left: 0 !important;
}

.card-post-gallery .slick-next {
	right: 0 !important;
}

.card-post-gallery .slick-prev:before,
.card-post-gallery .slick-next:before {
	content: "<" !important;
	background-color: rgba(0, 0, 0, 0.5) !important;
	padding: 0 6px !important;
	font-family: 'Manrope', sans-serif !important;
	color: #ffffff !important;
	line-height: 0 !important;
	font-size: 24px !important;
	opacity: 1 !important;
}

.card-post-gallery .slick-next:before {
	content: ">" !important;
}

.card-post-gallery .slick-prev:hover,
.card-post-gallery .slick-prev:focus,
.card-post-gallery .slick-next:hover,
.card-post-gallery .slick-next:focus {
	background: transparent !important;
}

.card-post-gallery .slick-prev:hover:before,
.card-post-gallery .slick-prev:focus:before,
.card-post-gallery .slick-next:hover:before,
.card-post-gallery .slick-next:focus:before {
	opacity: 1 !important;
	color: #ffffff !important;
}
