.stillinger__title {
  text-align: center;
}
.stillinger__list {
  list-style: none;
  padding: 0;
}
.stillinger__item {
  padding: 0.5714285714rem;
  border: 2px solid #2EB89B;
  gap: 0.5714285714rem;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  line-height: 130%;
  font-size: 1rem;
}
.stillinger__item__title {
  flex: 1;
  font-weight: 500;
  font-size: 1.4285714286rem;
  letter-spacing: 0%;
  margin: 0;
}
.stillinger__item__date {
  width: fit-content;
}
.stillinger__item__content {
  width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  line-clamp: 1;
}
.stillinger__item__link {
  position: absolute;
  inset: 0;
}

.visually-hidden {
  position: fixed;
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  white-space: nowrap;
}

/*# sourceMappingURL=stilllinger.css.map */
