.sgrw-list{display:flex;flex-wrap:wrap;gap:20px;margin:0;padding:0;list-style:none;}
.sgrw-item{background:#222;color:#fff;padding:15px;border-radius:8px;flex:1 1 200px;min-width:200px;}
.sgrw-author{display:flex;align-items:center;margin-bottom:8px;}
.sgrw-author-img{width:40px;height:40px;border-radius:50%;margin-right:10px;}
.sgrw-author-name{font-weight:bold;margin-right:8px;}
.sgrw-date{font-size:0.9em;color:#ccc;}
.sgrw-stars{color:#FFD700;margin-bottom:8px;}
.sgrw-text{margin-bottom:5px;}
.sgrw-item:hover{opacity:0.9;}
#sgrw-modal{display:none;position:fixed;z-index:9999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.8);}
.sgrw-modal-content{background:#333;color:#fff;margin:50px auto;padding:20px;border-radius:10px;max-width:600px;position:relative;}
.sgrw-close{position:absolute;top:10px;right:15px;font-size:28px;font-weight:bold;color:#fff;cursor:pointer;}
.sgrw-nav{display:flex;justify-content:space-between;margin-top:15px;}
.sgrw-prev,.sgrw-next{color:#750000;font-size:24px;cursor:pointer;}
.sgrw-modal-inner .sgrw-author-img{width:50px;height:50px;}
.sgrw-modal-inner .sgrw-text{margin-top:15px;}
