/*
Theme Name: Sheshi Desktop Category Alignment
Version: 0.31.6
Description: Vertically centers category icons with one- or two-line label blocks while preserving the fixed count column.
*/

@media (min-width: 1024px) {
  body.sheshi-home .sheshi-home-category-tile {
    align-items: center !important;
  }

  body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon,
  body.sheshi-home .sheshi-home-category-copy {
    align-self: center !important;
  }

  body.sheshi-home .sheshi-home-category-tile .sheshi-category-icon {
    margin-top: 0 !important;
  }
}
