/* Additional styles for the theme */
body {
  background-color: #f6f7f0;
  color: #2c2420;
}

/* Prose styles for post content */
.prose {
  color: #2c2420;
  max-width: 65ch;
}

.prose p {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  line-height: 1.75;
}

.prose h2 {
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 600;
}

.prose h3 {
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-size: 1.25em;
  font-weight: 600;
}

.prose a {
  color: #7d7c50;
  text-decoration: underline;
}

.prose a:hover {
  opacity: 0.8;
}

.prose strong {
  font-weight: 600;
  color: #2c2420;
}

.prose ul,
.prose ol {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}

.prose li {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}

.prose blockquote {
  font-style: italic;
  border-left: 0.25rem solid rgba(125, 124, 80, 0.15);
  padding-left: 1em;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  color: #6b6a54;
}

.prose code {
  background-color: #e8e9dd;
  padding: 0.2em 0.4em;
  border-radius: 0.25rem;
  font-size: 0.875em;
}

.prose pre {
  background-color: #e8e9dd;
  padding: 1em;
  border-radius: 0.5rem;
  overflow-x: auto;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}

.prose pre code {
  background-color: transparent;
  padding: 0;
}

.prose img {
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.5rem;
}

.prose hr {
  border-color: rgba(125, 124, 80, 0.15);
  margin-top: 3em;
  margin-bottom: 3em;
}

/* Ghost editor content card styles */
.kg-width-wide {
  width: 100%;
  max-width: 85rem;
  margin-left: auto;
  margin-right: auto;
}

.kg-width-full {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  max-width: none;
}

.kg-card {
  margin-top: 2em;
  margin-bottom: 2em;
}

.kg-image {
  max-width: 100%;
  height: auto;
}

.kg-gallery-container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.kg-gallery-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}

.kg-gallery-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Smooth backdrop blur effect */
.backdrop-blur-sm {
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
