.gebra_postlist .uagb-post__inner-wrap:has(img) {
	background: none !important;
	background-color: none !important;
}
.gebra_postlist .uagb-post__image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
	inset: 0;
	left: unset;
	top: unset;
	right: unset;
	bottom: unset;
	transform: unset;
}
.gebra_postlist article.uagb-post__inner-wrap {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 10px;
	overflow: hidden;
}
.gebra_postlist .uagb-post__title.uagb-post__text a {
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
}
.gebra_postlist .uagb-post-pagination-wrap {
	justify-content: center !important;
}
.gebra_postlist .uagb-post-pagination-wrap > .page-numbers {
	text-align: center;
	justify-content: center;
	align-items: center;
	padding: 10px 15px !important;
	background-color: rgba(0, 0, 0, 0.2) !important;
	margin-right: 4px !important;
	margin-bottom: 5px !important;
}
.gebra_postlist .uagb-post-pagination-wrap > .page-numbers.current {
	padding: 10px 15px !important;
	background-color: #e4e4e4 !important;
}

nav.woocommerce-pagination > ul.page-numbers {
	display: flex;
	justify-content: center;
	align-items: center;
}
