#site-content > article h1.block-title {
  font-size: 1.5em;
}

#site-content > article h1 .release-date {
  font-size: 12px;
  color: #888;
}

#site-content .flex {
  margin: 1em 0;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

#site-content .flex > * {
  flex: 1;
}

#site-content .card {
  border: 1px solid black;
  box-shadow: 2px 2px 0 black;
}

#site-content .card .card-titlebar {
  padding: 12px;
  display: flex;
  gap: 8px;
  align-items: center;
}

#site-content .card .card-titlebar .card-icon {
  font-size: 20px;
}

#site-content .card .card-titlebar .card-title {
  font-size: 1.2em;
  font-weight: bold;
  flex: 1;
}

#site-content .card .card-content {
  padding: 0 12px 12px 12px;
}

#site-content :is(h1:not(.block-title), h2, h3, h4, h5) {
  margin: 1em 0 0 0;
}

#site-content table {
  border-collapse: collapse;
}

#site-content p + :is(table, div.highlight) {
  margin-top: 1em;
}

#site-content :is(table, div.highlight) + p {
  margin-top: 1em;
}

#site-content table th {
  font-weight: bold;
  background-color: rgb(187, 193, 187);
}

#site-content table td, #site-content table th {
  border: 1px solid black;
  padding: 4px 8px;
}

#site-content table:not(.highlighttable) td, #site-content table th {
  min-width: 100px;
}

#site-content .highlighttable td {
  border: none;
}

#site-content .highlighttable pre {
  margin: 0;
  line-height: 1.5em;
}

#site-content .highlighttable td.linenos {
  background-color: rgb(187, 193, 187);
}

#site-content .highlighttable td.code {
  background-color: rgb(238, 238, 238);
}

.new, .notes {
  font-weight: bold;
  margin: 0;
  padding: 4px 0;
}

:is(.new, .notes) a {
  color: #620c1b;
}

:is(.new, .notes) a:hover {
  text-decoration: none;
}

:is(.new, .notes)::before {
  vertical-align: middle;
  content: "\f80f\f80f"; /* two ! icons */
  letter-spacing: -18px;
  font-family: "tabler-icons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-size: 24px;
  margin-right: 18px;
  color: #620c1b;
}

.notes::before {
  content: "\eb6e";
  font-size: 20px;
  margin-right: 8px;
  letter-spacing: initial;
}

.notes .small-date {
  display: block;
  text-indent: 28px; /* Note that this is 20px + 8px, see .notes::before rule */
}

.small-date {
  font-size: 0.6em;
  opacity: 0.5;
}

