/* BX1 mobile app promotion.
   Safari uses Apple's native Smart App Banner; this styles the fallback
   shown on Android and non-Safari iOS browsers. */

.bx1-app-install-banner[hidden] {
  display: none !important;
}

.bx1-app-install-banner {
  position: relative;
  z-index: 1;
  display: none;
  align-items: center;
  gap: 11px;
  box-sizing: border-box;
  width: 100%;
  min-height: 72px;
  padding: 10px 12px;
  border-bottom: 1px solid rgba(255, 255, 255, .16);
  background: #19191b;
  box-shadow: 0 3px 12px rgba(0, 0, 0, .28);
  color: #fff;
  font-family: "Roboto", Arial, sans-serif;
  text-align: left;
}

.bx1-app-install-banner.is-visible {
  display: flex;
}

.bx1-app-install-logo {
  display: block;
  flex: 0 0 78px;
  box-sizing: border-box;
  width: 78px;
  height: 40px;
  max-width: none;
  padding: 0;
  border-radius: 0;
  background: transparent;
  object-fit: contain;
}

.bx1-app-install-copy {
  flex: 1 1 auto;
  min-width: 0;
  line-height: 1.25;
}

.bx1-app-install-copy strong,
.bx1-app-install-copy span {
  display: block;
}

.bx1-app-install-copy strong {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.bx1-app-install-copy span {
  margin-top: 2px;
  color: #d7d7d7;
  font-size: 12px;
}

.bx1-app-install-action {
  flex: 0 0 auto;
  padding: 9px 12px;
  border-radius: 3px;
  background: #e8491d;
  color: #fff !important;
  font-family: "Oswald", Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none !important;
}

.bx1-app-install-close {
  flex: 0 0 30px;
  width: 30px;
  height: 38px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 26px;
  line-height: 38px;
  cursor: pointer;
}

.bx1-app-install-action:focus-visible,
.bx1-app-install-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

@media (min-width: 992px) {
  .bx1-app-install-banner {
    display: none !important;
  }
}

@media (max-width: 420px) {
  .bx1-app-install-banner {
    gap: 8px;
    padding-left: 9px;
    padding-right: 7px;
  }

  .bx1-app-install-logo {
    flex-basis: 68px;
    width: 68px;
    height: 35px;
  }

  .bx1-app-install-copy strong {
    font-size: 15px;
  }

  .bx1-app-install-copy span {
    font-size: 11px;
  }

  .bx1-app-install-action {
    padding: 9px 10px;
    font-size: 13px;
  }
}
