/* Styles for AI assistant page */
.ai-tools {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.ai-output {
    background: #fff;
    border: 1px solid #eaeaea;
    border-radius: 4px;
    padding: 1rem;
    min-height: 100px;
}

.ai-output pre {
    white-space: pre-wrap;
    font-family: inherit;
}

.usage-note {
    color: #5f6b7a;
}
