.case-study-logo {
	position: absolute !important;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,.5);
	border-radius: 16px;
	display: flex;
	align-items: center !important;
	justify-content: center !important;
}

.case-study-metas .elementor-post-info__terms-list {
	color: transparent !important;
	align-items: center;
}

.case-study-metas .elementor-post-info__terms-list-item {
	background-color: #f5f5f5;
	margin-left: 20px;
	display: inline-block !important;
	padding: 8px 14px;
	border-radius: 50px;
	color: #7c4eff;
	white-space: nowrap;
}

.case-study-metas .elementor-post-info__terms-list-item:first-child {
	margin-left: 0;
}

.case-study-card .case-study-metas .elementor-post-info__terms-list-item {
	margin-left: 10px;
}

.case-study-card .case-study-metas .elementor-post-info__terms-list {
	display: flex !important;
	flex-wrap: wrap;
	row-gap: 16px;
}

.cat-filters button {
	background: #f5f5f5 !important;
	cursor: pointer;
}

.archive-with-pagination .elementor-pagination {
	position: absolute;
	bottom: -120px;
	left: 0;
	width: 100%;
	padding: 0 112px;
	z-index: 1;
	height: 40px;
	display: flex;
	justify-content: center;
	gap: 16px;
}

.archive-with-pagination .elementor-pagination a.prev,
.archive-with-pagination .elementor-pagination span.prev,
.archive-with-pagination .elementor-pagination span.next {
	position: absolute;
	width: 40px;
	height: 40px;
	right: 72px;
	color: transparent;
	text-indent: -99999999px;
	background: url(http://www.metriks.ai/wp-content/uploads/2026/08/freccia-destra.svg);
	filter: invert(1);
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center;
	border: 2px solid #fff;
	border-radius: 50px;
	margin: 0 !important;
	opacity: .5;
	transform: rotate(180deg);
}

.archive-with-pagination .elementor-pagination a.prev,
.archive-with-pagination .elementor-pagination a.next {
	opacity: 1;
	border-color: #898afc;
	filter: none;
	background-image: url(http://www.metriks.ai/wp-content/uploads/2026/08/freccia-destra.svg), linear-gradient(to bottom, #50f, #898afc);
	background-repeat: no-repeat, no-repeat;
	background-position: center, center;
	background-size: 16px, cover;
}

.archive-with-pagination .elementor-pagination a.next,
.archive-with-pagination .elementor-pagination span.next {
	position: absolute;
	width: 40px;
	height: 40px;
	color: transparent;
	text-indent: -99999999px;
	right: 0;
	transform: rotate(0);
	border-radius: 50px;
	margin: 0;
	border: 2px solid #fff;
}

.archive-with-pagination .elementor-pagination a.next {
	border-color: #898afc;
	filter: none;
}

.archive-with-pagination .elementor-pagination a.page-numbers:not(.prev):not(.next) {
	color: #000;
	font-size: 18px;
	opacity: .5;
	border: 2px solid #000;
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin: 0 !important;
}

.archive-with-pagination .elementor-pagination .current,
.archive-with-pagination .elementor-pagination a.page-numbers:not(.prev):not(.next):hover {
	color: #fff;
	font-size: 18px;
	opacity: 1;
	border: solid 2px #898afc;
	  background-image: linear-gradient(to bottom, #50f, #898afc);
	border-radius: 50px;
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: 600;
	margin: 0 !important;
}

.count_pagination {
	color: #7c4eff;
	font-size: 18px;
	font-weight: 600;
	position: absolute !important;
	bottom: 0;
}

.case-study-card .elementor-widget-theme-post-excerpt {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	line-clamp: 2;
}

span.fw-normal {
	font-weight: normal;
}

@media screen and (max-width: 1024px) {
	.case-study-metas a:not(:first-child) {
		margin-left: 10px;
	}
	
	.archive-with-pagination .elementor-pagination {
		padding-right: 16px;
		justify-content: flex-end;
	}
	
	.archive-with-pagination .elementor-pagination .prev,
	.archive-with-pagination .elementor-pagination .next {
		display: none;
	}
	
	.count_pagination {
		padding-left: 16px;
	}
}