#comment-section {
    margin-top: 30px;
    padding: 15px;
    border-top: 1px solid #ccc;
    background-color: #fdfdfd;
    border-radius: 8px;
    font-family: sans-serif;
}

.comment-intro {
    margin-bottom: 10px;
    color: #555;
    font-size: 0.95em;
}

#comment-section textarea {
    width: 100%;
    padding: 10px;
    font-size: 1em;
    margin-bottom: 10px;
    border-radius: 6px;
    border: 1px solid #ccc;
    resize: vertical;
}

#submit-comment {
    padding: 6px 14px;
    font-size: 1em;
    border-radius: 6px;
    background-color: #333;
    color: white;
    border: none;
    cursor: pointer;
}

#submit-comment:hover {
    background-color: #555;
}

#comment-list {
    margin-top: 20px;
    padding-left: 0;
    list-style-type: none;
}

#comment-list li {
    background-color: #f0f0f0;
    margin-bottom: 8px;
    padding: 10px;
    border-radius: 6px;
    word-wrap: break-word;
}
