html,
body {
  overflow-x: clip;
}

body.home .wp-site-blocks,
body.home .wp-site-blocks * {
  box-sizing: border-box;
}

body.home .wp-site-blocks {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

body.home .wp-site-blocks,
body.home .arbeex-hero-shell,
body.home .arbeex-hero-brand,
body.home .arbeex-hero-stage,
body.home .arbeex-stage-stable,
body.home .arbeex-stage-stable__surface,
body.home .sticky-news-toc,
body.home .sticky-news-toc .news-toc,
body.home .sticky-news-toc .news-toc li,
body.home .sticky-news-toc .news-toc li a,
body.home .esports-news-regions,
body.home .region-items,
body.home .region-items > *,
body.home .news-item,
body.home .news-item a,
body.home .news-image,
body.home .news-image img,
body.home .arbeex-locked-zone,
body.home .arbeex-locked-zone__content {
  min-width: 0;
  max-width: 100%;
}

body.home .arbeex-hero-shell {
  grid-template-columns: minmax(0, 1.02fr) minmax(0, 1.18fr) !important;
  gap: 18px !important;
}

body.home .arbeex-hero-brand-copy,
body.home .arbeex-stage-stable__surface,
body.home .news-item h3,
body.home .news-item p,
body.home .sticky-news-toc .news-toc li a,
body.home .arbeex-locked-zone__banner h3,
body.home .arbeex-locked-zone__banner p {
  overflow-wrap: anywhere;
  word-break: normal;
}

body.home .sticky-news-toc {
  overflow: hidden !important;
}

body.home .sticky-news-toc .news-toc {
  width: 100%;
  align-items: stretch !important;
  justify-content: center !important;
  margin-left: auto;
  margin-right: auto;
}

body.home .sticky-news-toc .news-toc li {
  min-width: 0;
}

body.home .sticky-news-toc .news-toc li a {
  justify-content: center;
  text-align: center;
  white-space: normal;
}

body.home .region-items {
  align-items: stretch;
  grid-auto-rows: 1fr;
}

body.home .region-items > p {
  grid-column: 1 / -1;
  margin: 8px 0 0;
}

body.home .news-item {
  display: flex;
  height: 100%;
  min-height: 0;
}

body.home .news-item a {
  width: 100%;
  min-height: 100%;
  display: flex !important;
  flex-direction: column;
  gap: 0 !important;
  padding: 0 !important;
}

body.home .news-image {
  overflow: hidden;
  border-radius: 22px 22px 0 0 !important;
  min-height: 250px !important;
  margin: 0 !important;
}

body.home .news-image img {
  display: block;
  width: 100% !important;
  height: clamp(250px, 22vw, 330px) !important;
  object-fit: cover;
  object-position: center top !important;
  margin: 0 !important;
}

body.home .news-item h3 {
  margin: 14px 16px 6px !important;
}

body.home .news-item p {
  margin: 0 16px 14px !important;
}

body.home .show-more {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  white-space: normal;
  text-align: center;
}

body.home .arbeex-toc-fab {
  max-width: calc(100vw - 20px);
}

body.home .sticky-news-toc.is-condensed {
  width: min(360px, calc(100vw - 28px)) !important;
}

@media (max-width: 1100px) {
  body.home .arbeex-hero-shell {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 900px) {
  body.home .wp-site-blocks {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  body.home .sticky-news-toc .news-toc {
    justify-content: flex-start !important;
    margin-left: 0;
    margin-right: 0;
  }

  body.home .sticky-news-toc.is-condensed {
    max-height: calc(100vh - 32px);
    overflow: auto !important;
  }

  body.home .sticky-news-toc.is-condensed .news-toc li a {
    justify-content: flex-start;
    text-align: left;
  }
}
