.single-post-container {
    font-family: 'Plantin MT Pro', sans-serif;
    color: #000;
  }
  
  @media (max-width: 768px) {
    .single-post-container {
      padding:0 10px;
    }
  
  }
  

  .single-post-container .post-content .post-content-inner p a {
    font-weight: 600;
    color: #eca82b;
    text-decoration: underline;
  }


  .container {
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .post-title_h1 {
      font-size: 56px;
      color: #eca82b;
      text-align: center;
      margin-bottom: 10px;
      text-transform: uppercase;
      line-height:57px;
  }
  
  .post-date {
    text-align: center;
    font-size: 14px;
    margin-bottom: 30px;
  }
  
  .featured-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  
  .post-content {
    font-size: 19px;
      line-height: 1.7;
      display: flex;
      gap: 0 40px;
  }
  .post-content-inner ol {
    font-weight:600;
  }

  .post-content-inner p:first-child {
    font-weight: 600;
    font-size: 23px;
    line-height: 130%
  }
  .post-content-inner img {
    border-radius: 8px;
  }
  
  .post-content .post-content-inner p {
      margin:15px 0;
      line-height: 150%;
  }
  .post-content-inner strong  {
    font-weight: 600;
    font-size: 23px;
    line-height: 130% !important;
  }
  .post-content-inner b  {
    font-weight: 600;

  }
  
  .post-content .post-content-inner h2 {
    color: #eca82b;
    font-size: 22px;
    margin-top: 40px;
    line-height: normal;
  }
  
  .post-content .post-content-inner h4 {
      text-transform:uppercase;
      font-weight:normal !important;
      font-size:34px;
      color:#ECA82B;
      margin-top: 40px;
    line-height: normal;
    letter-spacing:1px;
  
  }
  
  .post-share {
    margin-top: 50px;
      display: flex;
      align-items: center;
      gap: 15px;
      border-top: 1px solid #eca82b;
      padding: 40px 0;
      margin-bottom: 40px;
    
  }
  
  .post-share img {
    width: 32px;
    height: 32px;
  }

  .share-icons > span {
    position: relative;
  }
  .share-icons > span:hover .tooltip {
    visibility: visible;
    opacity: 1;
}
  
  .likethis {
    font-family: 'JohnnieWalkerHeadline', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 1px;
    margin: 10px 0 20px;
  }
  
  .items-container {
    display: flex;
      flex-wrap: nowrap;
      flex-direction: column;
  }
  
  
  
  .item {
      overflow: hidden;
      text-align: center;
      width: 170px;
      margin-bottom: 10px;
      max-height: 305px;
      position: relative;
  }
  
    .recipe-thumbnail {
      display: flex;
      justify-content: center;
    }
  
    .item h2 {
      margin-top: 30px;
      letter-spacing: 2px;
      font-size: 20px;
      margin-bottom: 10px;
    }
  
    
  
    .recipe-thumbnail a {
      display: block;
      width: 100%;
      height: 210px;
      overflow: hidden;
      position: relative;
      border-radius: 20px;
  }
    .recipe-thumbnail a img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
  }
  
  
  /* Mobil görünüm (max-width: 767px) */
  @media (max-width: 767px) {
      .begenilen-recipes .items-container {
          display:none;
      }
      .begenilen-recipes .likethis {
        display:none;
      }
      .post-content {
        gap:0;
      }
      .featured-image {
        position: relative;
        width: 100%;
        aspect-ratio: 4 / 3;
        overflow: hidden;
        margin-bottom:10px;
      }
  
      .featured-image img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* orantılı kırpar */
        object-position: center;
      }
      .post-content-inner {
        padding: 0 5px;
      }
      .post-share {
      margin-top: 50px;
      display: flex;
      align-items: flex-start;
      gap: 15px;
      border-top: 1px solid #eca82b;
      padding: 40px 0;
      margin-bottom: 40px;
      flex-direction: column;
    }
    .begenilen-mobril-container {
      display:block !important;
    }
  }
  
  .recipe-lezzet-tags {
      width: max-content;
      background-color: #ECA82B;
      display: inline-block;
      border-radius: 6px;
      padding: 15px 20px;
      position: absolute;
      bottom: 30px;
      left: 50%;
      right: 50%;
      transform: translate(-50%, -50%);
  }
  
  
  .share-icons {
      display: flex;
      gap: 15px;
  }
  .share-icons span {
      background: #ECA82B;
      width: 56px;
      height: 56px;
      display: flex;
      justify-content: center;
      align-items: center;
      border-radius: 50%;
      cursor: pointer;
  }
  .share-icons span img {
      width:29px;
      height:29px;
  }
  
  .post-share > h2 {
    margin: 0 !important;
      color: #000000 !important;
  }
  
  
  
  .begenilen-mobril-container {
      border-top:1px solid #ECA82B;
      color:#000;
      padding-top:35px;
      padding-bottom:35px;
  }
  
  .begenilen-mobril-container > h2 {
      font-size: 2rem;
      letter-spacing: 2px;
  } 
  
  
  .begenilen-mobril-container h2 {
      text-align: center;
  }
  
  .en_related-recipes {
      max-width: 1400px;
      overflow: hidden;
      position: relative;
      padding-top: 20px;
      padding-bottom: 20px;
      margin: 0 auto;
  }
  
  
  .en_related-recipes::after{
      content: '';
      width: 135px;
      height: 100%;
      background: linear-gradient(to left, rgb(0, 0, 0), rgba(0, 0, 0, 0));
      position: absolute;
      z-index: 9;
      top: 0;
      right: 0;
  }
  
  
  
  
  /* Yatay kaydırma alanı */
  .en_recipe-list {
      display: flex;
      gap: 30px;
      overflow-x: auto;
      scroll-behavior: smooth;
      -webkit-overflow-scrolling: touch;
      padding-top: 20px;
      padding-bottom: 20px;
      /* Scroll çubuğunu gizle */
      scrollbar-width: none; /* Firefox */
      -ms-overflow-style: none; /* IE ve Edge */
  }
  
  /* Chrome, Safari scrollbar gizleme */
  .en_recipe-list::-webkit-scrollbar {
      display: none;
  }
  
  /* Scroll Snap Aktif */
  .en_recipe-list {
      scroll-snap-type: x mandatory;
  }
  
  /* Kartların hizalanması */
  .en_recipe-item {
      flex: 0 0 calc((100% - 170px) / 4.5); /* Masaüstünde 4.5 kart görünecek */
      transition: transform 0.3s ease;
      width:250px;
      /* Scroll Snap Noktası */
      scroll-snap-align: center;
  }
  
  .en_recipe-thumbnail a {
      display: block;
      width:100%;
      height: 360px;
      overflow: hidden;
      position: relative;
      border-radius:20px;
  }
  .en_recipe-thumbnail a img {
      position: absolute;
      top: 50%;
      left: 50%;
      width: auto;
      height: 100%;
      object-fit: cover;
      transform: translate(-50%, -50%);
  }
  
  
  
  /* Mobil görünüm için */
  @media (max-width: 768px) {
      .en_recipe-item {
          flex: 0 0 calc((100% - 40px) / 2.5); /* Mobilde 2.5 kart görünecek */
      }
  }
  
  /* Scroll Okları */
  .en_scroll-arrow {
      position: absolute;
      top: 44%;
      transform: translateY(-50%);
      background-color: rgba(255, 255, 255, 0.5);
      backdrop-filter: blur(11px);
      color: white;
      border: none;
      width:50px;
      height:50px;
      cursor: pointer;
      font-size: 25px;
      border-radius: 50%;
      z-index: 10;
      transition: background 0.3s ease;
  }
  
  .en_scroll-arrow:hover {
     
  }
  
  .en_scroll-arrow.left {
      left: 25px;
  }
  
  .en_scroll-arrow.right {
      right: 25px;
  }
  
  .en_recipe-lezzet-tags {
      display: block;
      background-color: #ECA82B;
      width: fit-content;
      margin: 0 auto;
      padding: 15px 15px;
      border-radius: 6px;
      position: relative;
      bottom: 20px;
  }
  .lezzet-tags-list {
      gap:10px;
  }
  
  
  /* Mobilde okları gizle */
  @media (max-width: 768px) {
      .en_scroll-arrow {
          display: none !important;
      }
      .en_recipe-thumbnail a {
          display: block;
          width: 145px;
          height: 210px;
          overflow: hidden;
          position: relative;
          border-radius:20px;
      }
      .en_recipe-list {
          gap:18px;
          padding-left:20px;
          padding-right:20px;
      }
      .en_recipe-item {
          max-width:145px;
      }
      .en_related-recipes {
         
      }
      .en_recipe-lezzet-tags {
          padding:10px;
      }
      .en_lezzet-tags-list {
          gap:7px;
      }
      .en_related-recipes::after {
          display:none;
      }
      
      
   
  }
  
  
  

  
  .related-posts-container {
    margin-top: 3rem;
    background-color: #000;
    padding: 30px 0 60px 0;
    color: #fff;
    text-align: center;
  }

  .related-posts-inner {
    max-width:1400px;
    margin:0 auto;
    position: relative;
    overflow: hidden;
  }


  .related-posts-inner::after{
    content: '';
    width: 135px;
    height: 100%;
    background: linear-gradient(to left, rgb(0, 0, 0), rgba(245, 233, 218, 0));
    position: absolute;
    z-index: 9;
    top: 0;
    right: 0;
  }
  
  .related-posts-container > h2 {
    font-size: 2rem;
    margin-bottom: 3rem;
    font-weight: 400;
    color: #eca82b;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 2rem;
  }
  
  .related-posts {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 0 2rem;
    position: relative;
    gap:45px;
  }
  
  .related-posts::-webkit-scrollbar {
    display: none;
  }
  
  .post-content-item {
    flex: 0 0 calc(100% / 4.5); /* Masaüstü: 4.5 içerik görünür */
    max-width: 255px;
    text-align: center;
    color: #fff;
  }
  
  .post-thumbnail a {
    display: block;
    width: 252px;
    height: 252px;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 50%;

  }
  
  .post-thumbnail img.round-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    display: block;
  }
  
  .post-category {
    background: #eca82b;
    text-align: center;
    color: #fff;
    font-family: 'JohnnieWalkerHeadline', sans-serif;
    font-weight: 400;
    font-size: 1.2rem;
    display: table;
    margin: 0 auto;
    padding: 5px 10px;
    border-radius: 4px;
    position: relative;
    top: -15px;
    letter-spacing: 1px;
  }
  
  .post-title {
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    max-width: 245px;
    text-align: center;
    margin: 0 auto;
    letter-spacing: 2px;
    font-weight: 400;
  }
  
  .post-title a {
    color: #FAF4E1;
    text-decoration: none;
  }
  
  .scroll-arrow {
    position: absolute;
    top: 44%;
    transform: translateY(-50%);
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(11px);
    color: white;
    border: none;
    width: 50px;
    height: 50px;
    cursor: pointer;
    font-size: 25px;
    border-radius: 50%;
    z-index: 20;
    transition: background 0.3s ease;
  }
  

  .scroll-arrow.left {
    left: 2rem;
  }
  
  .scroll-arrow.right {
    right: 2rem;
  }
  
  /* Mobilde scroll okları gizle - swipe aktif */
  @media (max-width: 768px) {
    .scroll-arrow {
      display: none !important;
    }
  
    .related-posts {
      scroll-snap-type: x mandatory;
      gap:25px;
    }
  
    .post-content-item {
      flex: 0 0 70%; /* Mobil: 1.5 içerik görünür */
      scroll-snap-align: start;
      margin-right: 1.2rem;
    }
    .related-posts-inner::after {
      display:none;
    }
    .post-content-item:first-child {
      padding-left:20px;
    } 
    .read-more-vk {
      display: block !important;
    }
    .read-more-vk a {
      color: #ECA82B;
        text-decoration: underline;
        font-family: 'Plantin MT Pro', sans-serif;
        font-weight: 300;
        padding: 10px 0;
        margin-top: 10px;
        display: block;
    }
  }