.shift-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.shift-accordion-content.is-expanded {
  max-height: 5000px;
}

.shift-accordion-header {
  cursor: pointer;
  transition: background-color 0.2s ease;
}

.shift-accordion-header:hover {
  background-color: rgba(0, 0, 0, 0.03);
}

.collection-group {
  border-left: 3px solid #3273dc;
  padding-left: 1rem;
  margin-left: 0.5rem;
}
