/* Invitation poster modal */
.u-mask .poster-wrap {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  min-height: 100vh !important;
  padding: 40px 0 24px !important;
  box-sizing: border-box !important;
}

.u-mask .poster[data-v-6aac85a9],
.u-mask .poster {
  margin: 0 auto !important;
  transform: none !important;
  display: block !important;
  max-height: 70vh !important;
}

.u-mask .bottom[data-v-6aac85a9],
.u-mask .bottom {
  position: relative !important;
  bottom: auto !important;
  left: auto !important;
  right: auto !important;
  width: 90% !important;
  margin: 12px auto 0 !important;
  padding-bottom: env(safe-area-inset-bottom, 12px) !important;
}
