/* =========================================================
   SINGLE STYLES / CLEANED
   ========================================================= */

#page,
#content,
.custom-single-container{
  background-color:#fff;
}

.custom-single-container{
  max-width:1300px;
  width:100%;
  margin:5px auto 0;
  display:grid;
  grid-template-columns:minmax(0,2.5fr) minmax(0,1fr);
  gap:40px;
  padding-left:15px;
  padding-right:5px;
  box-sizing:border-box;
}

.custom-single-container > *{
  min-width:0;
}

/* =========================================================
   BREADCRUMB
   ========================================================= */

body .breadcrumbs{
  margin:0 0 5px;
  font-size:10px;
  color:#000;
}

body .breadcrumbs a{
  color:#000;
  text-decoration:underline;
  font-weight:600;
}

body .breadcrumbs a:hover{
  color:#bd081c;
  text-decoration:none;
}

body .breadcrumbs .sep{
  margin:0 3px;
  color:#000;
  font-weight:600;
}

/* =========================================================
   CONTENT CORE
   ========================================================= */

.post-content,
.entry-content,
.wp-block-post-content{
  min-width:0;
  max-width:100%;
}

.post-content p,
.entry-content p,
.wp-block-post-content p{
  margin:15px 0;
  line-height:1.8;
}

/* =========================================================
   CONTENT MEDIA
   ========================================================= */

.post-content .szp-media-wrap,
.entry-content .szp-media-wrap,
.wp-block-post-content .szp-media-wrap,
.post-content figure,
.entry-content figure,
.wp-block-post-content figure,
.post-content .wp-block-image,
.entry-content .wp-block-image,
.wp-block-post-content .wp-block-image{
  width:100%;
  max-width:100%;
  overflow:hidden;
  box-sizing:border-box;
}

.post-content img,
.entry-content img,
.wp-block-post-content img,
.post-content a img,
.entry-content a img,
.wp-block-post-content a img,
.post-content .wp-block-image img,
.entry-content .wp-block-image img,
.wp-block-post-content .wp-block-image img,
.gp-icerik-gorsel img{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
}

.post-content .szp-media-actions{
  display:flex;
  gap:6px;
  margin:5px 0 15px;
  flex-wrap:wrap;
}

.post-content .szp-media-btn{
  border:none;
  background:transparent;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  height:25px;
  padding:0 12px;
  border-radius:7px;
  font-size:11px;
  font-weight:600;
  line-height:1;
  white-space:nowrap;
  transition:all .2s ease;
}

.post-content .szp-media-btn svg{
  width:16px;
  height:16px;
  display:block;
  flex:0 0 16px;
}

.post-content .szp-media-btn-download{
  background:#f3f3f3;
  color:#222;
}

.post-content .szp-media-btn-download:hover{
  background:#e9e9e9;
}

.post-content .szp-media-btn-share{
  background:#bd081c;
  color:#fff;
}

.post-content .szp-media-btn-share:hover{
  background:#a80718;
}

.no-actions .szp-media-actions,
.no-actions + .szp-media-actions{
  display:none;
}

/* =========================================================
   SHARE BOX - DAHA SIKI
   ========================================================= */

.sp-single-share-box{
  margin-top:16px;
  padding:8px 10px; /* ðŸ”» kÃ¼Ã§Ã¼ldÃ¼ */
  border:1px solid #e9e9e9;
  border-radius:8px;
  background:#fafafa;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px; /* ðŸ”» kÃ¼Ã§Ã¼ldÃ¼ */
  overflow:hidden;
}

.sp-single-share-title{
  margin:0;
  flex:0 0 auto;
  font-size:15px; /* ðŸ”» biraz kÃ¼Ã§Ã¼ldÃ¼ */
  font-weight:600;
  line-height:1.2;
  color:#1f1f1f;
  white-space:nowrap;
}

.sp-single-share-icons{
  margin:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:6px; /* ðŸ”» kritik */
  flex-wrap:nowrap;
  min-width:0;
  overflow-x:auto;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}

