.blog-event.is-empty-news-window {
  min-height: 680px;
}

.blog-event.is-empty-news-window > * {
  display: none !important;
}

.news-window-empty-mobile-content {
  display: none !important;
}

/* Remove the footer and its dark background from the landing page. */
.ft__oka {
  display: none !important;
}

.dlTOP__linkCardCode {
  flex-wrap: wrap;
  gap: 10px;
}

.social-cta {
  display: flex;
  width: 100%;
  order: 2;
  justify-content: center;
  align-self: center;
  gap: 12px;
}

.social-cta__link {
  display: block;
  width: 180px;
}

.social-cta__link img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 1199px) {
  .st__.game__ {
    display: none !important;
  }

  .social-cta__link {
    width: calc((100% - 24px) / 3) !important;
    max-width: 140px;
  }
}
