.social-feed-slider {
	position: relative;
}

.social-feed-slide {
	display: block;
	text-decoration: none;
	color: inherit;
	transition: transform 0.3s ease;
}

.social-feed-slide:hover {
	transform: translateY(-5px);
}

.social-feed-thumb {
	position: relative;
	display: block;
	border-radius: 20px;
	overflow: hidden;
	background: #e9ecef;
	aspect-ratio: 410 / 252;
}

.social-feed-thumb img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.social-feed-placeholder {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	background: #e9ecef;
	color: #999;
	font-size: 14px;
}

.social-feed-pagination.swiper-pagination-bullets {
    display: none;
}

.social-feed-overlay {
	position: absolute;
	left: 0;
	right: 0;
	top: 29.4%;
	height: 70.6%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(57, 57, 57, 0.75) 87.08%);
	border-radius: 0 0 20px 20px;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 24px 4.9%;
}

.social-feed-arrow {
	position: absolute;
	bottom: 24px;
	right: 4.9%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	/* background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	backdrop-filter: blur(4px); */
	transition: background 0.3s ease, transform 0.3s ease;
}

.social-feed-slide:hover .social-feed-arrow {
	/* background: rgba(255, 255, 255, 0.25);
	transform: translateX(4px); */
}

.social-feed-arrow svg {
	width: 20px;
	height: 20px;
	display: block;
}

.social-feed-title-wrapper {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 8px;
	flex-wrap: wrap;
}

.social-feed-title {
	color: #ffffff;
	font-family: "Outfit", sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.0025em;
	display: flex;
	align-items: center;
	gap: 8px;
	flex: 1;
	min-width: 0;
}

.social-feed-title svg {
	display: inline-block;
	vertical-align: middle;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-left: 4px;
}

.social-feed-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.social-feed-icon svg {
	width: 20px;
	height: 20px;
	display: block;
}

.social-feed-description {
	color: #ffffff;
    font-family: "Outfit", sans-serif;
    font-size: 14px;
    font-weight: 300;
    line-height: 20px;
    letter-spacing: 0.0025em;
    opacity: 0.9;
    padding-right: 40px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-height: 2.8em;
}

.social-feed-slider {
    padding-top: 60px !important;
    padding-bottom: 40px !important;
}

.social-feed-button {
	position: absolute;
	width: 46px !important;
	height: 46px !important;
	border-radius: 50%;
	background: #393939;
	color: #fff !important;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.12);
	top: 20px;
	margin-top: 0;
	transform: none;
	transform-origin: 0 0;
	z-index: 2;
}

.social-feed-slider .swiper-button-prev,
.social-feed-slider .swiper-button-next {
	right: 0;
	left: auto;
	top: 30px;
	bottom: auto;
}

.social-feed-slider .swiper-button-prev {
	right: 60px;
}

.social-feed-slider .swiper-button-next {
	right: 8px;
}

@media (max-width: 1024px) {
	.social-feed-slider {
		padding: 40px 24px 24px;
	}

	.social-feed-title {
		font-size: 16px;
		line-height: 22px;
	}

	.social-feed-icon svg {
		width: 18px;
		height: 18px;
	}

	.social-feed-description {
		font-size: 13px;
		line-height: 18px;
	}
}

@media (max-width: 767px) {
	.social-feed-slider {
		padding: 36px 16px 20px;
	}

	.social-feed-button {
		width: 29px !important;
		height: 29px !important;
	}

	.social-feed-slider .swiper-button-prev,
	.social-feed-slider .swiper-button-next {
		top: 25px;
	}

	.social-feed-slider .swiper-button-prev {
		right: 40px;
	}

	.social-feed-slider .swiper-button-prev::after,
	.social-feed-slider .swiper-button-next::after {
		font-size: 10px;
	}

	.social-feed-slider .swiper-button-next {
		right: 6px;
	}

	.social-feed-title {
		font-size: 14px;
		line-height: 20px;
	}

	.social-feed-icon svg {
		width: 16px;
		height: 16px;
	}

	.social-feed-description {
		font-size: 12px;
		line-height: 16px;
	}

	.social-feed-overlay {
		padding: 20px 4.9%;
	}

	.social-feed-arrow {
		bottom: 20px;
		right: 4.9%;
		width: 32px;
		height: 32px;
	}

	.social-feed-arrow svg {
		width: 16px;
		height: 16px;
	}
}

.social-feed-slider .swiper-button-prev::after,
.social-feed-slider .swiper-button-next::after {
	font-size: 16px;
}

.social-feed-slider .swiper-button-prev.swiper-button-disabled,
.social-feed-slider .swiper-button-next.swiper-button-disabled {
	opacity: .35;
	cursor: auto;
	pointer-events: none;
	background: rgba(255, 255, 255, 0.15);
	border-radius: 50%;
	border-style: solid;
	border-color: #c4c4c4 !important;
	border-width: 1px;
	color: #c4c4c4 !important;
	transform-origin: 0 0;
}

.social-feed-pagination .swiper-pagination-bullet {
	background: #000;
	opacity: 0.4;
}

.social-feed-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}