.sp-single-share-icons::-webkit-scrollbar{
  display:none;
}

.sp-single-share-icon{
  width:36px;   /* ðŸ”» kÃ¼Ã§Ã¼ldÃ¼ */
  height:36px;
  flex:0 0 36px;
  border:1px solid #e7e7e7;
  border-radius:8px;
  background:#fff;
  color:#444;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  border:none;
  cursor:pointer;
  transition:.2s ease;
}

.sp-single-share-icon svg{
  width:16px; /* ðŸ”» kÃ¼Ã§Ã¼ldÃ¼ */
  height:16px;
}

.sp-single-share-icon:hover{
  transform:translateY(-1px);
  background:#f5f5f5;
  color:#111;
  border-color:#d8d8d8;
}

/* hover renkleri aynÄ± */
.sp-single-share-whatsapp:hover{ color:#1f8f4d; }
.sp-single-share-pinterest:hover{ color:#bd081c; }
.sp-single-share-x:hover{ color:#000; }
.sp-single-share-facebook:hover{ color:#1877f2; }
.sp-single-share-telegram:hover{ color:#229ed9; }

/* copy */
.sp-single-share-copy,
.js-copy-post-link{
  background:#fff;
  color:#444;
}

.sp-single-share-copy:hover,
.js-copy-post-link:hover{
  color:#bd081c;
  border-color:#e0c3c7;
}

.sp-single-share-copy.copied,
.js-copy-post-link.copied{
  background:#bd081c;
  border-color:#bd081c;
  color:#fff;
}

/* MOBILE */
@media (max-width:767px){
  .sp-single-share-box{
    padding:8px;
    gap:6px;
  }

  .sp-single-share-title{
    font-size:14px;
  }

  .sp-single-share-icons{
    gap:6px;
  }

  .sp-single-share-icon{
    width:34px;
    height:34px;
    flex:0 0 34px;
  }

  .sp-single-share-icon svg{
    width:15px;
    height:15px;
  }
}

/* =========================================================
   EDITOR NOTE
   ========================================================= */

.editor-notu{
  display:block;
  margin:-12px 0 25px;
  padding:2px 0 2px 15px;
  border-left:2px solid #ddd;
  color:#444;
  font-size:.95rem;
  line-height:1.6;
  font-style:italic;
  background:transparent;
  position:relative;
}

.editor-notu::before{
  content:"SÃ¶zÃ¼n AnlamÄ±: ";
  display:inline-block;
  margin-right:10px;
  font-weight:600;
  font-size:11px;
  text-transform:uppercase;
  color:rgba(189,8,28,0.9);
  letter-spacing:.8px;
}

/* =========================================================
   SIDEBAR
   ========================================================= */

.main-sidebar{
  display:flex;
  flex-direction:column;
  gap:24px;
}

.sidebar-box{
  background:#fff;
  border:1px solid #e9e9e9;
  overflow:hidden;
}

.sidebar-title{
  margin:0;
  padding:13px 15px;
  border-bottom:1px solid #ededed;
  background:#fcfcfc;
  color:#111;
  font-size:13px;
  line-height:1.4;
  font-weight:600;
  text-transform:uppercase;
  letter-spacing:.2px;
}

/* =========================================================
   RECENT POSTS – SHARP SIDEBAR
   ========================================================= */

.popular-posts-list{
  display:flex;
  flex-direction:column;
}

.popular-post-item{
  display:flex;
  align-items:center;
  gap:13px;
  padding:13px 15px;
  text-decoration:none;
  border-bottom:1px solid #f3f3f3;
  transition:background-color .2s ease;
}

.popular-post-item:last-child{
  border-bottom:none;
}

.popular-post-item:hover{
  background:#fafafa;
}

.thumb-box{
  width:95px;
  aspect-ratio:16/10;
  flex:0 0 95px;
  overflow:hidden;
  background:#f1f1f1;
}

.thumb-box img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}

.no-thumb{
  width:100%;
  height:100%;
  background:#ececec;
}

.title-box{
  min-width:0;
  flex:1 1 auto;
  padding:0;
}

.post-title-text{
  display:block;
  margin:0;
  color:#111;
  font-size:15px;
  line-height:1.45;
  font-weight:600;
  word-break:break-word;
  transition:color .2s ease;
}

.popular-post-item:hover .post-title-text{
  color:#bd081c;
}

.sidebar-empty{
  margin:0;
  padding:14px 15px;
  font-size:13px;
  line-height:1.6;
  color:#777;
}

/* tablet */
@media (max-width:992px){
  .thumb-box{
    width:88px;
    aspect-ratio:16/10;
    flex:0 0 88px;
  }

  .post-title-text{
    font-size:14px;
    line-height:1.42;
  }
}

/* mobile */
@media (max-width:576px){
  .popular-post-item{
    gap:10px;
    padding:12px 13px;
  }

  .thumb-box{
    width:82px;
    aspect-ratio:16/10;
    flex:0 0 82px;
  }

  .post-title-text{
    font-size:14px;
    line-height:1.4;
  }
}

/* =========================================================
   SOCIAL
   ========================================================= */

.sidebar-social-box{
  padding:15px;
}

.sidebar-social-text{
  margin:0 0 14px;
  font-size:13px;
  line-height:1.6;
  color:#666;
}

.sidebar-social-list{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.sidebar-social-btn{
  width:42px;
  height:42px;
  border:1px solid #ececec;
  border-radius:50%;
  background:#fff;
  color:#444;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:
    color .2s ease,
    border-color .2s ease,
    background-color .2s ease,
    transform .2s ease;
}

.sidebar-social-btn:hover{
  color:#bd081c;
  border-color:#f0d4d8;
  background:#fffafa;
  transform:translateY(-1px);
}

.sidebar-social-btn svg{
  width:18px;
  height:18px;
  display:block;
}

/* =========================================================
   META LINKS
   ========================================================= */

.post-content a{
  color:#bd081c;
  text-decoration:none;
}

.post-content a:hover{
  color:#a80718;
  text-decoration:none;
}

/* =========================================================
   HERO BOX
   ========================================================= */

.pensador-header.article-header-hero{
  position:relative;
  margin-bottom:10px;
  padding:10px;
  border:1px solid #e8e8e8;
  background:#fff;
  box-shadow:none;
  overflow:hidden;
}

.pensador-header.article-header-hero::before{
  content:"";
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:3px;
  background:#bd081c;
}

.pensador-header.article-header-hero::after{
  content:"";
  position:absolute;
  right:20px;
  top:0;
  width:200px;
  height:200px;
  background-image:url("/wp-content/uploads/2026/03/cropped-fbd6ffa2-8bff-4b54-bcb9-102d483c4178-1.webp");
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center;
  opacity:.04;
  pointer-events:none;
  z-index:0;
}

.pensador-header.article-header-hero > *{
  position:relative;
  z-index:2;
}

.pensador-header.article-header-hero .breadcrumbs{
  margin:0 0 16px;
  padding:0 0 10px;
  border-bottom:1px solid #efefef;
  font-size:13px;
  line-height:1.4;
  color:#777;
}

.pensador-header.article-header-hero .article-title-block{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  margin:0;
  padding:0;
  border:0;
}

.pensador-header.article-header-hero .article-meta{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  margin:0;
  padding-left:16px;
  border-left:1px solid #ececec;
  background:transparent;
}

.pensador-header.article-header-hero .meta-avatar{
  width:44px;
  height:44px;
  border-radius:50%;
  overflow:hidden;
  border:1px solid #ebebeb;
  background:#f5f5f5;
  flex-shrink:0;
}

.pensador-header.article-header-hero .meta-avatar .author-avatar-link{
  display:block;
  width:100%;
  height:100%;
  line-height:0;
}

.pensador-header.article-header-hero .meta-avatar img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
}
.pensador-header.article-header-hero .meta-text{
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
}

.pensador-header.article-header-hero .meta-top{
  margin-bottom:2px;
  line-height:1.2;
}

.pensador-header.article-header-hero .author-name{
  display:inline-block;
  font-size:13px;
  font-weight:600;
  color:#111;
  text-decoration:none;
}

.pensador-header.article-header-hero .author-name:hover{
  text-decoration:none;
}

.pensador-header.article-header-hero .meta-bottom{
  display:flex;
  align-items:center;
  gap:6px;
  flex-wrap:nowrap;
  white-space:nowrap;
  font-size:12px;
  line-height:1.3;
  color:#777;
}

.pensador-header.article-header-hero .meta-item{
  display:inline;
  white-space:nowrap;
  color:#777;
}

.pensador-header.article-header-hero .meta-sep{
  display:inline;
  color:#bbb;
}

.pensador-header.article-header-hero .entry-title{
  margin:0;
  font-size:30px;
  line-height:1.15;
  font-weight:600;
}

/* =========================================================
   ACTION BUTTONS
   ========================================================= */

.szp-action-container{
  display:inline-flex;
  gap:8px;
  vertical-align:middle;
}

.szp-btn{
  cursor:pointer;
  background:#f0f0f0;
  border:none;
  padding:5px;
  border-radius:4px;
  transition:background .3s;
}

.szp-btn svg{
  width:18px;
  height:18px;
}

.szp-success{
  background:#4CAF50;
  color:#fff;
}

/* =========================================================
   POST HEADINGS
   ========================================================= */

.post-content h2{
  margin:16px 0 20px;
  font-size:18px;
  font-weight:600;
  color:#111;
}

.post-content h2::after{
  content:"";
  display:block;
  height:1px;
  margin-top:5px;
  background:linear-gradient(90deg,#bd081c 0%, rgba(189,8,28,0.2) 40%, transparent 100%);
}

/* =========================================================
   Ä°LGÄ°NÄ°ZÄ° Ã‡EKEBÄ°LÄ°R
   ========================================================= */

.szp-ilgili-wrap{
  margin:18px 0;
  padding:8px;
  border:1px solid #eee;
  border-radius:8px;
  background:#fff;
}

.szp-ilgili-baslik{
  font-size:14px;
  font-weight:600;
  color:#111;
  margin-bottom:10px;
  text-transform:uppercase;
  letter-spacing:.3px;
}

.szp-ilgili-grid{
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:10px;
}

.szp-ilgili-grid:has(.szp-ilgili-item:only-child){
  grid-template-columns:1fr;
}

.szp-ilgili-item{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  background:#fafafa;
  border-radius:6px;
  padding:10px;
  transition:background .18s ease;
}

.szp-ilgili-item:hover{
  background:#f3f3f3;
}

.szp-ilgili-thumb{
  width:80px;
  height:60px;
  flex:0 0 80px;
  border-radius:6px;
  overflow:hidden;
  background:#eee;
}

.szp-ilgili-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.szp-ilgili-item-title{
  font-size:15px;
  line-height:1.45;
  font-weight:600;
  color:#111;
}

.szp-ilgili-item:hover .szp-ilgili-item-title{
  color:#bd081c;
}

/* =========================================================
   BLOCK LIST / COMPACT MODERN QUOTE LIST
   ========================================================= */

.post-content ul.wp-block-list,
.post-content ol.wp-block-list{
  list-style:none;
  padding-left:0;
  margin:14px 0;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.post-content .wp-block-list li{
  position:relative;
  margin:0;
  padding:10px 12px;
  background:#fff;
  border:1px solid #ececec;
  border-radius:5px;
  color:#111;
  line-height:1.65;
  font-weight:400;
}

.post-content .wp-block-list li::before{
  content:"";
  position:absolute;
  top:-1px;
  left:-1px;
  width:12px;
  height:12px;
  border-top:2px solid rgba(189,8,28,0.28);
  border-left:2px solid rgba(189,8,28,0.28);
  border-top-left-radius:5px;
  pointer-events:none;
}

.post-content .wp-block-list li::after{
  content:"";
  position:absolute;
  right:-1px;
  bottom:-1px;
  width:12px;
  height:12px;
  border-right:2px solid rgba(189,8,28,0.28);
  border-bottom:2px solid rgba(189,8,28,0.28);
  border-bottom-right-radius:5px;
  pointer-events:none;
}

.post-content .wp-block-list li:hover{
  border-color:#ddd;
  box-shadow:0 2px 6px rgba(0,0,0,0.06);
}

.post-content .wp-block-list li p{
  margin:0;
  color:#111;
  font-weight:400;
}

.post-content .wp-block-list li .szp-action-container{
  display:flex;
  align-items:center;
  gap:8px;
  margin-top:3px;
  padding-top:3px;
  border-top:1px solid rgba(0,0,0,.05);
}

.post-content .wp-block-list li .szp-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:26px;
  height:26px;
  padding:0;
  background:#fafafa;
  border:1px solid #ececec;
  border-radius:999px;
  color:#666;
  cursor:pointer;
  transition:color .18s ease,border-color .18s ease,background .18s ease,transform .12s ease;
}

.post-content .wp-block-list li .szp-btn svg{
  width:14px;
  height:14px;
  stroke:currentColor;
  fill:none;
}

.post-content .wp-block-list li .szp-btn:hover{
  color:#bd081c;
  border-color:#e7c5ca;
  background:#fff7f8;
}

.post-content .wp-block-list li .szp-btn:active{
  transform:scale(.93);
}

.post-content .wp-block-list li .szp-btn.szp-success{
  color:#2f7d32;
  border-color:#cfe6d2;
  background:#f7fbf7;
}

.post-content .wp-block-list li .szp-btn.szp-success svg{
  stroke-width:2.4;
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width:992px){
  .custom-single-container{
    grid-template-columns:1fr;
    gap:16px;
    padding-left:10px;
    padding-right:15px;
  }

  .main-sidebar{
    gap:20px;
  }

  .thumb-box{
    width:88px;
    height:66px;
    flex:0 0 88px;
  }

  .post-title-text{
    font-size:14px;
    line-height:1.42;
  }

  .pensador-header.article-header-hero{
    margin-left:-10px;
    margin-right:-10px;
    margin-bottom:10px;
    padding:12px 14px 10px;
    border-left:0;
    border-right:0;
    border-radius:0;
  }

  .pensador-header.article-header-hero .article-title-block{
    flex-direction:column;
    align-items:flex-start;
    gap:10px;
  }

  .pensador-header.article-header-hero .entry-title{
    width:100%;
    font-size:25px;
    line-height:1.18;
    margin:0;
  }

  .pensador-header.article-header-hero .article-meta{
    display:flex;
    align-items:flex-start;
    gap:8px;
    width:100%;
    margin:0;
    padding-left:0;
    padding-top:8px;
    border-left:0;
    border-top:1px solid #e6e6e6;
  }

  .pensador-header.article-header-hero .meta-text{
    display:flex;
    flex-direction:column;
    justify-content:flex-start;
    align-items:flex-start;
    min-width:0;
  }

  .pensador-header.article-header-hero .meta-top{
    margin-bottom:1px;
    line-height:1.2;
  }

  .pensador-header.article-header-hero .meta-bottom{
    display:flex;
    align-items:center;
    gap:5px;
    flex-wrap:wrap;
    white-space:normal;
    line-height:1.35;
  }

  .sp-single-share-box{
    gap:8px;
    padding:7px 9px;
  }

  .sp-single-share-title{
    font-size:17px;
    line-height:1.2;
  }

  .sp-single-share-icons{
    gap:5px;
  }

  .sp-single-share-icon{
    width:34px;
    height:34px;
    flex:0 0 34px;
  }

  .sp-single-share-icon svg{
    width:15px;
    height:15px;
  }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width:600px){
  .szp-ilgili-grid{
    gap:8px;
  }

  .szp-ilgili-item{
    padding:0;
  }

  .szp-ilgili-thumb{
    width:72px;
    height:54px;
    flex:0 0 72px;
  }

  .szp-ilgili-item-title{
    font-size:14px;
  }
}

@media (max-width:576px){
  .sidebar-title{
    padding:12px 13px;
    font-size:12px;
  }

  .popular-post-item{
    gap:10px;
    padding:12px 13px;
  }

  .thumb-box{
    width:82px;
    height:60px;
    flex:0 0 82px;
  }

  .post-title-text{
    font-size:14px;
    line-height:1.4;
  }

  .sidebar-social-box{
    padding:13px;
  }

  .sidebar-social-btn{
    width:38px;
    height:38px;
  }

  .sidebar-social-btn svg{
    width:16px;
    height:16px;
  }

  .pensador-header.article-header-hero .breadcrumbs{
    font-size:11px;
  }

  .pensador-header.article-header-hero .entry-title{
    font-size:27px;
    line-height:1.16;
    padding-left:0;
  }

  .pensador-header.article-header-hero .meta-avatar{
    width:42px;
    height:42px;
  }

  .pensador-header.article-header-hero .article-meta{
    gap:7px;
    padding-top:7px;
  }

  .pensador-header.article-header-hero .meta-bottom{
    flex-wrap:wrap;
    white-space:normal;
  }

  .sp-single-share-title{
    font-size:18px;
  }

  .sp-single-share-icons{
    gap:4px;
  }

  .sp-single-share-icon{
    width:30px;
    height:30px;
    flex:0 0 30px;
  }

  .sp-single-share-icon svg{
    width:13px;
    height:13px;
  }
}

@media (max-width:768px){
  .post-content ul.wp-block-list,
  .post-content ol.wp-block-list{
    gap:7px;
    margin:12px 0;
  }

  .post-content .wp-block-list li{
    padding:6px 9px;
    line-height:1.5;
  }

  .post-content .wp-block-list li .szp-action-container{
    gap:5px;
    margin-top:4px;
    padding-top:4px;
  }

  .post-content .wp-block-list li .szp-btn{
    width:25px;
    height:25px;
  }

  .post-content .wp-block-list li .szp-btn svg{
    width:13px;
    height:13px;
  }
}

/* =========================================================
   onerilen icerik
   ========================================================= */

.sp-related-inline{
  display:flex;
  align-items:center;
  gap:14px;
  margin:22px 0;
  padding:14px;
  text-decoration:none;
  background:#fff;

  /* KART HÄ°SSÄ° */
  border:1px solid #eee;
  border-left:3px solid #e53935; /* kÄ±rmÄ±zÄ± vurgu */
  border-radius:6px;

  transition:all .2s ease;
}

.sp-related-inline:hover{
  background:#fafafa;
  border-left-color:#c62828;
}

/* THUMB */
.sp-related-thumb{
  width:105px;
  height:70px;
  flex:0 0 105px;
  overflow:hidden;
  background:#eee;
  border-radius:4px;
}

.sp-related-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

/* CONTENT */
.sp-related-content{
  display:flex;
  flex-direction:column;
  gap:3px;
  min-width:0;
}

/* LABEL */
.sp-related-label{
  font-size:11px;
  font-weight:600;
  color:#999;
  letter-spacing:.5px;
  text-transform:uppercase;
}

/* TITLE */
.sp-related-title{
  font-size:15px;
  font-weight:600;
  color:#111;
  line-height:1.35;
}

/* HOVER */
.sp-related-inline:hover .sp-related-title{
  color:#000;
}

/* MOBILE */
@media (max-width:480px){
  .sp-related-inline{
    gap:10px;
    padding:12px;
  }

  .sp-related-thumb{
    width:85px;
    height:60px;
  }

  .sp-related-title{
    font-size:14px;
  }
}

/* =========================================================
   IMAGE RESPONSIVE CONTROL
   ========================================================= */

/* mobil + tablet */
.post-content .wp-block-image img{
  width:100%;
  max-width:100%;
  height:auto;
  display:block;
}

/* masaüstü */
@media (min-width:992px){
  .post-content .wp-block-image img{
    max-width:650px;
    width:100%;
  }
}

/* özel full görsel */
.post-content .sp-featured-image img{
  width:100%;
  max-width:100%;
}
