/* "Was this calculator helpful?" card - Google-sign-in-gated helpful voting.
   Matches the existing .template-side-card look (same card shell, border-radius,
   spacing conventions already used in the left sidebar). */
.sct-helpful-card h3{margin-top:0}
.sct-helpful-row{display:flex;gap:10px;margin:12px 0 8px}
.sct-helpful-btn{display:flex;align-items:center;gap:7px;border:1px solid #d7e0ee;background:#fff;border-radius:10px;padding:9px 14px;font-weight:700;cursor:pointer;font-size:.88rem;color:#17365d;transition:.15s ease}
.sct-helpful-btn:hover{background:#f5f8fc;border-color:#b9c9e0}
.sct-helpful-btn.is-active{background:#eff6ff;border-color:#1769ff;color:#1769ff}
.sct-helpful-btn .sct-helpful-icon{font-size:1.05rem;line-height:1}
.sct-helpful-count{font-weight:800}
.sct-helpful-signin{margin-top:10px;min-height:40px}
.sct-helpful-status{font-size:.8rem;color:#64748b;margin:8px 0 0;line-height:1.4}
