/* v172: keep crypto load-more compact; prevent the button row from inheriting card height. */
html[lang="ru"] body:not(.admin-private-page) main .crypto-casino-card-grid.crypto-casino-card-grid {
  grid-auto-rows: auto !important;
}

html[lang="ru"] body:not(.admin-private-page) main .crypto-casino-card-grid.crypto-casino-card-grid > .catalog-load-more.crypto-casino-load-more {
  align-self: start !important;
  justify-self: center !important;
  grid-column: 1 / -1 !important;
  width: min(380px, 100%) !important;
  height: auto !important;
  min-height: 98px !important;
  margin: 24px auto 0 !important;
  padding: 18px !important;
}

html[lang="ru"] body:not(.admin-private-page) main .crypto-casino-results.crypto-casino-results {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

html[lang="ru"] body:not(.admin-private-page) main .crypto-casino-results.crypto-casino-results + .editorial-guide-panel {
  margin-top: 44px !important;
}
