.nest-import-lesson-fields fieldset {
	border: 1px solid #d6d9de;
	margin: 0 0 1rem;
	padding: 0.75rem 1rem;
}

.nest-import-file-type-options label {
	display: inline-flex;
	align-items: center;
	gap: 0.4rem;
	margin-right: 1rem;
}

.nest-import-lesson {
	display: grid;
	gap: 1rem;
}

.nest-import-title {
	margin: 0;
}

.nest-import-description > :first-child {
	margin-top: 0;
}

.nest-import-pdf-reader {
	background: #f5f7fa;
	border: 1px solid #d6d9de;
	min-height: 70vh;
}

.nest-import-pdf-reader iframe {
	border: 0;
	display: block;
	height: 70vh;
	width: 100%;
}

.nest-import-download-wrap {
	margin: 0;
}

.nest-import-download.button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.nest-import-missing-file {
	background: #fff8e5;
	border-left: 4px solid #dba617;
	margin: 0;
	padding: 0.75rem 1rem;
}

.nest-import-code-reader {
	background: #0f172a;
	border: 1px solid #1e293b;
	border-radius: 6px;
	color: #dbeafe;
	overflow: hidden;
}

.nest-import-code-toolbar {
	align-items: center;
	background: #111827;
	border-bottom: 1px solid #253044;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	padding: 0.65rem 0.85rem;
}

.nest-import-code-label,
.nest-import-code-status {
	color: #cbd5e1;
	font-size: 0.82rem;
	font-weight: 600;
}

.nest-import-code-reader pre {
	margin: 0;
	max-height: 70vh;
	overflow: auto;
	padding: 1rem;
	tab-size: 2;
	white-space: pre;
}

.nest-import-code-reader code {
	background: transparent;
	color: #dbeafe;
	display: block;
	font-family: Consolas, Monaco, "Andale Mono", "Ubuntu Mono", monospace;
	font-size: 0.9rem;
	line-height: 1.6;
}

.nil-code-tag,
.nil-code-keyword {
	color: #7dd3fc;
}

.nil-code-attr {
	color: #facc15;
}

.nil-code-string {
	color: #86efac;
}

.nil-code-number,
.nil-code-literal {
	color: #f9a8d4;
}

.nil-code-comment {
	color: #94a3b8;
	font-style: italic;
}

.nil-code-punct {
	color: #cbd5e1;
}

@media (max-width: 700px) {
	.nest-import-pdf-reader,
	.nest-import-pdf-reader iframe {
		min-height: 55vh;
		height: 55vh;
	}
}
