.streak_logo.header_item {
  background-image: url(images/BME_Game_LOGO_01.png);
  background-size: contain;
  aspect-ratio: 3.5;
  width: auto;
  height: 100%;
  max-height: 50px;
  width: 175px;
}
.header_menu {
  position: relative;
  width: 100%;
  height: 100%;
  display: grid;
  justify-items: center;
}
.header_menu > * {
  display: none;
}
.header_menu::after {
  content: "";
  position: absolute;
  background-image: url(images/bme_fooldal_logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  aspect-ratio: 3.5;
  height: 100%;
  max-height: 50px;
}
[page="collection"] {
  .collection {
    margin-bottom: 20px;
  }
  & .button-container {
    display: none;
  }
}
.floating-menu {
  & [action="subscribe"] {
    display: none;
  }
}

[panel="white"]:has(.footer) {
  display: none;
}

.custom-footer {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 999999;
  display: flex;
  align-items: flex-start;
  background: white;
  padding: 5px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  width: auto;
  height: auto;
}

.eu_rrf {
  height: auto;
  max-width: 400px;
  max-height: 300px;
  cursor: pointer;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .custom-footer {
    display: none !important;
  }
}
