/* Debug styling with bright colors to ensure CSS is being applied */
.sources-container {
  margin-top: 1rem !important;
  border: 2px solid darkgrey !important;
  padding: 1rem !important;
}

.sources-header {
  background-color: lightgrey !important;
  cursor: pointer !important;
  padding: 0.5rem !important;
  display: flex !important;
  align-items: center !important;
}

.sources-content {
  max-height: 500px !important;
  overflow-y: auto !important;
  border: 2px solid slategrey !important;
  padding: 0.5rem !important;
}

.source-item {
  margin-bottom: 1rem !important;
  padding: 0.5rem !important;
  border: 1px solid whitesmoke !important;
}