.firenote-ai{
    max-width:800px;
    margin:0 auto;
}

.firenote-question{
    background:#fff;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:20px;
    margin-bottom:20px;
}

.firenote-question textarea{
    width:100%;
    min-height:140px;
    border:1px solid #d1d5db;
    border-radius:16px;
    padding:15px;
    font-size:16px;
    resize:vertical;
}

#firenote-send{
    margin-top:15px;
    background:#0f172a;
    color:white;
    border:none;
    border-radius:15px;
    padding:14px 28px;
    font-size:16px;
    cursor:pointer;
}

.firenote-answer{
    background:white;
    border:1px solid #e5e7eb;
    border-radius:20px;
    padding:20px;
}

#firenote-answer-box{
    min-height:300px;
    line-height:1.9;
    white-space:pre-wrap;
}