.catalog-groups { display: grid; gap: 72px; }
.catalog-group { min-width: 0; }
.catalog-group-head { display: flex; align-items: end; justify-content: space-between; gap: 24px; margin-bottom: 22px; padding-bottom: 16px; border-bottom: 1px solid var(--line); }
.catalog-group-head .overline { margin-bottom: 6px; }
.catalog-group-head h3 { margin: 0; font-family: "Noto Serif SC"; font-size: 25px; }
.catalog-group-head p:last-child { max-width: 620px; margin: 7px 0 0; color: var(--muted); font-size: 9px; line-height: 1.6; }
.catalog-group-head > span { flex: 0 0 auto; padding: 6px 10px; border-radius: 999px; background: #e7e1d4; color: #6e6a61; font-size: 8px; font-weight: 700; }
.catalog-group.solo .game-grid { max-width: 651px; grid-template-columns: minmax(0, 1fr); }
.catalog-group.solo .availability.solo { background: #e4eee8; color: #3e7257; }
.catalog-group.multiplayer .catalog-group-head > span { background: #e0e9e5; color: #3e6f59; }

@media (max-width: 760px) {
  .catalog-groups { gap: 52px; }
  .catalog-group-head { align-items: flex-start; }
  .catalog-group-head h3 { font-size: 22px; }
  .catalog-group.solo .game-grid { max-width: none; }
}
