/* blog.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;
}

/* Blog kartları */
.wc.qf.pn.xo.zf.iq .sg.vk.rm.xm {
  display: flex;
  flex-direction: column;
}
.wc.qf.pn.xo.zf.iq .sg.vk.rm.xm .c.rc.i.z-1.pg {
  position: relative;
  width: 100%;
  height: 280px;
  overflow: hidden;
  border-radius: 8px;
}
.wc.qf.pn.xo.zf.iq .sg.vk.rm.xm .c.rc.i.z-1.pg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 768px) {
  .wc.qf.pn.xo.zf.iq .sg.vk.rm.xm .c.rc.i.z-1.pg {
    height: 220px;
  }
  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;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wc.qf.pn.xo.zf.iq .sg.vk.rm.xm .c.rc.i.z-1.pg {
    height: 250px;
  }
}
