.ccp-comments-grid { display: grid; 
    grid-template-columns: 
    repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; 
    margin-bottom: 20px; } 

.ccp-single-comment-grid { background: #f9f9f9; 
    border: 1px solid #ddd; 
    padding: 10px 15px; 
    border-radius: 8px; } 

.ccp-single-comment-grid strong { display: block; 
    margin-bottom: 5px; color: #333; } 

.ccp-content { color: #555; }: 
make the style in this code