@media (max-width: 540px) {
  input:not([type="hidden"]),
  select,
  textarea,
  .memo-editor-title,
  [contenteditable="true"] {
    font-size: 16px !important;
    line-height: 1.35;
  }

  .memo-editor-title {
    min-height: 42px;
  }

  .anniversary-dialog {
    min-height: min(560px, calc(100dvh - 32px));
  }

  .anniversary-dialog form {
    min-height: min(560px, calc(100dvh - 32px));
    padding-bottom: 40px;
  }
}
