.star-factory-pdf-carousel {
	padding-bottom: 40px;
}

.star-factory-pdf-carousel .swiper-slide {
	height: auto;
	flex-shrink: 0;
}

.star-factory-pdf-carousel:not(.swiper-initialized) {
	overflow: hidden;
}

.star-factory-pdf-carousel:not(.swiper-initialized) .swiper-wrapper {
	display: flex;
	gap: 20px;
}

.star-factory-pdf-carousel:not(.swiper-initialized) .swiper-slide {
	width: 33.333%;
	min-width: 0;
}

@media (max-width: 1023px) {
	.star-factory-pdf-carousel:not(.swiper-initialized) .swiper-slide {
		width: 50%;
	}
}

@media (max-width: 767px) {
	.star-factory-pdf-carousel:not(.swiper-initialized) .swiper-slide {
		width: 100%;
	}
}

.star-factory-pdf-carousel__item {
	height: 100%;
	padding: 20px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: hidden;
}

.star-factory-pdf-carousel__body {
	width: 100%;
	height: 100%;
	color: inherit;
	text-decoration: none;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.star-factory-pdf-carousel__image {
	position: relative;
	flex: 0 0 auto;
	width: 100%;
	max-width: 100%;
	aspect-ratio: 1 / 1;
	height: auto !important;
	margin: 0 auto 15px;
	overflow: hidden;
	box-sizing: border-box;
}

.star-factory-pdf-carousel__image img {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border-radius: 4px;
	object-fit: cover;
	object-position: center center;
	display: block;
	max-width: none;
}

.star-factory-pdf-carousel__content {
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.star-factory-pdf-carousel__title {
	margin: 0 0 10px;
	font-size: 1.2em;
	text-align: center;
	width: 100%;
}

.star-factory-pdf-carousel__excerpt {
	margin: 0;
	flex: 1 1 auto;
	text-align: center;
	width: 100%;
}

.star-factory-pdf-carousel .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	margin-right: 4px;
	margin-left: 4px;
	background-color: #3c3c3c;
	opacity: 0.35;
}

.star-factory-pdf-carousel .swiper-pagination-bullet-active {
	background-color: #009444;
	opacity: 1;
}