ul.articles {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.articles li {
  padding: 16px 16px;
  border-bottom: 1px solid #ccc;
}

ul.articles li a {
  color: #620c1b;
}

ul.articles li .article-meta {
  font-size: 12px;
  color: #888;
}

ul.articles li h3 {
  margin-top: 0 !important;
}

ul.articles .release-note {
  display: flex;
  align-items: center;
}

ul.articles .release-note .version {
  font-size: 56px;
  margin-right: 16px;
}

ul.articles .release-note .version a {
  text-decoration: none;
}

#site-content article .highlight .hll { background-color: #ffffcc }
#site-content article .highlight  { background: #eeeeee; }
#site-content article .highlight .c { color: #408080; font-style: italic } /* Comment */
#site-content article .highlight .err { border: 1px solid #FF0000 } /* Error */
#site-content article .highlight .k { color: #008000; font-weight: bold } /* Keyword */
#site-content article .highlight .o { color: #666666 } /* Operator */
#site-content article .highlight .ch { color: #408080; font-style: italic } /* Comment.Hashbang */
#site-content article .highlight .cm { color: #408080; font-style: italic } /* Comment.Multiline */
#site-content article .highlight .cp { color: #BC7A00 } /* Comment.Preproc */
#site-content article .highlight .cpf { color: #408080; font-style: italic } /* Comment.PreprocFile */
#site-content article .highlight .c1 { color: #408080; font-style: italic } /* Comment.Single */
#site-content article .highlight .cs { color: #408080; font-style: italic } /* Comment.Special */
#site-content article .highlight .gd { color: #A00000 } /* Generic.Deleted */
#site-content article .highlight .ge { font-style: italic } /* Generic.Emph */
#site-content article .highlight .gr { color: #FF0000 } /* Generic.Error */
#site-content article .highlight .gh { color: #000080; font-weight: bold } /* Generic.Heading */
#site-content article .highlight .gi { color: #00A000 } /* Generic.Inserted */
#site-content article .highlight .go { color: #888888 } /* Generic.Output */
#site-content article .highlight .gp { color: #000080; font-weight: bold } /* Generic.Prompt */
#site-content article .highlight .gs { font-weight: bold } /* Generic.Strong */
#site-content article .highlight .gu { color: #800080; font-weight: bold } /* Generic.Subheading */
#site-content article .highlight .gt { color: #0044DD } /* Generic.Traceback */
#site-content article .highlight .kc { color: #008000; font-weight: bold } /* Keyword.Constant */
#site-content article .highlight .kd { color: #008000; font-weight: bold } /* Keyword.Declaration */
#site-content article .highlight .kn { color: #008000; font-weight: bold } /* Keyword.Namespace */
#site-content article .highlight .kp { color: #008000 } /* Keyword.Pseudo */
#site-content article .highlight .kr { color: #008000; font-weight: bold } /* Keyword.Reserved */
#site-content article .highlight .kt { color: #B00040 } /* Keyword.Type */
#site-content article .highlight .m { color: #666666 } /* Literal.Number */
#site-content article .highlight .s { color: #BA2121 } /* Literal.String */
#site-content article .highlight .na { color: #7D9029 } /* Name.Attribute */
#site-content article .highlight .nb { color: #008000 } /* Name.Builtin */
#site-content article .highlight .nc { color: #0000FF; font-weight: bold } /* Name.Class */
#site-content article .highlight .no { color: #880000 } /* Name.Constant */
#site-content article .highlight .nd { color: #AA22FF } /* Name.Decorator */
#site-content article .highlight .ni { color: #999999; font-weight: bold } /* Name.Entity */
#site-content article .highlight .ne { color: #D2413A; font-weight: bold } /* Name.Exception */
#site-content article .highlight .nf { color: #0000FF } /* Name.Function */
#site-content article .highlight .nl { color: #A0A000 } /* Name.Label */
#site-content article .highlight .nn { color: #0000FF; font-weight: bold } /* Name.Namespace */
#site-content article .highlight .nt { color: #008000; font-weight: bold } /* Name.Tag */
#site-content article .highlight .nv { color: #19177C } /* Name.Variable */
#site-content article .highlight .ow { color: #AA22FF; font-weight: bold } /* Operator.Word */
#site-content article .highlight .w { color: #bbbbbb } /* Text.Whitespace */
#site-content article .highlight .mb { color: #666666 } /* Literal.Number.Bin */
#site-content article .highlight .mf { color: #666666 } /* Literal.Number.Float */
#site-content article .highlight .mh { color: #666666 } /* Literal.Number.Hex */
#site-content article .highlight .mi { color: #666666 } /* Literal.Number.Integer */
#site-content article .highlight .mo { color: #666666 } /* Literal.Number.Oct */
#site-content article .highlight .sa { color: #BA2121 } /* Literal.String.Affix */
#site-content article .highlight .sb { color: #BA2121 } /* Literal.String.Backtick */
#site-content article .highlight .sc { color: #BA2121 } /* Literal.String.Char */
#site-content article .highlight .dl { color: #BA2121 } /* Literal.String.Delimiter */
#site-content article .highlight .sd { color: #BA2121; font-style: italic } /* Literal.String.Doc */
#site-content article .highlight .s2 { color: #BA2121 } /* Literal.String.Double */
#site-content article .highlight .se { color: #BB6622; font-weight: bold } /* Literal.String.Escape */
#site-content article .highlight .sh { color: #BA2121 } /* Literal.String.Heredoc */
#site-content article .highlight .si { color: #BB6688; font-weight: bold } /* Literal.String.Interpol */
#site-content article .highlight .sx { color: #008000 } /* Literal.String.Other */
#site-content article .highlight .sr { color: #BB6688 } /* Literal.String.Regex */
#site-content article .highlight .s1 { color: #BA2121 } /* Literal.String.Single */
#site-content article .highlight .ss { color: #19177C } /* Literal.String.Symbol */
#site-content article .highlight .bp { color: #008000 } /* Name.Builtin.Pseudo */
#site-content article .highlight .fm { color: #0000FF } /* Name.Function.Magic */
#site-content article .highlight .vc { color: #19177C } /* Name.Variable.Class */
#site-content article .highlight .vg { color: #19177C } /* Name.Variable.Global */
#site-content article .highlight .vi { color: #19177C } /* Name.Variable.Instance */
#site-content article .highlight .vm { color: #19177C } /* Name.Variable.Magic */
#site-content article .highlight .il { color: #666666 } /* Literal.Number.Integer.Long */