.page-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: calc(40px + env(safe-area-inset-top));
  padding-top: env(safe-area-inset-top);
  background: var(--itv-white);
  z-index: 30;
}

.page-header-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 43px;
  height: 24px;
  padding: 0;
  border: 0;
  background: transparent;
  text-decoration: none;
}

.page-header-logo img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jackpot-shimmer {
  position: absolute;
  inset: 0 0 auto;
  height: 18px;
  width: 100%;
  pointer-events: none;
}

.jackpot-tag span {
  position: relative;
}
