.mobile-app-invite-content {
  padding: 18px 16px;
}

.mobile-app-invite-title {
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 8px;
  margin-top: 10px;
  text-align: center;
  color: #22274a;
}

.maps-me-brand {
  color: #687aff;
}
.mobile-app-invite-description {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #8b8fa8;
}

.mobile-app-invite-primary-button {
  display: block;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 16px;
  background: #687aff;
  color: #ffffff;
}

.mobile-app-invite-secondary-button {
  display: block;
  text-decoration: none;
  padding: 16px 28px;
  border-radius: 16px;
  color: #8b8fa8;
}

.mobile-app-invite-actions {
  display: flex;
  flex-flow: column;
  gap: 8px;
  margin: 24px 0;
}

.app-cover.show {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.app-cover {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #f6f9fe;
  background-image: url("/blocks/mobile-app-invite/img/wold-map-bb6456d052d569fbefdb20ece09f8d39.svg");
  background-repeat: no-repeat;
  background-position: center 30%;
  background-size: auto;
  color: rgba(255, 255, 255, 0.8);
  font-size: 18px;
  line-height: 26px;
  text-align: center;
  padding: 45px 35px 20px 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);

  align-items: center;
  justify-content: center;

  display: none; /* display by media query */
}

@media (pointer: coarse) {
  .app-cover {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
