.post_slider-layout .pk-col:has(.swiper-buttons) {
	display: flex; align-items: center; justify-content: flex-end;
}
.post_slider-layout .swiper-buttons {
	display: flex; align-items: center; gap: 1rem;
}
.post_slider-layout .swiper-buttons .post-button {
	line-height: 0; padding: 1rem; border: 1px solid #000000;
	cursor: pointer;
}
.post_slider-layout .pk-button-group {
	justify-content: flex-end;
}

.post_slider-layout .swiper-container {
	overflow: hidden;
}

.post_slider-layout .swiper-progress {
	position: relative; height: 1px; margin-top: 2rem;
	background-color: rgba(0, 0, 0, 0.4);
}
.post_slider-layout .swiper-progress-bar {
	position: absolute; left: 0; top: 0; z-index: 2;
	height: 1px; background-color: rgba(0, 0, 0, 1);
	width: 5%;
}

@media screen and (max-width: 768px) {
	.post_slider-layout .pk-col:has(.swiper-buttons) {
		justify-content: space-between;
	}
}