.stack {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
  position: relative;
}

.group {
  display: flex;
  gap: 0.5rem;
  position: relative;
}

header {
  height: min-content;
}
