@media not screen and (max-height: 100svh) and (min-height: 100lvh) {
  body, .root__content {
    min-height: calc(100lvh + 4px);
    -webkit-text-size-adjust: 100%;
  }
}

.root[data-modal=true] {
  visibility: hidden;
}

.page-header .nav-prev .text {
  display: none;
}

.pc {
  display: none;
}

.card--setting .card__title {
  width: 1px;
}

.dialog__surface {
  min-height: calc(100% - 64px);
}

.dialog__scrim {
  display: none;
}
