
.mgrp-container { font-family: sans-serif; text-align: center; padding: 30px; }
.mgrp-title { font-size: 24px; margin-bottom: 20px; }
.mgrp-reviews-wrapper { position: relative; overflow: hidden; }
.mgrp-reviews-slider { display: flex; transition: transform 0.3s ease; }
.mgrp-review-item { min-width: 300px; max-width: 300px; margin: 0 10px; background: #f9f9f9; border-radius: 10px; padding: 15px; box-shadow: 0 2px 5px rgba(0,0,0,0.1); }
.mgrp-review-header { display: flex; align-items: center; gap: 10px; margin-bottom: 10px; }
.mgrp-profile-pic { width: 40px; height: 40px; border-radius: 50%; }
.mgrp-verified { color: #1a73e8; font-size: 12px; }
.mgrp-rating { font-size: 14px; color: #FFA500; margin-bottom: 10px; }
.mgrp-review-snippet { font-size: 14px; margin-bottom: 10px; }
.mgrp-read-more { background: none; border: none; color: #1a73e8; cursor: pointer; }
.mgrp-prev-btn, .mgrp-next-btn { position: absolute; top: 50%; transform: translateY(-50%); background: #1a73e8; color: white; border: none; padding: 8px 12px; cursor: pointer; border-radius: 5px; }
.mgrp-prev-btn { left: 0; }
.mgrp-next-btn { right: 0; }
.mgrp-popup-overlay { display: none; position: fixed; top: 0; left: 0; right: 0; bottom: 0; background: rgba(0,0,0,0.5); align-items: center; justify-content: center; z-index: 1000; }
.mgrp-popup-content { background: white; padding: 20px; max-width: 500px; border-radius: 10px; text-align: left; }
.mgrp-popup-close { float: right; cursor: pointer; font-size: 20px; }
