@import url("/_astro/hub.inner18.css");

/* Matching + updates: stack so nothing hangs off the left or leaves a hole */
.pair{
  grid-template-columns:1fr;
  gap:1rem;
  margin:0 0 2.4rem;
}
.pair > div{max-width:40rem}
.pair .form-template{
  min-width:0;
  width:100%;
  max-width:none;
  margin:0;
}

.slip-stack{
  display:flex;
  flex-direction:column;
  gap:1.15rem;
  margin:0 0 1.6rem;
}
.slip-stack .slip{transform:none}
