.carousel-posts {
	position: relative;
	width: 100%;
	z-index: 1;
}

.carousel-posts .posts-carousel {
	position: relative;
	background-color: transparent;
	overflow: visible;
	margin: 0;
	padding: 0;
}

.carousel-posts .pin-spacer {
	z-index: 1;
	margin: 0 !important;
	padding: 0 !important;
}

.carousel-posts .carousel-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	gap: 4px;
	will-change: transform;
	margin: 0;
	padding: 0;
	min-height: 85dvh;
}

.carousel-posts .post-item {
	display: flex;
	flex-direction: column;
	flex-shrink: 0;
	width: min(533px, calc(100vw - 80px));
	max-height: 85dvh;
	padding-top: 5dvh;
	margin: 0;
	background-color: transparent;
	cursor: pointer;
	text-decoration: none;
	color: inherit;
}

.carousel-posts .post-item:first-child {
	margin-left: max(0px, calc((100vw - 1382px) / 2));
}

.carousel-posts .post-item:last-child {
	margin-right: 50px;
	padding-right: 50px;
}

.carousel-posts .post-image {
	width: 100%;
	height: calc(85dvh - 120px);
	max-height: calc(85dvh - 120px);
	min-height: 0;
	overflow: hidden;
	background-color: #000;
	flex-shrink: 0;
}

.carousel-posts .post-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-posts .placeholder-image {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #000;
}

.carousel-posts .post-content {
	margin-top: 32px;
	display: flex;
	flex-direction: column;
	width: 100%;
	flex-shrink: 0;
	max-height: 120px;
}

.carousel-posts .post-content h3 {
	font-family: 'Archivo', sans-serif;
	font-size: clamp(14px, 1.25vw, 20px);
	margin: 0 0 16px 0;
	padding-right: 24px;
	color: #181818;
	line-height: 1.33;
	font-weight: 600;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.carousel-posts .post-content p {
	font-family: 'Archivo', sans-serif;
	font-size: clamp(12px, 1vw, 16px);
	margin: 0;
	color: #181818;
	line-height: 1.5;
	font-weight: 300;
	padding-right: 24px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

@media (max-width: 1024px) {
	.carousel-posts .post-item {
		width: 70vw;
	}

	.carousel-posts .post-item:first-child {
		margin-left: 0;
	}

	.carousel-posts .post-item:last-child {
		margin-right: 0;
		padding-right: 50px;
	}

	.carousel-posts .post-image {
		height: calc(85dvh - 110px);
		max-height: calc(85dvh - 110px);
	}

	.carousel-posts .post-content {
		margin-top: 24px;
		max-height: 110px;
	}

	.carousel-posts .post-content h3 {
		margin-bottom: 12px;
		padding-right: 20px;
	}

	.carousel-posts .post-content p {
		padding-right: 20px !important;
	}
}

@media (max-width: 900px) {
	.carousel-posts .post-item {
		width: 70vw;
	}

	.carousel-posts .post-item:first-child {
		margin-left: 0;
	}

	.carousel-posts .post-item:last-child {
		margin-right: 0;
		padding-right: 50px;
	}

	.carousel-posts .post-image {
		height: calc(85dvh - 100px);
		max-height: calc(85dvh - 100px);
	}

	.carousel-posts .post-content {
		margin-top: 22px;
		max-height: 100px;
	}

	.carousel-posts .post-content h3 {
		margin-bottom: 11px;
		padding-right: 18px;
	}

	.carousel-posts .post-content p {
		padding-right: 20px !important;
	}
}

@media (max-width: 768px) {
	.carousel-posts .post-item {
		width: 70vw;
	}

	.carousel-posts .post-item:first-child {
		margin-left: 0;
	}

	.carousel-posts .post-item:last-child {
		margin-right: 0;
		padding-right: 50px;
	}

	.carousel-posts .post-image {
		height: calc(85dvh - 90px);
		max-height: calc(85dvh - 90px);
	}

	.carousel-posts .post-content {
		margin-top: 20px;
		max-height: 90px;
	}

	.carousel-posts .post-content h3 {
		margin-bottom: 10px;
		padding-right: 16px;
	}

	.carousel-posts .post-content p {
		padding-right: 16px !important;
	}
}

@media (max-width: 480px) {
	.carousel-posts .post-item {
		width: 100vw;
	}

	.carousel-posts .post-item:first-child {
		margin-left: 0;
	}

	.carousel-posts .post-item:last-child {
		margin-right: 0;
		padding-right: 50px;
	}

	.carousel-posts .post-image {
		height: calc(85dvh - 80px);
		max-height: calc(85dvh - 80px);
	}

	.carousel-posts .post-content {
		margin-top: 16px;
		max-height: 80px;
	}

	.carousel-posts .post-content h3 {
		margin-bottom: 8px;
		padding-right: 12px;
	}

	.carousel-posts .post-content p {
		padding-right: 12px !important;
	}
}
