.nest-sp-picker {
	margin-bottom: 1rem;
}

.lesson-block > .nest-sp-picker {
	grid-column: 1 / -1;
}

.nest-sp-rows {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 8px;
}

.nest-sp-row {
	display: grid;
	grid-template-columns: minmax(120px, 0.8fr) minmax(120px, 0.8fr) minmax(150px, 1fr) minmax(260px, 2fr) auto;
	gap: 8px;
	align-items: center;
}

#nest-course-builder-form .nest-sp-row select,
#nest-course-builder-form .nest-sp-row input[type="text"] {
	min-width: 0;
}

.nest-sp-admin .description {
	max-width: 920px;
}

.nest-sp-admin-set {
	margin: 0 0 16px;
	padding: 16px;
	border: 1px solid #ccd0d4;
	border-radius: 6px;
	background: #fff;
}

.nest-sp-admin-set-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 12px;
	margin-bottom: 12px;
}

.nest-sp-admin-set label {
	display: block;
	font-weight: 600;
}

.nest-sp-admin-set input[type="text"],
.nest-sp-admin-set textarea {
	margin-top: 4px;
	width: 100%;
}

@media (max-width: 760px) {
	.nest-sp-row,
	.nest-sp-admin-set-grid {
		grid-template-columns: 1fr;
	}

	.nest-sp-row .button {
		width: 100%;
	}
}
