.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-42322 .elementor-element.elementor-element-6c0fc41a{font-family:"PT Serif", Sans-serif;font-size:19px;color:#8C9597;}.elementor-widget-theme-post-featured-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-42322 .elementor-element.elementor-element-7a66040 img{width:100%;max-width:100%;transition-duration:0.4s;}.elementor-42322 .elementor-element.elementor-element-b81ba17{text-align:start;font-family:var( --e-global-typography-82880e0-font-family ), Sans-serif;font-size:var( --e-global-typography-82880e0-font-size );color:var( --e-global-color-32c86b3 );}@media(max-width:1024px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-theme-post-featured-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-42322 .elementor-element.elementor-element-b81ba17{font-size:var( --e-global-typography-82880e0-font-size );}}@media(max-width:767px){.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}.elementor-widget-theme-post-featured-image .widget-image-caption{line-height:var( --e-global-typography-text-line-height );}.elementor-42322 .elementor-element.elementor-element-b81ba17{font-size:var( --e-global-typography-82880e0-font-size );}}/* Start custom CSS for text-editor, class: .elementor-element-b81ba17 *//* Belirli yazıdaki belirli resimler için özel stil (sadece bu yazıya özel) */
.postid-42322 img.wp-image-42329,
.postid-42322 img.wp-image-42327,
.postid-42322 img.wp-image-42330,
.postid-42322 img.wp-image-42331,
.postid-42322 img.wp-image-42328,
.postid-42322 img.wp-image-42326,
.postid-42322 img.wp-image-42325 {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 600px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 4px;
  background-color: #fff;
}

/* Özel olarak yan yana ve küçük olması istenen resimler */
.postid-42322 img.wp-image-42333, /* ustat-husamettin-yildirim-1.jpeg */
.postid-42322 img.wp-image-42332  /* ustat-husamettin-yildirim-2.jpeg */
{
  width: 48%; /* Her resim biraz daha küçük ve yan yana */
  max-width: 300px;
  height: auto;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border: 1px solid #ddd;
  padding: 4px;
  background-color: #fff;
  margin: 0 1% 10px 1%;
  vertical-align: middle;
  display: inline-block; /* Önemli! */
}

/* Bu iki resmin olduğu <p> etiketini flex container olarak ayarla */
.postid-42322 p:has(img.wp-image-42332):has(img.wp-image-42333) {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 2% !important;
  flex-wrap: wrap;
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Mobil uyumlu olmaları için */
@media (max-width: 768px) {
  .postid-42322 img.wp-image-42333,
  .postid-42322 img.wp-image-42332 {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px auto;
    display: block;
  }

  .postid-42322 p:has(img.wp-image-42332):has(img.wp-image-42333) {
    flex-direction: column !important;
    gap: 10px !important;
  }
}

/* Resimlerin etrafındaki boşlukları ayarlar */
.postid-42322 .wp-block-image {
  margin-top: 20px;
  margin-bottom: 20px;
}/* End custom CSS */