.aw-toolbar {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.aw-preview {
    white-space: pre-wrap;
    word-break: break-word;
    font-family: var(--font-mono, monospace);
    font-size: 0.85rem;
    line-height: 1.5;
    margin: 0;
    padding: 1rem;
    border: 1px solid var(--border, rgba(255, 255, 255, 0.12));
    border-radius: 0.5rem;
    min-height: 12rem;
    background: rgba(255, 255, 255, 0.02);
}
