.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}.card-img-top{border-radius:.25rem}.content-block{border:1px solid rgba(0,0,0,.075);border-radius:12px;padding:.9rem 1rem;background:rgba(255,255,255,.45)}.content-block h2,.content-block h3{margin-top:0}.content-block>:last-child{margin-bottom:0}.alert{margin:1.5rem 0;padding:1rem 1.25rem;border-left:4px solid;border-radius:.25rem}.alert-info{background-color:#d1ecf1;border-color:#0c5460;color:#0c5460}.alert-warning{background-color:#fff3cd;border-color:#856404;color:#856404}.alert-danger{background-color:#f8d7da;border-color:#721c24;color:#721c24}.alert-success{background-color:#d4edda;border-color:#155724;color:#155724}.alert-heading{margin-bottom:.5rem;font-weight:600}.svin-block{display:flex;align-items:center;margin:1.5rem 0;gap:10px}#post-content .svin-image{height:100px;width:auto;flex-shrink:0}.svin-block .gopherchat{vertical-align:ce;margin-bottom:0}#post-content table{width:100%;margin:.75rem 0 1.25rem;border-collapse:separate;border-spacing:0;background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:12px;overflow:hidden;box-shadow:0 1px rgba(0,0,0,3%)}#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%);white-space:nowrap}#post-content table th:last-child,#post-content table td:last-child{border-right:none}#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 tbody td{background:#fafbfc;color:#212529}#post-content table tbody tr:hover td{background:#f1f3f5}