.scrx-list { list-style:none; margin:0; padding:0; }
.scrx-item { padding:10px 8px; border-bottom:1px solid #ddd; }
.scrx-item .scrx-meta { font-size:12px; color:#666; margin-bottom:6px; display:flex; gap:8px; align-items:baseline; }
.scrx-item .scrx-edited { font-style:italic; color:#888; }
.scrx-item .scrx-content { font-size:14px; margin-bottom:8px; }
.scrx-actions { display:flex; justify-content:space-between; align-items:center; gap:8px; }
.scrx-votes { display:flex; gap:8px; }
.scrx-thumb { border:1px solid #ddd; background:#fafafa; padding:6px 10px; border-radius:6px; cursor:pointer; }
.scrx-thumb[disabled] { opacity:.6; cursor:not-allowed; }
.scrx-right button { border:1px solid #ddd; background:#fff; padding:4px 8px; border-radius:6px; cursor:pointer; }
.scrx-children { list-style:none; margin:8px 0 0 12px; padding:0; border-left:2px solid #eee; }
.scrx-form { display:flex; flex-direction:column; gap:8px; margin-bottom:12px; }
.scrx-form textarea { width:100%; padding:8px; border:1px solid #ddd; border-radius:6px; }
.scrx-form .scrx-submit, .scrx-form .scrx-cancel-reply { border:1px solid #ddd; background:#fff; padding:6px 10px; border-radius:6px; cursor:pointer; }
.scrx-login-hint { font-size:14px; }
.scrx-flash { animation: scrxFlash 1.2s ease-in-out; }
@keyframes scrxFlash { 0%{background:#ffffcc;} 100%{background:transparent;} }
