.format-grid.svelte-13mdrcn{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.format-option.svelte-13mdrcn{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:.4rem;width:100%;min-height:5.25rem;margin:0;padding:1rem 1.1rem;text-align:left;border:1px solid var(--border);border-radius:.5rem;background:var(--background);color:var(--foreground);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,box-shadow .15s ease}.format-option.svelte-13mdrcn:hover{border-color:color-mix(in srgb,var(--foreground) 55%,var(--border));background:var(--background2)}.format-option--selected.svelte-13mdrcn{border-color:var(--foreground);background:var(--muted);box-shadow:inset 0 0 0 1px var(--foreground)}.format-option__label.svelte-13mdrcn{display:block;width:100%;font-size:1rem;font-weight:600;letter-spacing:-.01em;line-height:1.25;color:var(--foreground)}.format-option__desc.svelte-13mdrcn{display:block;width:100%;font-size:.8125rem;font-weight:400;line-height:1.45;color:var(--muted-foreground)}@media(max-width:480px){.format-grid.svelte-13mdrcn{grid-template-columns:1fr}.format-option.svelte-13mdrcn{min-height:0}}
