.akayu-brand-logo {
  display: block;
  width: 158px;
  height: 60px;
  object-fit: contain;
}

.akayu-card-logo {
  content: url("brand/priority-pass-logo-v2-cropped.png");
  display: block;
  width: 142px;
  height: 60px;
  margin: 10px auto 20px;
  object-fit: fill;
  transform: none;
}

.akayu-invalid {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 24px;
  background: #fff;
  color: #1f252b;
  text-align: center;
  font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif;
}

.akayu-invalid h1 {
  margin: 0;
  font-size: 30px;
  line-height: 1.4;
  font-weight: 600;
}

.local-language-menu {
  -webkit-tap-highlight-color: transparent;
}

.local-language-menu button {
  min-height: 54px;
  touch-action: manipulation;
}

/* Never flash the static demo QR while the member-specific QR is loading. */
img[src="assets/member-qr.png"],
img.member-qr-loading {
  visibility: hidden !important;
}

img.member-qr-ready {
  visibility: visible !important;
}

.MyPriorityPass_qr__UkuHQ,
.CardDetailsModal_qr__ZuycY {
  background: transparent !important;
  padding: 0 !important;
}

.MyPriorityPass_qr__UkuHQ img,
.CardDetailsModal_qr__ZuycY img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}

.CardDetailsModal_qr__ZuycY {
  right: 3px !important;
  width: 114px !important;
  height: 114px !important;
  padding: 15px !important;
  background: #fff !important;
  box-sizing: border-box;
}

.CardDetailsModal_qr__ZuycY img {
  width: 84px !important;
  height: 84px !important;
}

@media (max-width: 991px) {
  .akayu-brand-logo {
    width: 110px;
    height: 42px;
  }

  .local-language-menu {
    border-radius: 8px;
    box-shadow: 0 8px 28px rgba(31, 37, 43, 0.22);
  }
}
