#home_footer {
  background: #f7fafb;
}

#home_footer #accordion .accordion-header {
  border-bottom: 1px solid #e3e7ed;
}

#home_footer #footer_accordion .accordion {
  word-wrap: break-word;
}

#home_footer #footer_accordion .accordion-body {
  -webkit-box-flex: 1;
  padding: 0.5rem;
}

#home_footer #footer_accordion .accordion-btn {
  background: none;
  border-radius: 4px;
  border: none;
}

#home_footer #footer_accordion .accordion-title {
  border: 1px solid transparent;
  color: #333;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.5;
  user-select: none;
  vertical-align: middle;
  white-space: wrap;
}

#home_footer #footer_accordion .game-description {
  font-size: 15px;
}

#home_footer .copyright-divider {
  border-top: 1px solid #e3e7ed;
}

#home_footer .footerIcon {
  height: 26px;
  min-height: 26px;
  width: auto;
}

#home_footer .footerItems {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex: 1;
}

#home_footer .footerSuggestedBrowserIcon {
  height: auto;
  object-fit: contain;
  width: 35px;
}

#home_footer .footerText {
  color: #333;
  font-size: 12px;
  font-weight: 400;
  opacity: 0.7;
  text-transform: capitalize;
  white-space: nowrap;
}

#home_footer footer {
  background: #f0f3f4;
  border-radius: 35px 35px 0 0;
  bottom: 0;
  height: 8%;
  margin-top: auto;
  max-height: 80px;
  min-height: 60px;
  z-index: 5;
}

#home_footer footer > div:first-of-type {
  align-items: center;
  display: flex;
}

@media only screen and (max-width: 320px) {
  #home_footer .footerText {
    display: none;
  }
}
