.rrp-related-products{ margin-top:40px; }
.rrp-related-products .rrp-title{ font-size:1.5rem; margin:0 0 16px; }
.rrp-related-products .rrp-grid{
  display:grid; gap:16px;
  grid-template-columns: repeat(auto-fill,minmax(220px,1fr));
}
.rrp-related-products .rrp-card{
  border:1px solid #e5e5e5; padding:12px; border-radius:8px;
  display:flex; flex-direction:column; gap:8px; background:#fff;
}
.rrp-related-products .rrp-thumb img{ width:100%; height:auto; display:block; border-radius:6px; }
.rrp-related-products .rrp-name{ font-size:1rem; margin:0 0 4px; }
.rrp-related-products .rrp-price{ font-weight:600; margin-bottom:6px; }