/* General Slider — admin (slide repeater) */

.gs-slide-row {
	display: flex;
	gap: 16px;
	align-items: flex-start;
	padding: 16px;
	margin-bottom: 12px;
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 4px;
}

.gs-slide-row__placeholder {
	height: 120px;
	margin-bottom: 12px;
	border: 1px dashed #2271b1;
	border-radius: 4px;
	background: #f0f6fc;
}

.gs-slide-row__handle {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	padding-top: 4px;
	color: #787c82;
	cursor: move;
}
.gs-slide-row__num { font-weight: 600; font-size: 12px; }

.gs-slide-row__media { flex: 0 0 160px; text-align: center; }
.gs-slide-row__preview { margin-bottom: 8px; min-height: 10px; }
.gs-slide-row__preview img,
.gs-slide-row__img {
	max-width: 100%;
	height: auto;
	border-radius: 4px;
	border: 1px solid #dcdcde;
}
.gs-slide-row__media .button { width: 100%; margin-bottom: 4px; }

.gs-slide-row__fields { flex: 1 1 auto; }
.gs-slide-row__fields label {
	display: block;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 13px;
}
.gs-slide-row__fields input[type="text"],
.gs-slide-row__fields input[type="url"],
.gs-slide-row__fields textarea {
	display: block;
	width: 100%;
	margin-top: 4px;
	font-weight: 400;
}
.gs-slide-row__cols { display: flex; gap: 16px; }
.gs-slide-row__cols label { flex: 1; }

.gs-remove-slide { color: #b32d2e; text-decoration: none; }
.gs-remove-slide:hover { color: #d63638; }

.gs-repeater__actions { margin-top: 12px; }
