.post {
  position: relative;
  margin-bottom: 4px;
  padding: 5px 10px;
  border: 5px double #043038;
  background: black;
  color: white;
}
.post .inner {
  display: flex;
  gap: 1em;
}
.post .body {
  position: relative;
  float: right;
  line-height: 1.5;
  position: relative;
  width: 75%;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.post .header {
  display: flex;
  border-bottom: 2px double gray;
}
.post .header .header-inner {
  flex-grow: 1;
}
.post .header .num {
  flex-shrink: 0;
  flex-basis: 20px;
  text-align: right;
}
.post .content {
  overflow-x: auto;
  line-height: 1.1;
  height: 100%;
  padding-bottom: 1em;
  padding-right: 0.25em;
}
.post .content h1, .post .content h2, .post .content h3, .post .content h4, .post .content h5, .post .content h6 {
  font-family: initial;
  color: white;
}
.post .content img {
  max-height: 500px;
}
.post blockquote {
  position: relative;
  padding: 1.5em;
  padding-top: 2em;
  padding-left: 2.5em;
  border: 1px solid #043038;
  background-color: rgba(4, 48, 56, 0.35);
}
.post blockquote::before {
  position: absolute;
  top: 0.5em;
  left: 0.5em;
  content: open-quote;
  font-size: 2em;
}
.post details summary::before {
  content: "Show: ";
}
.post details summary {
  cursor: help;
  margin-top: 1em;
}
.post details[open] summary::before {
  content: "Hide: ";
}
.post pre {
  padding: 0;
  border: 1px solid;
  background-color: rgba(255, 255, 255, 0.8);
  color: teal;
}
.post pre::before {
  content: "Code: ";
  margin-bottom: 0.1em;
  display: block;
  padding: 0.25em 1em;
  border-bottom: 1px solid;
}
.post pre code {
  display: block;
  padding: 0.5em;
  padding-left: 1.5em;
  line-height: 1.5;
  cursor: auto;
}
.post .avatar {
  width: 150px;
  height: 150px;
  margin-bottom: 1em;
  background-color: burlywood;
}
.post .avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post .system-notice {
  color: #22beca;
  padding: 0.25em 1em;
}
.post .profile {
  line-height: 1.5;
  border-width: 0 0 0 1px;
  float: left;
  width: 25%;
  min-height: 80px;
  margin: 5px 0px;
  padding-right: 10px;
  box-sizing: border-box;
}
.post dd {
  margin-inline-start: 1em;
  font-size: 0.85em;
}
.post .signature {
  padding: 0.5em 0.5em;
  position: relative;
  max-height: 500px;
  border-top: 1px solid;
}
.post .signature .inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.thread-notice {
  text-align: center;
  border: 5px double #043038;
  background: black;
  padding: 20px;
  font-style: italic;
  font-weight: bold;
  color: white;
}

.edit {
  color: #22beca;
  font-style: italic;
  font-size: 0.85em;
}

.clear {
  clear: both;
}

/*# sourceMappingURL=posts.css.map */
