.sttgallery-reviews{--gap:16px;--radius:12px;--shadow:0 6px 20px rgba(0,0,0,.08)}.sttgallery-reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--gap)}@media (max-width:1024px){.sttgallery-reviews-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.sttgallery-reviews-grid{grid-template-columns:1fr}}.sttgallery-card{background:#fff;border-radius:var(--radius);padding:16px;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:10px}.sttgallery-card-hd{display:flex;align-items:center;justify-content:space-between;gap:12px}.sttgallery-reviewer{font-weight:600}.sttgallery-source{display:flex;align-items:center;gap:6px;opacity:.8;font-size:.9rem}.sttgallery-stars{display:flex;align-items:center;gap:6px}.sttgallery-star svg{opacity:.3}.sttgallery-star.is-on svg{opacity:1}.sttgallery-rating-num{margin-left:6px;font-weight:600}.sttgallery-text{margin:0;line-height:1.5;color:#222}.sttgallery-readmore-hint{margin-left:6px;font-weight:600;white-space:nowrap;opacity:.9;border:0;background:transparent;padding:0;color:inherit;text-decoration:underline;cursor:pointer}.sttgallery-readmore-hint:focus-visible{outline:2px solid #111;outline-offset:2px;border-radius:4px}.sttgallery-src-link{font-size:.9rem;text-decoration:underline}.sttgallery-date{font-size:.85rem;opacity:.7}.sttgallery-actions{margin-top:16px;text-align:center}.sttgallery-btn{padding:10px 16px;border-radius:10px;border:1px solid #ddd;background:#fff;cursor:pointer}.sttgallery-btn:hover{background:#f7f7f7}.sttgallery-modal[hidden]{display:none}.sttgallery-modal{position:fixed;inset:0;z-index:2147483647}.sttgallery-modal-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.5)}.sttgallery-modal-dialog{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);margin:0;width:92%;max-width:1100px;max-height:85vh;background:#fff;border-radius:14px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 60px rgba(0,0,0,.35)}.sttgallery-modal-hd{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;border-bottom:1px solid #eee}.sttgallery-modal-body{padding:18px;overflow:auto}.sttgallery-modal-close{border:0;background:transparent;font-size:28px;line-height:1;cursor:pointer}.sttgallery-modal-grid{grid-template-columns:repeat(2,minmax(0,1fr))}@media (max-width:640px){.sttgallery-modal-dialog{width:96%}.sttgallery-modal-grid{grid-template-columns:1fr}}body.sttgallery-modal-open{overflow:hidden}