.duimpjes-reviews-wrapper { font-family: Arial, sans-serif; border:1px solid #eee; padding:16px; border-radius:8px; max-width:900px; }
.dr-header { display:flex; justify-content:space-between; align-items:center; gap:12px; margin-bottom:12px; }
.dr-average { display:flex; align-items:center; gap:12px; }
.dr-average-score { font-size:18px; font-weight:700; }
.dr-average-bar { width:160px; height:8px; background:#f0f0f0; border-radius:4px; overflow:hidden; }
.dr-average-fill { height:100%; width:0; background:#4caf50; transition:width .3s ease; }
.dr-open-form { padding:8px 12px; cursor:pointer; border-radius:6px; border:0; background:#1976d2; color:#fff; }
.dr-list { display:flex; gap:12px; overflow-x:auto; padding:8px 4px; }
.dr-item { min-width:220px; flex:0 0 auto; background:#fafafa; padding:10px; border-radius:6px; border:1px solid #ececec; }
.dr-rating { font-size:20px; margin-bottom:6px; }
.dr-comment { margin-top:8px; color:#333; }
.dr-form-overlay { position:fixed; left:0; top:0; right:0; bottom:0; background:rgba(0,0,0,0.5); display:flex; align-items:center; justify-content:center; z-index:9999; }
.dr-form { background:#fff; padding:20px; border-radius:8px; width:90%; max-width:480px; position:relative; }
.dr-close-form { position:absolute; right:10px; top:8px; border:0; background:transparent; font-size:24px; cursor:pointer; }
.dr-stars { display:flex; gap:6px; }
.dr-thumb { background:#f1f1f1; border:0; padding:6px 8px; cursor:pointer; border-radius:6px; font-size:18px; }
.dr-thumb.active { background:#ffd700; }
