

/* Ajustes para AdminLTE y detalles visuales */
.main-sidebar {
	min-height: 100vh;
}
#folder-list {
	max-height: 80vh;
	overflow-y: auto;
}
.sql-file {
	cursor: pointer;
	transition: background 0.2s;
}
.sql-file.active, .sql-file:hover {
	background: #007bff !important;
	color: #fff !important;
}
.folder-toggle.active {
	background: #343a40 !important;
	color: #fff !important;
}
#sql-content {
	min-height: 350px;
	font-size: 1rem;
	font-family: monospace;
}
.content-wrapper {
	background: #f4f6f9;
}
