.ios-app-splash[hidden] {
  display: none !important;
}

.ios-app-splash {
  align-items: center;
  background: rgba(12, 18, 32, 0.6);
  box-sizing: border-box;
  bottom: 0;
  display: flex;
  justify-content: center;
  left: 0;
  padding: 24px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
}

.ios-app-splash__panel {
  background: #ffffff;
  border: 1px solid rgba(39, 94, 216, 0.14);
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.28);
  color: #182033;
  font-family: "Montserrat", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  left: 50vw;
  max-height: calc(100vh - 48px);
  max-width: 420px;
  overflow-y: auto;
  padding: 34px 28px 30px;
  position: absolute;
  text-align: center;
  top: 50vh;
  transform: translate(-50%, -50%);
  width: calc(100vw - 48px);
}

.ios-app-splash__close {
  align-items: center;
  background: transparent;
  border: 0;
  color: #5c667a;
  cursor: pointer;
  display: flex;
  font-size: 30px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0;
  position: absolute;
  right: 8px;
  top: 8px;
  width: 44px;
}

.ios-app-splash__close:hover,
.ios-app-splash__close:focus {
  color: #182033;
  outline: none;
}

.ios-app-splash__close:focus-visible {
  box-shadow: 0 0 0 3px rgba(39, 94, 216, 0.24);
}

.ios-app-splash__logo {
  height: 64px;
  margin-bottom: 18px;
  width: 64px;
}

.ios-app-splash__eyebrow {
  color: #275ed8;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  margin: 0 0 8px;
  text-transform: uppercase;
}

.ios-app-splash__title {
  color: #182033;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.18;
  margin: 0;
}

.ios-app-splash__copy {
  color: #5c667a;
  font-size: 15px;
  line-height: 1.55;
  margin: 14px 0 22px;
}

.ios-app-splash__badge-link {
  display: inline-flex;
  line-height: 0;
  max-width: 100%;
  width: 210px;
}

.ios-app-splash__badge-link:focus-visible {
  box-shadow: 0 0 0 3px rgba(39, 94, 216, 0.24);
  outline: none;
}

.ios-app-splash__badge {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 480px) {
  .ios-app-splash {
    padding: 16px;
  }

  .ios-app-splash__panel {
    padding: 30px 22px 26px;
    width: calc(100vw - 32px);
  }

  .ios-app-splash__title {
    font-size: 24px;
  }

  .ios-app-splash__copy {
    font-size: 14px;
  }
}
