.gopherchat{display:inline-block;position:relative;background-color:#eee;border-radius:20px;padding:12px}.gopherchat:before{content:"";position:absolute;z-index:0;bottom:0;left:-7px;height:20px;width:20px;background:#eee;border-bottom-right-radius:15px}.gopherchat:after{content:"";position:absolute;z-index:1;bottom:0;left:-10px;width:10px;height:20px;background:#fff;border-bottom-right-radius:10px}.anchor{display:none;float:left;padding-right:4px;margin-left:-20px;line-height:1}h2:hover .anchor,h3:hover .anchor,h4:hover .anchor,h5:hover .anchor,h6:hover .anchor{display:inline-block}body{--highlight-kwd-color:#d00;--highlight-pln-color:#000;--highlight-str-color:#090;--highlight-pun-color:#666;--highlight-dec-color:#f90;--highlight-typ-color:#49e;--highlight-com-color:#999}.kwd{color:var(--highlight-kwd-color)}.pln{color:var(--highlight-pln-color)}.str{color:var(--highlight-str-color)}.pun{color:var(--highlight-pun-color)}.dec{color:var(--highlight-dec-color)}.typ{color:var(--highlight-typ-color)}.com{color:var(--highlight-com-color)}.code{padding:1.5rem;margin-left:-1.5rem;margin-top:1rem;margin-bottom:1rem}pre.code{white-space:pre-wrap}code{padding:0;margin:0;font-size:85%;background-color:rgba(27,31,35,5%);border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:#555}.highlight{margin-top:1rem;margin-bottom:1rem}.highlight pre{padding:1.5rem;margin:0;margin-left:-1.5rem;font-size:85%;background-color:rgba(27,31,35,5%);border-radius:3px;font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;color:#555}#post-content img{max-width:100%;height:auto;display:block;margin:1rem 0}#post-content .table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch;margin:1.25rem 0;border:1px solid rgba(0,0,0,.1);border-radius:12px;background:#fff}#post-content table{width:max-content;min-width:100%;border-collapse:separate;border-spacing:0;margin:0;background:#fff}#post-content table thead th,#post-content table tr:first-child>th{background:#f1f3f5;color:#343a40;font-weight:650;border-bottom:1px solid rgba(0,0,0,.1)}#post-content table th,#post-content table td{padding:.55rem .7rem;text-align:center;vertical-align:middle;border-right:1px solid rgba(0,0,0,8%);overflow-wrap:break-word;word-break:break-word}#post-content table th:last-child,#post-content table td:last-child{border-right:none}#post-content table tbody tr:not(:last-child) td,#post-content table tbody tr:not(:last-child) th{border-bottom:1px solid rgba(0,0,0,8%)}