/* Prompts Styling */
.prompt-item {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 15px;
    border-left: 4px solid #667eea;
}

.prompt-question {
    color: #667eea;
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 10px;
    line-height: 1.4;
}

.prompt-answer {
    color: #2d3748;
    font-size: 0.95rem;
    line-height: 1.6;
}

.prompts-list {
    margin-top: 15px;
}
