.SocialInput-container{width:100%;min-height:36px;display:flex;position:relative}.spoiler-message{color:#0000;user-select:none;cursor:pointer;background:0 0;border-radius:.1875em;padding:0 .125em;position:relative;overflow:hidden}.spoiler-message.spoiler-message__showed,.spoiler-message__showed{background-color:var(--BLOCK_COLOR);color:var(--TEXT_COLOR);user-select:text;animation:.3s ease-out showSpoiler}.spoiler-message.spoiler-message__showed:hover,.spoiler-message__showed:hover{background-color:var(--AIR_BLOCK_COLOR)}.spoiler-message-animated{color:#0000;user-select:none;cursor:pointer;background:0 0;border-radius:.1875em;padding:0 .125em;position:relative;overflow:hidden}.spoiler-message-animated.spoiler-message__showed,.spoiler-message-animated__showed{background-color:var(--BLOCK_COLOR);color:var(--TEXT_COLOR);user-select:text;animation:.3s ease-out showSpoiler}.spoiler-message-animated.spoiler-message__showed canvas,.spoiler-message-animated__showed canvas{display:none}.spoiler-message-animated.spoiler-message__showed:hover,.spoiler-message-animated__showed:hover{background-color:var(--AIR_BLOCK_COLOR)}@keyframes showSpoiler{0%{filter:blur(.25em)}to{filter:blur()}}.code-block-container{border-radius:var(--BR_BASE);border:1px solid var(--AIR_BLOCK_COLOR);box-sizing:border-box;width:100%;max-width:100%;margin:3px 0;display:block;position:relative;overflow:hidden}.code-language{background:var(--AIR_BLOCK_COLOR);color:var(--TEXT_COLOR);text-transform:uppercase;z-index:2;opacity:.9;border-radius:0 .375em 0 .25em;padding:0 3px;font-size:.7em;font-weight:500;position:absolute;top:0;right:0}.code-block{white-space:pre;box-sizing:border-box;width:100%;margin:0;padding:18px 4px 4px;font-family:Menlo,Monaco,Consolas,monospace;font-size:.9em;line-height:1.5;overflow-x:auto}.code-block code{white-space:pre;color:inherit;overflow-wrap:normal;word-break:keep-all;background:0 0;width:max-content;min-width:100%;padding:0;font-family:inherit;display:inline-block}.code-block::-webkit-scrollbar{height:6px;display:initial}.inline-code{background:var(--AIR_BLOCK_COLOR);white-space:pre-wrap;word-break:break-word;vertical-align:middle;border:.0625em solid #0000001a;border-radius:.1875em;max-width:100%;padding:.125em .25em;font-family:Menlo,Monaco,Consolas,monospace;font-size:.9em;display:inline-block;overflow-x:auto}
