
/* R4.8 Community inline submit */
.hsb-comm-toolbar{display:flex;gap:8px;align-items:center;justify-content:space-between;margin-bottom:10px}
.hsb-comm-submit{display:none;border:1px solid #eee;border-radius:12px;padding:12px;background:#fff;margin-bottom:12px}
.hsb-comm-submit.open{display:block}
.hsb-comm-grid{display:grid;gap:12px}
@media (min-width:900px){.hsb-comm-grid{grid-template-columns:repeat(4,1fr)}}
@media (max-width:899px){.hsb-comm-grid{grid-template-columns:repeat(2,1fr)}}
.hsb-toast{position:fixed;left:50%;transform:translateX(-50%);bottom:24px;background:#111;color:#fff;padding:10px 14px;border-radius:8px;display:none;z-index:70}
.hsb-toast.show{display:block}
