/* style.css for test_photo_qa */
body {
    background-color: #f8f9fa;
}
.card {
    border-radius: 10px;
    overflow: hidden;
}
.card-header {
    font-weight: 500;
}
#imagePreview {
    border: 1px solid #ddd;
    padding: 5px;
    border-radius: 5px;
    background: #fff;
}
.progress {
    border-radius: 10px;
}
#thinkingText, #answerText {
    font-size: 0.95rem;
}
#errorMessage {
    font-weight: 500;
}