/* Ratings & Reviews card - matches the existing .template-side-card look and the
   same visual language as sct-helpful-card (border-radius, spacing, colors). */
.sct-reviews-card h3{margin-top:0}
.sct-reviews-summary{display:flex;align-items:center;gap:10px;margin:12px 0 14px}
.sct-reviews-avg{font-size:2rem;font-weight:800;color:#10213f;line-height:1}
.sct-reviews-stars{color:#e2a500;letter-spacing:1px;font-size:1rem}
.sct-reviews-count{color:#64748b;font-size:.8rem;display:block;margin-top:2px}
.sct-reviews-empty{color:#64748b;font-size:.86rem;margin:0 0 14px;line-height:1.5}
.sct-reviews-list{display:flex;flex-direction:column;gap:12px;margin:0 0 14px}
.sct-review-item{border-top:1px solid #e7ecf4;padding-top:10px}
.sct-review-item:first-child{border-top:none;padding-top:0}
.sct-review-item .sct-reviews-stars{font-size:.82rem;display:block;margin-bottom:3px}
.sct-review-title{font-weight:700;font-size:.9rem;color:#17365d;display:block;margin-bottom:2px}
.sct-review-text{font-size:.85rem;color:#475569;line-height:1.5;margin:0 0 3px}
.sct-review-byline{font-size:.76rem;color:#94a3b8}
.sct-reviews-more{font-size:.8rem;color:#64748b;margin:0 0 14px}
.sct-write-review-btn{width:100%;border:1px solid #d7e0ee;background:#fff;border-radius:10px;padding:9px 14px;font-weight:700;cursor:pointer;font-size:.86rem;color:#17365d;transition:.15s ease}
.sct-write-review-btn:hover{background:#f5f8fc;border-color:#b9c9e0}
.sct-review-form{margin-top:12px;border-top:1px solid #e7ecf4;padding-top:12px;display:none}
.sct-review-form.is-open{display:block}
.sct-review-star-picker{display:flex;gap:4px;margin-bottom:10px}
.sct-review-star-picker button{background:none;border:none;font-size:1.4rem;line-height:1;cursor:pointer;color:#d7dde8;padding:0}
.sct-review-star-picker button.is-filled{color:#e2a500}
.sct-review-form input[type=text],.sct-review-form textarea{width:100%;box-sizing:border-box;border:1px solid #c9d7ea;border-radius:8px;padding:9px 11px;font:inherit;font-size:.88rem;margin-bottom:8px;resize:vertical}
.sct-review-form textarea{min-height:70px}
.sct-review-form .sct-review-charcount{font-size:.74rem;color:#94a3b8;text-align:right;margin:-4px 0 8px}
.sct-review-signin{margin:6px 0}
.sct-review-submit-btn{border:none;background:#2563eb;color:#fff;border-radius:8px;padding:9px 16px;font-weight:700;font-size:.86rem;cursor:pointer}
.sct-review-submit-btn:disabled{opacity:.5;cursor:default}
.sct-reviews-status{font-size:.8rem;color:#64748b;margin:8px 0 0;line-height:1.4}
