
  div.svelte-10l07ma {
    position: relative;
    overflow: hidden;

    width: 100%;
    height: 100%;
  }

  span.svelte-zfxoss {
    display: flex;
    flex-direction: row;
    align-items: end;

    height: 2rem;

    span:where(.svelte-zfxoss) {
      align-self: center;
      padding-left: 0.5rem;
      padding-right: 2rem;
      height: auto;
    }
  }

  button.svelte-zfxoss {
    border: 0;
    background-color: transparent;
    cursor: pointer;
  }

  img.svelte-zfxoss {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    padding-top: 0.25rem;
  }

  :root {
    --vats-3dviewnav-height: 7rem;
  }

  .canvas.svelte-1u3v7xg {
    width: 100%;
    height: calc(100svh - var(--vats-header-height) - var(--vats-3dviewnav-height));
    margin: 0;
    padding: 0;
  }

  nav.svelte-1u3v7xg {
    height: var(--vats-3dviewnav-height);
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;

    ul:where(.svelte-1u3v7xg) {
      list-style: none;
    }
  }

  @media (max-width: 1024px) {
    .canvas.svelte-1u3v7xg {
      height: calc(100svh - var(--vats-header-height) - var(--vats-3dviewnav-height) - var(--vats-buttonbar-height));
    }
  }
