.section-expandable-list {
  margin: 0 1rem;
}

.section-expandable-list > ul {
  list-style-type: none;
}

.section-expandable-list > ul > li {
  margin-bottom: 0.75rem;
}

.section-expandable-list > ul > li:last-child {
  margin-bottom: 0rem;
}

.section-expandable-list div.card-title {
  padding: 0.5rem;
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 0.5rem;
  font-size: 1.2rem;
  font-weight: bold;
}

.section-expandable-list div.card-content {
  display: block;
  padding: 1rem;
}

.section-expandable-list div.card-content.hidden {
  display: none;
}