.monaco-editor .overflow-guard {
  overflow: hidden;
}

.file-item.border-l-4 {
  padding-left: 0.5rem;
}

[data-monaco-editor-target=editor] {
  min-height: 600px;
  width: 100%;
}

.file-list {
  max-height: 600px;
  overflow-y: auto;
}
.file-list .file-item {
  cursor: pointer;
  transition: all 0.2s ease;
}
.file-list .file-item:hover {
  background-color: #f8f9fa;
}
.file-list .file-item.active {
  font-weight: bold;
}
