.category-head{display:grid;grid-template-columns:auto 1fr auto;gap:22px;align-items:center;margin:75px 0 30px;padding-top:25px;border-top:1px solid #ded5c3}
.category-head:first-of-type{margin-top:60px}
.category-head h2{font-size:38px;margin:2px 0}
.category-head p{margin:0;color:#697187}
.category-head .label{color:#ef7539}
.category-head>b{font-size:11px;letter-spacing:1px;background:#eee6d7;padding:10px 13px;border-radius:99px}
.category-icon{width:62px;height:62px;display:grid;place-items:center;border-radius:18px;font-size:26px}
.retro-icon{background:#111a33;color:#ffc42e;border-radius:8px}
.kids-category{border-top-color:#e8dcf3}
.kids-category .label{color:#7657ef}
.kids-icon{background:#ffd447;color:#7657ef}
.kids-game-card{border-radius:22px;border:1px solid #e5daf2;box-shadow:0 8px 24px rgba(118,87,239,.1);transition:transform .25s ease, box-shadow .25s ease}
.kids-game-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px rgba(118,87,239,.18)}
.kids-game-card .game-card-copy small{color:#7657ef}
.kids-game-card .play-link{background:#7657ef;color:#fff;box-shadow:0 3px 0 #573ac7}
.kids-game-card .play-link:hover{background:#896cf5}
.kids-game-card .play-link:active{box-shadow:0 1px 0 #573ac7}
@media(max-width:650px){
  .category-head{grid-template-columns:auto 1fr}
  .category-head>b{display:none}
  .category-head h2{font-size:28px}
  .category-icon{width:50px;height:50px}
}
