/* 
#prev-comments {
    max-width: 600px;
    margin: 0 auto;
}
*/

.comment {
    background-color: #f9f9f9; 
    margin-top: 1rem;
    padding: 0.75rem 1rem;     
    border-radius: 6px;
}

.comment-author {
    display: inline-block;
    font-weight: bold;
    margin-right: 0.5rem;
}


.comment-text {
    margin-top: 0.5rem;
}

#post-errors {
    position: relative;
    background-color: rgba(255, 0, 51, 0.85);
    border-radius: 12px;         
    margin: 0.5rem auto;
    color: white;
    width: fit-content;
    padding: 0.75rem 1rem;       
    font-size: 0.9rem;           
    font-weight: 500;
    line-height: 1.4;
    gap: 0.5rem;
}

#errors-list {
    margin: 0.25rem 0 0 1rem;   
    padding: 0;
    list-style-type: disc;
}

#close-errors {
    position: absolute;
    top: 2.5%;
    right: 2%;
    color: white;
    font-weight: bold;
    cursor: pointer;
}
