 
.comment-box {
    border: 1px solid #d1d5da;
    border-radius: 6px;
    padding: 12px 16px;
    margin-bottom: 12px;
    background-color: #f6f8fa;
}

.comment-header {
    font-weight: bold;
    color: #24292e;
    margin-bottom: 6px;
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
}

.comment-body {
    color: #24292e;
    font-size: 0.95rem;
    white-space: pre-wrap;
}

.message-error {
    background-color: #ffeef0;
    color: #86181d;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: none;
}

.message-success {
    background-color: #e6ffed;
    color: #22863a;
    padding: 8px 12px;
    border-radius: 4px;
    margin-bottom: 8px;
    display: none;
}
