
  .attachments.svelte-18pz1rq {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    text-align: left;
  }

  .dropzone.svelte-18pz1rq {
    display: flex;
    flex-direction: row;
    align-items: start;
    justify-content: space-between;
    gap: 0.75rem;
    min-height: 4rem;
    border: 2px dashed hsl(from var(--vats-text2) h s l / 45%);
    border-radius: 0.5rem;
    color: var(--vats-text2);
    background-color: hsl(from var(--vats-text2) h s l / 8%);
    padding: 1rem;
  }

  .dropzone.svelte-18pz1rq input:where(.svelte-18pz1rq) {
    display: none;
  }

  .attachment-list.svelte-18pz1rq {
    display: flex;
    flex-direction: column;
    gap: 0;
    list-style: none;
    border-radius: 0.5rem;
    overflow: hidden;
  }

  .attachment-list.svelte-18pz1rq li:where(.svelte-18pz1rq) {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 0.5rem;
  }

  .attachment-list.svelte-18pz1rq li:where(.svelte-18pz1rq):nth-child(odd) {
    background-color: hsl(from var(--vats-text2) h s l / 8%);
  }

  .attachment-list.svelte-18pz1rq li:where(.svelte-18pz1rq):nth-child(even) {
    background-color: hsl(from var(--vats-text2) h s l / 14%);
  }

  .attachment-meta.svelte-18pz1rq {
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem;
    overflow-wrap: anywhere;
  }

  .attachment-list.svelte-18pz1rq small:where(.svelte-18pz1rq) {
    color: var(--vats-text2);
    font-size: var(--vats-text-xs);
    white-space: nowrap;
    padding-left: 1rem;
  }

  .attachment-action.svelte-18pz1rq {
    flex-shrink: 0;
  }

  .grecaptcha-badge {
    visibility: hidden;
  }

  .form.svelte-t537fq {
    display: flex;
    flex-direction: column;
    min-height: 0;
    flex: 1;
  }

  .form-section.svelte-t537fq {
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow-y: auto;
    background-color: var(--vats-sidebar-background);
    border-radius: 1rem;
    box-sizing: border-box;
    padding: 1rem;
    flex: 1;
  }

  .honey.svelte-t537fq {
    display: none;
  }

  .bottom-section.svelte-t537fq {
    display: flex;
    justify-content: center;
    flex-shrink: 0;
    padding-top: 1rem;
  }

  .submit-block.svelte-t537fq {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }

  .recaptcha-notice.svelte-t537fq {
    margin: 0;
    font-size: var(--vats-text-xxs);
    line-height: 1.4;
    color: var(--vats-text4);
    text-align: center;
  }

  .recaptcha-notice.svelte-t537fq a:where(.svelte-t537fq) {
    color: inherit;
    text-decoration: underline;
  }

  .dialog-frame.svelte-9l8nb0 {
    line-height: 1.25;
    width: 90vw;
    max-width: 60rem;
    max-height: 99vh;
    height: max-content;
    display: flex;
    flex-direction: column;
  }

  .dialog-content-wrapper.svelte-9l8nb0 {
    box-sizing: border-box;
    padding: 1rem 1rem 0 1rem;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-height: 0;
    flex-grow: 1;
  }

  .title-section.svelte-9l8nb0 {
    flex-shrink: 0;
    font-size: var(--vats-text-xl);
    color: var(--vats-text);
    font-weight: 600;
    text-align: center;
  }
