.form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.input {
    width: 100%;
}

.hint {
    margin-top: 0.375rem;
    font-size: 0.813rem;
    color: var(--text-tertiary);
}

.editorWrapper {
    border: 1px solid var(--border-color);
    border-radius: 0.5rem;
    overflow: hidden;
}