:root {
  --header-height: 2.8rem;
  --padding-x: 1.2rem;
}
@media (min-width: 500px) {
  :root {
    --padding-x: 2.2rem;
  }
}
@media (min-width: 1280px) {
  :root {
    --header-height: 6rem;
    --padding-x: 0;
  }
}

section.agenda ol {
  padding: 0;
  margin: 1.8rem 0 0;
}
@media (min-width: 1024px) {
  section.agenda ol {
    margin-top: 0;
  }
}
section.agenda ol ::marker {
  color: rgba(0, 0, 0, 0);
}
section.agenda ol li {
  padding-left: 1.2rem;
  position: relative;
}
section.agenda ol li::before {
  content: "";
  position: absolute;
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 0.4rem;
  border: 2px solid var(--theme-color);
  left: 0;
  top: 0.2rem;
  background: var(--background);
  z-index: 2;
}
section.agenda ol li:not(:first-child) {
  margin-top: 1.2rem;
}
section.agenda ol li svg {
  position: absolute;
  width: 7px;
  height: calc(100% + 1.1rem);
  left: calc(0.4rem - 4px);
  top: 0.4rem;
  z-index: 1;
}
section.agenda ol time {
  display: block;
  font-weight: 600;
}

section.agenda {
  grid-column: 3/span 6;
}
@media (min-width: 1280px) {
  section.agenda {
    grid-column: 4/span 6;
  }
}

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