/* Post Styles */
hr {
  width: 100%;
}

mark {
  background-color: #fdffb6;
}

pre:has(code) {
  padding-left: 0.8rem;
  padding-right: 0.8rem;
  padding-top: 6px;
  padding-bottom: 6px;
  font-family: Consolas, Liberation Mono, Menlo, Courier, monospace;
  font-size: 1rem;
  line-height: 1.25rem;
  color: rgb(206 212 217);
  background-color: rgb(35 41 47);
  border-color: rgb(35 41 47);
  border-width: 1px;
  border-radius: 0.6rem;
  white-space: pre-wrap;
}

pre > code {
  background: unset;
  border: unset;
  border-radius: unset;
  color: unset;

  font-size: unset;
  line-height: unset;
  padding: unset;
  vertical-align: unset;
  white-space: unset;
}

code {
  background: #394047;
  border: 1px solid #394047;
  border-radius: 2px;
  color: #dde1e5;

  font-size: 0.8em;
  line-height: 1em;
  padding: 0.4rem 0.4rem 0.2rem;
  vertical-align: middle;
  white-space: pre-wrap;
}

img {
  max-width: 100%;
}

blockquote {
  border-left: 0.25rem solid #ff1a75 !important;
  font-style: italic;
}

blockquote p {
  margin-bottom: initial;
}

.kg-card {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.kg-audio-card,
.kg-bookmark-container,
.kg-file-card-container,
.kg-product-card-container {
  background-color: transparent !important;
  color: white !important;
}

.kg-file-card-icon svg {
  color: #009b29 !important;
}

.post-author a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease 0s;
}

.post-author a:hover {
  color: #007520 !important;
}

/* Post Styles */
.post-content {
  max-width: 800px;
  margin: 0 auto;
}
