.webo-category-posts-showcase {
	position: relative;
	width: 100%;
}
.slick-slider {
	overflow: hidden;
	/* margin-right: -140px; */
}
.slick-list {
	margin-left: -.625rem; /* -10px */
	margin-right: -.625rem; /* -10px */
}
.slick-slide {
	margin-left: .625rem; /* 10px */
	margin-right: .625rem; /* 10px */
}
/* Slick Slider Custom Settings */

.itemMargin .slick-slide {
	margin-right: .5rem; /* 8px */
	margin-left: .5rem; /* 8px */
}
.itemMargin .slick-list {
	margin-left: -.5rem; /* -8px */
	margin-right: -.5rem; /* -8px */
}
.stagePaddingRight .slick-slide {
	margin-left: 1rem;
}
.stagePaddingRight .slick-list {
	margin-left: 0;
	margin-right: 0;
	padding-right: 35% !important;
}

.webo-category-posts-showcase__track {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 18px;
	margin-right: -10%;
	overflow: hidden !important;
}

.webo-category-posts-showcase__item,
.webo-category-posts-showcase__track.slick-initialized .slick-slide,
.webo-category-posts-showcase__track.slick-initialized .slick-slide > div {
	height: 100%;
}

.webo-category-posts-showcase__card {
	position: relative;
	overflow: hidden;
	min-height: 588px;
	border-radius: 2px;
	background: #111827;
}

.webo-category-posts-showcase__image,
.webo-category-posts-showcase__image-tag,
.webo-category-posts-showcase__overlay {
	position: absolute;
	inset: 0;
}

img.webo-category-posts-showcase__image-tag {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

.webo-category-posts-showcase__overlay {
	background: linear-gradient(180deg, rgba(8, 12, 24, 0.08) 0%, rgba(8, 12, 24, 0.18) 38%, rgba(8, 12, 24, 0.82) 100%);
	pointer-events: none;
	z-index: 1;
}

.webo-category-posts-showcase__content {
	position: relative;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	min-height: 588px;
	padding: 22px 50px 42px;
	color: #ffffff;
}

.webo-category-posts-showcase__label {
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 0.92);
	font-size: 10px;
	font-weight: 500;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.webo-category-posts-showcase__title {
	max-width: 78%;
	margin: 0;
	/* font-size: clamp(1.75rem, 2.5vw, 2.125rem); */
	font-size: clamp(1.5rem, 3vw, 2.25rem) !important;
	font-weight: 700;
	line-height: 1.05;
	letter-spacing: -0.03em;
}

.webo-category-posts-showcase__title a {
	color: inherit;
	text-decoration: none;
}

.webo-category-posts-showcase__cta {
	position: absolute;
	right: 50px;
	bottom: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 12px 9px;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-radius: 3px;
	background: rgba(255, 255, 255, 0.08);
	backdrop-filter: blur(8px);
	-webkit-backdrop-filter: blur(8px);
	color: #ffffff;
	text-decoration: none;
}

.webo-category-posts-showcase__cta span,
.webo-category-posts-showcase__nav-button span {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
}

.webo-category-posts-showcase__cta svg,
.webo-category-posts-showcase__nav-button svg {
	display: block;
	width: 18px;
	height: auto;
	color: currentColor;
}

.webo-category-posts-showcase__nav {
	display: flex;
	justify-content: flex-end;
	gap: 13px;
	margin-top: 34px;
}

.webo-category-posts-showcase__nav-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 46px;
	height: 46px;
	border: 0;
	border-radius: 2px;
	background: #0f111a66;
	color: #ffffff;
	cursor: pointer;
	text-decoration: none;
}

.webo-category-posts-showcase__nav-button--prev {
	background: #d8d8d8;
	color: #ffffff;
}

.webo-category-posts-showcase__nav-button span {
	display: flex;
	padding: 14px 11px;
}

.webo-category-posts-showcase__nav .webo-category-posts-showcase__nav-button:focus,
.webo-category-posts-showcase__nav .webo-category-posts-showcase__nav-button:hover {
	background-color: #0f111ae6;
	color: #fff;
	text-decoration: none;
}

.webo-category-posts-showcase__nav-button.slick-disabled {
	opacity: 0.45;
	cursor: default;
}

/* Slick Carousel Custom Styles */





@media (max-width: 1024px) {
	.webo-category-posts-showcase__track {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
	.webo-category-posts-showcase__card,
	.webo-category-posts-showcase__content {
		min-height: 350px;
	}

	.webo-category-posts-showcase__title {
		max-width: 85%;
		font-size: clamp(1.5rem, 3vw, 1.9rem);
	}
	.stagePaddingRight .slick-list {
		padding-right: 20% !important;
	}

}

@media (max-width: 767px) {
	.webo-category-posts-showcase__track {
		grid-template-columns: minmax(0, 1fr);
	}

		.webo-category-posts-showcase__card,
		.webo-category-posts-showcase__content {
		min-height: 280px;
	}

		.webo-category-posts-showcase__content {
		padding: 18px;
	}

		.webo-category-posts-showcase__title {
		max-width: 100%;
		padding-right: 42px;
		font-size: 1.75rem;
	}

		.webo-category-posts-showcase__cta {
		right: 18px;
		bottom: 18px;
	}
}
