    .com_comment {
        background: #2d2d2d;
        border-radius: 8px;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: 0 2px 8px rgba(0,0,0,0.3);
        border: 1px solid #3a3a3a;
    }
    
    .com_author {
        font-weight: bold;
        color: #fff;
        margin-bottom: 5px;
    }
    
    .com_date {
        font-size: 12px;
        color: #888;
        margin-bottom: 10px;
    }
    
    .com_content {
        color: #ccc;
        line-height: 1.4;
        margin-bottom: 8px;
    }
    
    .com_status {
        display: inline-block;
        padding: 2px 8px;
        border-radius: 10px;
        font-size: 11px;
    }
    
    .com_status.approved {
        background: #1e4620;
        color: #4caf50;
    }
    
    .com_status.pending {
        background: #4a3c1e;
        color: #ffa726;
    }