.inputs.svelte-clkex {
    display: grid;
    grid-gap: var(--space-4);
    grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr))
}

.after-input.svelte-clkex {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
    cursor: text;
    right: var(--spacingEm-0-75)
}