.agenda-item {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 3rem;
  overflow: hidden;
}
.agenda-item__time {
  flex-basis: 7rem;
}
.agenda-item__name {
  flex: 1 1 14rem;
  min-width: min(100% - 7rem - clamp(1rem, 2.5vw, 3rem), 16rem);
  position: relative;
}
.agenda-item__name::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-1.5rem, 0);
  width: 1px;
  height: 100%;
  background-color: var(--wp--preset--color--light);
  margin-block-end: 2rem;
}
.agenda-item__description {
  flex: 1 1 22rem;
  position: relative;
}
.agenda-item__description::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-1.5rem, 0);
  width: 1px;
  height: 100%;
  background-color: var(--wp--preset--color--light);
  margin-block-end: 2rem;
}
.agenda-item__description.is-overflowing {
  padding-bottom: 1.5rem;
}
.agenda-item__description.is-overflowing .overflow-more {
  display: block;
}
.agenda-item__description .agenda-item__description-scroll {
  min-width: min(100%, 22rem);
  position: relative;
  overflow: hidden;
}
.agenda-item__description .agenda-item__description-scroll:not(.wp-block) {
  position: relative;
  height: 100%;
  overflow: hidden;
  max-height: 5lh;
  min-height: 4lh;
}
.agenda-item__description .agenda-item__description-scroll:not(.wp-block) .agenda-item__description-scroll-inner {
  position: absolute;
  left: 0;
  width: 100%;
}
.agenda-item__description.overflow-visible .agenda-item__description-scroll {
  max-height: 999rem;
}
.agenda-item__description.overflow-visible .agenda-item__description-scroll-inner {
  position: static !important;
}
.agenda-item__description .overflow-more {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--tiny);
  z-index: 11;
  cursor: pointer;
}
.agenda-item__description .overflow-more::after {
  content: ">";
  display: inline-block;
  margin-left: 0.5rem;
}
.agenda-item__description .agenda-item__description-scroll-inner > p:first-child {
  margin-top: 0;
}
.agenda-item > p {
  margin-top: 0 !important;
}/*# sourceMappingURL=style.css.map */
