.crp-container { padding: 15px; border-radius: 8px; }
.crp-list { list-style: none; padding: 0; margin: 0; }
.crp-item { display: flex; align-items: center; margin-bottom: 10px; }
.crp-thumbnail { width: 80px; height: auto; border-radius: 4px; margin-right: 10px; }
.crp-title { font-size: 14px; line-height: 1.3; }
.crp-container h3 { font-weight: bold; }  /* Heading bold */

