/* Aanvulling voor de activiteiten- en cursussenoverzichten */
.overzicht-header {
  margin: 1.5rem 0 2rem;
  padding: 2rem;
  border-radius: .5rem;
  background: #f8f9fa;
  border-left: .35rem solid #6c757d;
}
.overzicht-header h1 { margin-bottom: .5rem; }
.overzicht-grid { margin-bottom: 2rem; }
.overzicht-kaart {
  height: 100%;
  margin-bottom: 1.5rem;
  border: 1px solid rgba(0,0,0,.125);
  border-radius: .5rem;
  background: #fff;
  box-shadow: 0 .15rem .45rem rgba(0,0,0,.06);
}
.overzicht-kaart h2 {
  margin: 0;
  padding: 1rem 1.25rem;
  font-size: 1.2rem;
  border-bottom: 1px solid rgba(0,0,0,.125);
  background: #f8f9fa;
}
.overzicht-lijst {
  margin: 0;
  padding: .5rem 0;
  list-style: none;
}
.overzicht-lijst li { border-bottom: 1px solid #eee; }
.overzicht-lijst li:last-child { border-bottom: 0; }
.overzicht-lijst a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .7rem 1.25rem;
  text-decoration: none;
}
.overzicht-lijst a::after {
  content: "›";
  font-size: 1.3rem;
  line-height: 1;
}
.overzicht-lijst a:hover,
.overzicht-lijst a:focus {
  background: #f1f3f5;
  text-decoration: underline;
}
.overzicht-wissel { margin: .5rem 0 2rem; text-align: center; }
@media (max-width: 575.98px) {
  .overzicht-header { padding: 1.25rem; }
}
