/* Blog sayfa stilleri */
.blog-detay .blog-slogan {
  font-family: "EB Garamond", Georgia, serif;
}

.blog-pullquote cite {
  font-style: normal;
}

.blog-prose h2 {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.5rem;
  line-height: 1.35;
  color: #1c1a17;
  margin: 2rem 0 0.75rem;
  font-weight: 500;
}
.blog-prose h3 {
  font-family: "EB Garamond", Georgia, serif;
  font-size: 1.2rem;
  line-height: 1.4;
  color: #1c1a17;
  margin: 1.5rem 0 0.5rem;
  font-weight: 500;
}
.blog-prose p {
  margin: 0 0 1.1rem;
  line-height: 1.75;
}
.blog-prose ul,
.blog-prose ol {
  margin: 0 0 1.25rem;
  padding-left: 1.25rem;
}
.blog-prose li {
  margin-bottom: 0.45rem;
  line-height: 1.65;
}
.blog-prose a {
  color: #8a6a3a;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.blog-prose strong {
  color: #1c1a17;
  font-weight: 600;
}
.blog-prose blockquote {
  margin: 1.5rem 0;
  padding: 1rem 1.25rem;
  border-left: 2px solid #8a6a3a;
  background: #f7f4ef;
  font-family: "EB Garamond", Georgia, serif;
  font-style: italic;
  font-size: 1.15rem;
  color: #1c1a17;
}
.blog-faq summary::-webkit-details-marker {
  display: none;
}
.blog-tag:hover {
  background: #ebe4d8;
}
