
  button.svelte-zjz6c2 {
    background: none;
    border: none;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    cursor: pointer;
  }

  button.svelte-zjz6c2:hover {
    color: var(--vats-coloredtext);
    text-decoration: underline;
  }

  button.svelte-zjz6c2:disabled {
    opacity: 0.5;
    cursor: default;
    text-decoration: none;
  }

  button.svelte-zjz6c2:focus-visible {
    outline: 1px dotted currentColor;
  }
