.chs-admin-wrap .chs-slide-list {
	display: grid;
	gap: 14px;
	margin-top: 14px;
}

.chs-slide-row {
	display: grid;
	grid-template-columns: 40px 1fr 100px;
	gap: 12px;
	padding: 12px;
	border: 1px solid #dcdcde;
	background: #fff;
	border-radius: 6px;
	align-items: start;
}

.chs-slide-row.ui-sortable-helper {
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.12);
}

.chs-slide-handle {
	cursor: move;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	color: #646970;
}

.chs-slide-fields {
	min-width: 0;
}

.chs-image-preview-wrap {
	width: 100%;
	max-width: 320px;
	height: 120px;
	border: 1px dashed #c3c4c7;
	background: #f6f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	border-radius: 4px;
}

.chs-image-preview {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

.chs-no-image {
	color: #646970;
	font-size: 12px;
}

.chs-slide-actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	height: 100%;
}

.chs-hero-slider {
	width: 100%;
	background: #000;
	position: relative;
}

.chs-hero-slider .swiper-wrapper,
.chs-hero-slider .swiper-slide {
	width: 100%;
}

.chs-slide-link {
	display: block;
	width: 100%;
	background: #000;
}

.chs-slide-image {
	display: block;
	width: 100%;
	height: auto;
	max-height: min(78vh, 680px);
	object-fit: contain;
	object-position: center;
	background: #000;
	margin: 0 auto;
}

.chs-overlay-enabled .chs-slide-link {
	position: relative;
}

.chs-overlay-enabled .chs-slide-link::after {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.2);
	pointer-events: none;
}

.chs-hero-slider .swiper-pagination {
	position: static;
	margin-top: 8px;
	text-align: center;
}

.chs-hero-slider .swiper-pagination-bullet {
	width: 6px;
	height: 6px;
	background: #8d8d8d;
	opacity: 1;
	margin: 0 3px !important;
}

.chs-hero-slider .swiper-pagination-bullet-active {
	background: #ff2b3e;
}

@media (max-width: 767px) {
	.chs-slide-row {
		grid-template-columns: 1fr;
	}

	.chs-slide-actions {
		justify-content: flex-start;
	}

	.chs-slide-image {
		max-height: min(62vh, 420px);
	}

	.chs-hero-slider .swiper-pagination-bullet {
		width: 5px;
		height: 5px;
	}
}
