/* Container: left aligned always; width controlled by inline max-width */
.kb-sat-wrap{ text-align:left; border:1px solid var(--kb-sat-border,#e5e7eb); border-radius:10px; padding:14px; background:#fff; box-shadow:0 2px 10px rgba(0,0,0,.03); }

/* Titles */
.kb-sat-title { font-weight:700; letter-spacing:.5px; }
.kb-sat-wrap h2.kb-sat-title { font-size:1.1rem; margin:0 0 .25rem; }
.kb-sat-sub { margin:.25rem 0 .6rem; }
.kb-sat-sub--tight { margin:0 0 .5rem !important; }

/* Stars */
.kb-sat-stars{ display:flex; justify-content:flex-start; gap:.25rem; margin-bottom:.5rem; }
.kb-sat-star{ font-size:1.4rem; line-height:1; background:transparent; border:0; cursor:pointer; transition:transform .1s ease; }
.kb-sat-star:hover{ transform: scale(1.1); }
.kb-sat-star.active{ color:#f59e0b; }

/* Input: underline only */
.kb-sat-input input{ width:100%; padding:.5rem 0; border:0; border-bottom:1px solid #e5e7eb; border-radius:0; background:transparent; }

/* Button */
.kb-sat-submit{ display:inline-block; padding:.45rem .9rem; border-radius:8px; border:1px solid #e5e7eb; background:#111; color:#fff; cursor:pointer; }
/* Footer (site context) button: pill */
.kb-sat-wrap[data-context="site"] .kb-sat-submit{ border-radius:99px; }
