.timeline-queue {
  width: 100vw;
  height: 100vh;
  display: flex;
  gap: 1rem;
}

.timeline-entry {
  width: fit-content;
  display: flex;
  flex-direction: column;
}

.section-layer {
  width: 100%;
  min-width: max-content;
  text-wrap: none;
}

.section-layer h1 {
  width: 100%;
  padding: 1.5rem;
  border-radius: 0.375rem;
  font-weight: bold;
  text-align: center;
}

.group-layer {
  width: fit-content;
  display: flex;
  gap: 0.5rem;
}

.body-layer {
  width: 100%;
  height: fit-content;
  padding: 0.625rem;
  margin: 0;
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  border-width: 2px;
  border-style: dashed;
  border-radius: 0.125rem;
}

.body-layer h2 {
  margin-bottom: 0.5rem;
  padding: 0;
  text-align: center;
  font-weight: 500;
}

.body-layer p {
  width: 100%;
  margin-top: 0.25rem;
  padding: 1rem;
  border-radius: 0.375rem;
  text-align: center;
}

/*# sourceMappingURL=project-pipeline.css.map */