/* Mobile fixes */
@media (max-width: 620px){
  /* remove empty grey cell in stats grid */
  .usn-spin .usn-grid5 { grid-template-columns: 1fr 1fr; }
  .usn-spin .usn-grid5 .usn-stat:last-child:nth-child(odd){ grid-column: 1 / -1; }

  /* free space on the left under the "?" button in the bottom CTA bar */
  .usn-spin .usn-mob { padding-left: 78px; }
}