.header .logo img {
  width: 64px;
  height: 64px;
}

body pre {
  margin-bottom: 1.5em;
}

body code {
  font-family: monospace;
  font-size: 1.15em;
}

body .text a,
body .excerpt a {
  display: inline-block;
  line-height: 0.85;
  border-bottom: 2px solid currentColor;
  text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white;
}

body .text sup {
  font-size: 80%;
  vertical-align: super;
  line-height: 0.85em;
}

body .text sup a.footnote-ref {
  color: darkblue;
  text-decoration: none;
  // Reset pretty underline
  display: revert;
  border-bottom: none;
  text-shadow: none;
}

body .text .footnotes hr {
  width: 2em;
  margin-top: 1.5em;
  margin-bottom: 0.75em;
  border-top-style: solid;
  border-inline-start: none;
  border-inline-end: none;
}

body .text a.footnote-backref {
  border-bottom: none;
  text-shadow: none;
}

body .notes .note .excerpt {
  padding: 0 1rem 1rem 1rem;
}

body .notes .note .excerpt a {
  padding: revert;
}

.layout .teasers h2.section {
  margin-bottom: 0.75rem;
}

.text .apple-promotion {
  text-align: center;
}

.text .apple-promotion .aas-qr {
  width: 250px;
}

.text .signal-promotion {
  text-align: center;
}

.text .signal-promotion .qr-code {
  width: 290px;
}

.text .signal-promotion .link {
}

blockquote {
  line-height: 1.4;
  position: relative;
  width: fit-content;
  margin: 0 0 0 1.5em;
  padding: 0;
}

blockquote:before,
blockquote:after {
  position: absolute;
  font-size: 1rem;
  width: 0.5rem;
  height: 0.5rem;
}

blockquote:before {
  content: "”";
  left: -0.4rem;
  bottom: -0rem;
}

blockquote:after {
  content: "“";
  right: -0.55rem;
  top: -0.2rem;
}

cite {
  line-height: 3;
  text-align: left;
}

.text h2 a {
  font-weight: 700;
}
