.adjenda-block {
  display: flex;
  background: #111;
  color: white;
  margin-bottom: 1em;
  padding: 1em;
  border-radius: 8px;
}
.adjenda-date {
  width: 60px;
  text-align: center;
  margin-right: 1em;
  background: #0f0;
  border-radius: 6px;
  padding: 0.5em 0;
}
.adjenda-date .dag {
  font-size: 1.5em;
  display: block;
}
.adjenda-date .maand {
  text-transform: uppercase;
  font-size: 0.9em;
}
.adjenda-content h4 {
  margin: 0 0 0.2em;
}
.adjenda-content .locatie {
  font-weight: bold;
  color: #ccc;
}