.block_head_chat .rulesBtns { display:flex; align-items:center; gap:7px; }
.block_head_chat .rulesBtns #generalChatSound { display:flex; align-items:center; justify-content:center; width:24px; height:24px; padding:0; border:1px solid #333131; border-radius:4px; background:linear-gradient(-45deg,#141414 15%,#272727 150%); color:#98bff1; cursor:pointer; }
#generalChatSound svg { width:16px; height:16px; }
#generalChatSound .sound-off, #generalChatSound.is-muted .sound-on { display:none; }
#generalChatSound.is-muted .sound-off { display:block; }
#generalChatSound:focus-visible, #generalChatRules:focus-visible { outline:2px solid #98bff1; outline-offset:3px; }
#generalChatRulesDialog { box-sizing:border-box; width:460px; max-width:calc(100vw - 32px); max-height:calc(100vh - 40px); padding:22px; border:1px solid #3b3b48; border-radius:14px; background:#212129; color:#dedee7; box-shadow:0 18px 65px #0008; }
#generalChatRulesDialog::backdrop { background:#0009; }
#generalChatRulesDialog header { display:flex; align-items:center; justify-content:space-between; gap:12px; margin-bottom:14px; }
#generalChatRulesDialog h2 { font-size:20px; color:#f3f3f7; margin:0; }
#generalChatRulesClose { border:0; background:transparent; color:#aeb3c2; padding:4px 8px; font-size:24px; cursor:pointer; }
#generalChatRulesDialog p { margin:0 0 10px; font-size:14px; }
#generalChatRulesDialog ul { margin:0; padding-left:20px; font-size:14px; line-height:1.5; }
#generalChatRulesDialog li + li { margin-top:8px; }
