.list-item .card-summary {
  overflow: hidden;
}
.list-item .card--event .card-heading .heading {
  color: #15181b;
  font-family: "Noto Serif", serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.2;
  letter-spacing: -0.016rem;
}
@media (min-width: 768px) {
  .list-item .card--event .card-heading .heading {
    font-size: calc(24px + 3 * ((100vw - 768px) / 632));
  }
}
@media (min-width: 1400px) {
  .list-item .card--event .card-heading .heading {
    font-size: 27px;
    line-height: 1.2;
  }
}
.list-item .card--event .card-heading .heading > :not(a, .material-symbols-outlined, pre) {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
}
@media (min-width: 576px) {
  .list-item .card--event.card--horizontal .card-img {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .list-item .card--event.card--horizontal .card-body {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}
@media (min-width: 992px) {
  .list-item .card--event {
    padding: 2rem;
  }
  .list-item .card--event .card-metatags {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }
  .list-item .card--event .card-metatags .meta {
    padding-left: 1rem;
    position: relative;
  }
  .list-item .card--event .card-metatags .meta::before {
    background-color: #818181;
    content: "";
    display: block;
    height: 1.5rem;
    left: 0.5rem;
    position: absolute;
    width: 0.0625rem;
  }
  .list-item .card--event .card-metatags .meta:first-of-type {
    padding-left: 0;
  }
  .list-item .card--event .card-metatags .meta:first-of-type::before {
    display: none;
  }
}
.list-item .card--news .card-img {
  display: none;
}
@media (min-width: 768px) {
  .list-item .card--news .card-img {
    display: block;
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .list-item .card--news .card-img img {
    border-bottom-left-radius: 0.375rem;
  }
}
@media (min-width: 768px) {
  .list-item .card--news .card-body {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
}