/* blogDetay.php - Özel stiller */

/* Blog banner üstten margin */
main > section.i.pg.gh.ji:first-of-type {
  margin-top: 120px !important;
  padding-top: 30px !important;
  padding-bottom: 10px !important;
}
main > section.i.pg.gh.ji:first-of-type .bb.ye.i.z-10.ki.xn.dr {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
main > section.i.pg.gh.ji:first-of-type .animate_top {
  margin-bottom: 15px !important;
}
section.ji.gp.uq {
  margin-top: 0 !important;
  padding-top: 20px !important;
}
@media (max-width: 768px) {
  main > section.i.pg.gh.ji:first-of-type {
    margin-top: 100px !important;
    padding-top: 25px !important;
    padding-bottom: 25px !important;
  }
  main > section.i.pg.gh.ji:first-of-type .bb.ye.i.z-10.ki.xn.dr {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
  }
}

/* Blog içerik stilleri */
.blog-icerik {
  line-height: 1.8;
  font-size: 16px;
  color: #333;
}
.blog-icerik p {
  margin-bottom: 1.2em;
  line-height: 1.8;
}
.blog-icerik h1, .blog-icerik h2, .blog-icerik h3, .blog-icerik h4, .blog-icerik h5, .blog-icerik h6 {
  margin-top: 1.5em;
  margin-bottom: 0.8em;
  font-weight: 600;
  line-height: 1.3;
}
.blog-icerik h1 { font-size: 2em; }
.blog-icerik h2 { font-size: 1.75em; }
.blog-icerik h3 { font-size: 1.5em; }
.blog-icerik h4 { font-size: 1.25em; }
.blog-icerik h5 { font-size: 1.1em; }
.blog-icerik h6 { font-size: 1em; }
.blog-icerik ul, .blog-icerik ol {
  margin: 1em 0;
  padding-left: 2em;
}
.blog-icerik li {
  margin-bottom: 0.5em;
  line-height: 1.8;
}
.blog-icerik blockquote {
  border-left: 4px solid #f97316;
  padding-left: 1.5em;
  margin: 1.5em 0;
  font-style: italic;
  color: #666;
}
.blog-icerik img {
  max-width: 100%;
  height: auto;
  border-radius: 8px;
  margin: 1.5em 0;
}
.blog-icerik table {
  width: 100%;
  border-collapse: collapse;
  margin: 1.5em 0;
}
.blog-icerik table th, .blog-icerik table td {
  border: 1px solid #ddd;
  padding: 0.75em;
  text-align: left;
}
.blog-icerik table th {
  background-color: #f5f5f5;
  font-weight: 600;
}
.blog-icerik a {
  color: #f97316;
  text-decoration: underline;
}
.blog-icerik a:hover {
  color: #d65a1f;
}
.blog-icerik strong { font-weight: 600; }
.blog-icerik em { font-style: italic; }
body.b.eh .blog-icerik {
  color: #e5e5e5;
}
body.b.eh .blog-icerik blockquote {
  border-left-color: #f97316;
  color: #b0b0b0;
}
body.b.eh .blog-icerik table th {
  background-color: #2a2a2a;
}
body.b.eh .blog-icerik table th,
body.b.eh .blog-icerik table td {
  border-color: #444;
}
