/* A flex spring pushing its zone neighbors apart; only meaningful inside a
 * zone that owns the space (a 1fr grid cell already distributes it). */
.sk-el-spacer {
  flex: 1 1 0;
  align-self: stretch;
}
