
  @media (max-width: 767px) {
    .modal-enter.svelte-4r9ec2 {
      transform: translateY(100%);
    }
    .modal-enter-active.svelte-4r9ec2 {
      transform: translateY(0);
      transition: transform 200ms ease-out;
    }
  }

  .modal-body {
    overflow: auto;
  }

  .modal-footer {
    margin-top: 8px;
    margin-bottom: 24px;
  }
