.elementor-989765 .elementor-element.elementor-element-e70fa93{--display:flex;}.elementor-989765 .elementor-element.elementor-element-e70fa93.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-989765 .elementor-element.elementor-element-328bbf7{width:var( --container-widget-width, 104.723% );max-width:104.723%;--container-widget-width:104.723%;--container-widget-flex-grow:0;}.elementor-989765 .elementor-element.elementor-element-328bbf7.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-989765 .elementor-element.elementor-element-c5e999c{--display:flex;}@media(min-width:768px){.elementor-989765 .elementor-element.elementor-element-e70fa93{--width:67%;}}/* Start custom CSS for text-editor, class: .elementor-element-328bbf7 *//* BLOG YAZI ALANI TAM DÜZEN */
.single-post .entry-content {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

/* Yazı içindeki metin bloklarını ortala ve sabit genişliğe al */
.single-post .entry-content > p,
.single-post .entry-content > h2,
.single-post .entry-content > h3,
.single-post .entry-content > h4,
.single-post .entry-content > ul,
.single-post .entry-content > ol,
.single-post .entry-content > blockquote {
  max-width: 850px !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* Paragraf okunabilirliği */
.single-post .entry-content > p {
  line-height: 1.8 !important;
  font-size: 17px !important;
  margin-bottom: 18px !important;
}

/* Başlık da aynı hizaya gelsin */
.single-post .entry-title,
.single-post .entry-header,
.single-post .entry-header > * {
  max-width: 850px !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
  box-sizing: border-box !important;
}

/* İç görsel aynı hizaya gelsin */
.single-post .entry-content > figure,
.single-post .entry-content > .wp-block-image,
.single-post .entry-content > img {
  max-width: 850px !important;
  width: calc(100% - 40px) !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Görselin kendisi */
.single-post .entry-content img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}/* End custom CSS */