/* NH Reviews styles - system font */
.nh-avg, .nh-count, .nh-login-req { font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial; direction: rtl; margin:8px 0; }
.nh-review-wrap { border:1px solid #eee; padding:12px; background:#fff; }
.nh-form .nh-field { margin-bottom:8px; }
.nh-form label { display:block; font-size:14px; margin-bottom:4px; }
.nh-stars { display:flex; gap:6px; }
.nh-star input { display:none; }
.nh-star span { display:inline-block; padding:6px 8px; border:1px solid #ddd; border-radius:4px; cursor:pointer; user-select:none; }
.nh-star.hover span, .nh-star.active span { background:#f5c518; border-color:#e0a800; color:#000; }
.nh-form textarea { width:100%; font-family:inherit; }
.nh-form button { padding:8px 12px; border-radius:6px; border:0; cursor:pointer; background:#1e73be; color:#fff; font-family:inherit; }

/* Carousel scrolling */
.nh-carousel { overflow-x:auto; -webkit-overflow-scrolling:touch; scroll-behavior:smooth; padding:8px 0; }
.nh-track { display:flex; gap:10px; padding-bottom:8px; }
.nh-card { flex:0 0 auto; border:1px solid #eee; border-radius:8px; padding:10px; background:#fafafa; min-width:260px; max-width:320px; }
.nh-card-author { font-weight:600; }
.nh-card-rating { margin:6px 0; color:#333; }
.nh-card-content { font-size:14px; color:#444; }

.nh-message { margin:8px 0; }
