
/* FIX: Prevent overly tall boxes / cards */

/* Remove any forced min-heights on cards and sections */
.card,
.panel,
.glass,
.section,
.section-card,
.box {
  min-height: auto !important;
  height: auto !important;
}

/* Common layout containers */
main,
section {
  min-height: auto !important;
}

/* If a grid or flex item was stretched */
.grid > *,
.flex > * {
  align-self: flex-start;
}

/* Prevent full-viewport stretching on individual cards */
.card,
.panel {
  max-height: none !important;
}
