/* Event offer cards stay content-sized; they do not stretch to fill the gameplay stage. */
.cards-state .cards-grid{flex:0 0 auto}
.cards-state .event-card{height:auto;min-height:420px}
@media (max-height:820px) and (min-width:981px){
  .cards-state .event-card{min-height:380px}
}
