body {
  font-family: system-ui, sans-serif;
  max-width: 700px;
  margin: 0 auto;
  padding: 1rem;
  line-height: 1.6;
  color: #333;
  background: #fafafa;
  overflow-wrap: break-word;
}

a {
  color: #0366d6;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

hr {
  margin: 3rem 0;
}

table {
  border-collapse: collapse;
}

tr,
th,
td {
  border: 1px solid;
  padding: 0.25rem;
}

blockquote {
  border-left: 0.2rem solid #999;
  padding: 0 0.5rem;
  color: #666;
  font-style: italic;
}

pre {
  overflow-x: auto;
}

h1,
h2,
h3 {
  line-height: 1.2;
  margin-top: 1.5rem;
}

.post-header {
  display: flex;
  flex-direction: column;
}

.post-meta {
  color: #666;
  text-align: right;
}

.post-meta p {
  margin: 0;
}

.post-list li {
  margin-bottom: 1rem;
}

.post-list-meta {
  color: #666;
}

.tagline {
  color: #666;
  font-style: italic;
  margin-top: -1rem;
}

ul {
  padding-left: 1.2rem;
}

main {
  display: block;
}

.media-container {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.media-container a {
  position: absolute;
  right: 5px;
  bottom: 0;
  font-size: 2rem;
  text-shadow: 0.1rem 0.1rem 0 #fafafa;
}

.media-container img,
.media-container video {
  max-width: 100%;
  max-height: 30rem;
}

figure,
figcaption {
  text-align: center;
}

audio {
  width: 100%;
}

#comments {
  list-style-type: none;
  padding-left: 0;
}

.replies {
  list-style-type: none;
  padding-left: 1rem;
  margin-left: 1rem;
  border-left: medium solid lightgray;
}

textarea {
  resize: vertical;
  display: block;
  width: 100%;
  box-sizing: border-box;
  height: 100px;
}

input,
textarea,
button {
  font-size: 1rem;
  margin-bottom: 1rem;
}

button.g-recaptcha {
  display: block;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

#recaptcha-branding,
label {
  color: #666;
}

.comment-meta {
  color: #666;
}

.comment-respond-button {
  float: right;
}

.comment-text {
  white-space: pre-line;
  display: block;
  margin-top: 0.5rem;
  margin-bottom: 2.5rem;
}
