/* Standard layout: header, full-width main, footer. */

#ly-standard {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}

.main-content {
  flex: 1;
}
