.button-footer {
  margin: 1.35rem -5px 0;
  padding: 1.15rem 0.75rem 1.25rem;
  background: #0e0e0e;
  color: #ffffff;
  text-align: center;
}

.button-footer__links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.2rem 0.15rem;
  margin-top: 30px;
  margin-bottom: 10px;
}

.button-footer__links a {
  color: #ffffff;
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: none;
  white-space: nowrap;
}

.button-footer__links a:hover {
  color: #ffd36a;
}

.button-footer__sep {
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.78rem;
  padding: 0 0.35rem;
  user-select: none;
}

.button-footer__note,
.button-footer__copy {
  margin: 0.45rem 0 0;
  color: #ffffff;
  font-size: 0.72rem;
  font-weight: 400;
  line-height: 1.45;
}

.button-footer__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.55rem 0.8rem;
  margin-top: 0.9rem;
  margin-bottom: 30px;
}

.button-footer__logos img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 78px;
  object-fit: contain;
}

.page-panel--info:has(+ .button-footer) {
  padding-bottom: 0;
}

.category-hub:has(+ .button-footer),
.provider-games-page:has(+ .button-footer),
.provider-page:has(+ .button-footer) {
  padding-bottom: 0.35rem;
}

@media (min-width: 901px) {
  .button-footer {
    margin: 1.6rem -5px -2rem;
    padding: 1.35rem 1.25rem 1.5rem;
  }

  .button-footer__links a,
  .button-footer__sep {
    font-size: 0.82rem;
  }

  .button-footer__note,
  .button-footer__copy {
    font-size: 0.76rem;
  }

  .button-footer__logos img {
    height: 34px;
    max-width: 96px;
  }
}
