/*
Theme Name: Porno İzle Tema V1
Template: generatepress
Version: 1.0
*/

/* -------------------------------------
   Genel Layout ve Konteyner Ayarları
---------------------------------------- */
.container, 
.page-wrapper, 
.site-content, 
.site-main, 
.site-header, 
.site-footer {
  max-width: 100% !important;
  width: 100% !important;
  margin: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  box-sizing: border-box;
}

/* -------------------------------------
   İçerik Konteyneri
---------------------------------------- */
.content-wrapper,
.search-results-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

/* -------------------------------------
   Grid Yapısı (Kategori / Anasayfa / Arama)
---------------------------------------- */
.category-grid-wrapper {
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  width: 100%;
  grid-template-columns: repeat(1, 1fr);
}

@media (min-width: 600px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 900px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 1200px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* -------------------------------------
   Grid İçeriği Kart Stili
---------------------------------------- */
.category-grid-item {
  background: transparent;
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
  padding-bottom: 10px;
  transition: transform 0.2s ease;
}

.category-grid-item:hover {
  transform: none;
}

/* -------------------------------------
   Küçük Resim (Thumbnail) Görünümü
---------------------------------------- */
.category-thumbnail img,
.pt-cv-ifield img,
.pt-cv-thumb-wrapper img {
  width: 100%;
  height: auto;
  border-radius: 8px;
  object-fit: cover;
  display: block;
}

/* Video önizleme hover geçişleri */
.category-thumbnail.video-preview {
  position: relative;
  overflow: hidden;
}

.category-thumbnail.video-preview .animated-thumb {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  height: 100%;
  width: 100%;
}

.category-thumbnail.video-preview:hover .animated-thumb {
  opacity: 1;
}

.category-thumbnail.video-preview:hover .static-thumb {
  opacity: 0;
}

/* .video-preview olmayanlar için hover iptali */
.category-thumbnail:not(.video-preview):hover {
  background: none !important;
  filter: none !important;
  transform: none !important;
}

/* -------------------------------------
   Başlıklar ve Metinler (Responsive Güncelleme)
---------------------------------------- */
h1 {
  font-size: clamp(14px, 3.5vw, 20px) !important;
  text-align: left;
  margin: 20px auto;
}

/* category-title ve h2 başlıkları için */
h2,
.category-title {
  font-size: clamp(14px, 4vw, 14px); /* Responsive font boyutu */
  white-space: normal; /* Satır taşmasına izin ver */
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 5px;
  color: #222;
  font-weight: bold;

  display: -webkit-box;
  -webkit-line-clamp: 1; /* 1 satırda kes */
  -webkit-box-orient: vertical;
}



/* -------------------------------------
   Tarih ve Meta Bilgi Alanı (Responsive)
---------------------------------------- */
.category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(12px, 2.5vw, 14px); /* Responsive font */
  color: #666;
  margin-top: 0px;
  flex-wrap: wrap; /* küçük ekranda satır atlama */
  gap: 6px;
}

.category-meta .views {
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

.category-meta .time-ago {
  font-style: italic;
  display: flex;
  align-items: center;
  gap: 6px;
  white-space: nowrap;
}

/* Arama sonuç başlığı */
.search-results-title {
  font-size: 24px;
  font-weight: bold;
  margin: 20px auto;
  text-align: left;
}

/* Video alt başlık boşluğu */
.post-video {
  margin-bottom: 1.5em;
}

.entry-content {
  margin-top: 0 !important;
  padding-top: 0 !important;
  color: inherit; /* Rengi burada belirle */
}

.entry-content p {
  margin-top: 0;
}


.entry-content p {
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.6;
  color: #333;
}


/* -------------------------------------
   Sayfalama (Pagination)
---------------------------------------- */
.pagination-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 30px auto;
  padding: 0 20px;
  text-align: center;
  box-sizing: border-box;
}

.pagination a,
.pagination span {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;      
  justify-content: center;  
  min-width: 36px;
  box-sizing: border-box;
  font-weight: 600;
  font-size: 15px;
  line-height: 1;           
}

.pagination .current {
  background-color: #0073aa;
  color: #fff;
  border-color: #0073aa;
  cursor: default;
  pointer-events: none;
}

.pagination a:hover {
  background-color: #f1f1f1;
}



/* -------------------------------------
   Öne Çıkan resim boyutları
---------------------------------------- */
.category-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 oranında yükseklik */
  overflow: hidden;
  border-radius: 8px;
}

.category-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
}

/* -------------------------------------
   Mobil Görünüm (Genişlik < 400px)
---------------------------------------- */
@media (max-width: 400px) {
  .content-wrapper,
  .pagination-wrapper,
  .search-results-wrapper {
    padding: 0 10px;
  }
}

/* -------------------------------------
   Devamını Oku ve Kapat Butonları
---------------------------------------- */
.read-more,
.read-less {
  color: inherit; /* Açıklama ile aynı renk */
  cursor: pointer;
  user-select: none;
  display: inline-block;
  margin-top: 0;
  font-weight: 600;
  font-size: 0.9rem;
}

/* excerpt kısa içerik stili */
.excerpt-short {
  display: -webkit-box;
  -webkit-line-clamp: 2;     
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* excerpt tam içerik başlangıçta gizli */
.excerpt-full {
  display: none; 
}

/* excerpt-full içindeki kapat butonu görünür */
.excerpt-full .read-less {
  display: inline-block !important;
}

/* excerpt-wrapper içi mobilde 2 satır sınırla, devamını oku görünür */
@media (max-width: 768px) {
  .excerpt-short,
  .excerpt-short .read-more {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: relative !important;
    z-index: 9999 !important;
    cursor: pointer;
    color: inherit !important;
  }

  /* Yazıya daha yakın olması için excerpt-short içindeki span'a da padding veya margin kaldır */
  .excerpt-short {
    margin-bottom: 0;        
  }

  .excerpt-short .read-more {
    margin-top: 0px;         
  }

  /* Devamını Oku ve Kapat butonlarını küçült */
  .read-more,
  .read-less {
    font-size: 0.85rem;     
    margin-top: 0px;        
    display: inline-block;
    cursor: pointer;
    color: inherit;
    user-select: none;
  }


  /* Kategori alanları ve önceki/sonraki link küçültme */
  .entry-meta,
  .single-navigation,
  .post-navigation {
    font-size: 0.85rem !important;
    line-height: 1.3 !important;
  }

  /* Önceki/Sonraki yazı linklerinin padding/margin küçültülür */
  .post-navigation a {
    padding: 6px 10px !important;
  }
}

/* İçerik alanındaki kenarlıkları kaldır */
.inside-article,
.entry-content,
.post-video,
article {
  border: none !important;
  box-shadow: none !important; 
  background: transparent !important; 
  padding: 0 !important; 
  margin: 0 !important;
}

/* Eğer containerlarda veya wrapperlarda border varsa */
.content-wrapper,
.page-wrapper,
.site-content {
  border: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* Video iframe etrafındaki border'u da kaldır */
.post-video iframe {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Eğer içerikte linklere veya başlıklara border eklenmişse */
.entry-content a,
.entry-content h1, 
.entry-content h2,
.entry-content h3 {
  border: none !important;
  box-shadow: none !important;
}

/* Devamını Oku için container ayarı */
.content-preview {
  max-height: 3em; /* yaklaşık 2 satır yüksekliği */
  overflow: hidden;
  position: relative;
  transition: max-height 0.3s ease;
}

.content-preview.expanded {
  max-height: 1000px; /* yeterince büyük */
  overflow: visible;
}

.read-more-wrapper {
  margin-top: 0;
}

.read-more,
.read-less {
  user-select: none;
  cursor: pointer;
  font-weight: 600;
  display: inline-block;
}


.entry-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Beğeni Buton */

.like-btn {
    background: transparent !important;
    border: none !important;
    cursor: pointer;
    font-size: 1.4rem;
    color: #555;
    display: flex;
    align-items: center;
    gap: 6px;
    transition: color 0.3s ease;
    user-select: none;
}

.like-btn.liked {
    color: #c40e2c !important;
}

.like-btn i {
    pointer-events: none;
}


.entry-header-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.entry-title-container {
    flex-grow: 1;
}

.post-meta {
    margin-top: 0px;
    display: flex;
    gap: 15px;
    font-size: 0.9rem;
    color: #666;
}

.post-meta i {
    color: #999;
}



/* Görüntülenme ve beğeni butonundaki sayılar için ortak stil */

/* Ortak meta kutusu */
.category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #666;
  margin-top: 6px;
}

/* Görüntüleme ve zaman */
.meta-left {
  display: flex;
  align-items: center;
  gap: 12px;
}

.views,
.time-ago,
.like-btn {
  margin-top: 5px;
  display: flex;
  align-items: center;
  gap: 6px;
  font-weight: 500;
  color: #777;
  font-size: 0.9rem;
}

.views i,
.time-ago i,
.like-btn i {
  font-size: 1.1rem;
  color: #777;
}

/* Beğeni butonu */
.like-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  font-weight: 500;
  color: #c40e2c;
  transition: color 0.3s ease;
}

.like-btn i {
  color: inherit;
  transition: color 0.3s ease;
}

.like-btn.liked {
  color: #c40e2c;
}

.like-btn.liked i {
  color: inherit;
}


.like-btn {
  font-size: 1rem;      /* Butonun genel font boyutu */
  display: flex;
  align-items: center;
  gap: 4px;
}

.like-btn i {
  font-size: 1.2rem;      /* Kalp ikonunun boyutu */
  color: #c40e2c;
}

.like-count {
  font-size: 1rem;
  font-weight: 600;
  color: #c60000;
}



/* Yazar ve Tarihi Kaldır */

.byline,
.entry-date.published {
  display: none !important;
}

/* grid gönderi altındaki başlıkla iconlar arası boşluk */
.category-title {
  margin-bottom: 0px !important;
}

.category-meta {
  margin-top: 0px !important;
}




/* masaüstü mobil görünüm */
.category-grid-wrapper {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr); /* Mobil varsayılan */
  margin: 0;
  padding: 0;
  width: 100%;
}

/* Küçük tabletler (≥ 600px) */
@media (min-width: 600px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Büyük tabletler ve küçük masaüstü (≥ 900px) */
@media (min-width: 900px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* Masaüstü (≥ 1200px) */
@media (min-width: 1200px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* Geniş ekranlar (≥ 1600px) – Opsiyonel */
@media (min-width: 1600px) {
  .category-grid-wrapper {
    grid-template-columns: repeat(4, 1fr);
  }
}






.sidebar-grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px; /* Flexbox gap desteği güncel tarayıcılarda çalışır */
}

.widget-area .widget {
  padding-top: 0.01rem !important; /* rem 16px varsayılarak 0.8px’e yakın */
}



.single .featured-image.page-header-image-single {
    display: none !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}


.entry-header-flex {
    margin-top: 0;
    padding-top: 0;
}

.entry-header-flex > * {
    margin-top: 0;
    padding-top: 0;
}

/* Başlık için */
.entry-title-container h1,
.entry-title-container h2,
.entry-title-container h3 {
    margin-top: 0;
    padding-top: 0;
}



/* Sidebar */
.left-sidebar {
  width: 400px;
  background: #f9f9f9;
  padding: 20px;
  min-height: 100vh;
  position: sticky;
  top: 0;
  overflow-y: auto;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.05);
  
  /* İnce scroll çubuğu */
  scrollbar-width: thin; /* Firefox için */
  scrollbar-color: #ccc #f9f9f9; /* Firefox için: thumb color, track color */
}

/* Webkit tabanlı tarayıcılar için (Chrome, Safari, Edge) */
.left-sidebar::-webkit-scrollbar {
  width: 6px; /* Scroll çubuğu genişliği */
}

.left-sidebar::-webkit-scrollbar-track {
  background: #f9f9f9; /* Track (arka plan) rengi */
  border-radius: 3px;
}

.left-sidebar::-webkit-scrollbar-thumb {
  background: #ccc; /* Thumb (kaydırma çubuğu) rengi */
  border-radius: 3px;
}

.left-sidebar::-webkit-scrollbar-thumb:hover {
  background: #999; /* Hover durumunda thumb rengi */
}

.sidebar-menu-link i {
  font-size: 14px;
}
.sidebar-title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #333;
}
.sidebar-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar-menu li {
  margin-bottom: 10px;
}
.sidebar-menu li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px 12px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  transition: background 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.sidebar-menu li a:hover {
  background: #ececec;
}
.sidebar-menu i {
  color: #777;
}
.sidebar-menu span {
  font-size: 15px; /* Örneğin: 14px yaparsan yazı biraz küçülür */
  font-weight: 500; /* isteğe bağlı: daha ince ya da kalın yazı için */
}
/* Mobil için üst menü */
.top-mobile-menu {
  display: none;
  background: #f9f9f9;
  padding: 15px 20px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  overflow-x: auto;
  white-space: nowrap;
  scrollbar-width: thin;
  scrollbar-color: #ccc #f9f9f9;
}

.top-mobile-menu::-webkit-scrollbar {
  height: 4px;
}

.top-mobile-menu::-webkit-scrollbar-track {
  background: #f9f9f9;
  border-radius: 2px;
}

.top-mobile-menu::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 2px;
}

.mobile-menu-list {
  display: flex;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu-list li {
  flex-shrink: 0;
}

.mobile-menu-list li a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  background: #fff;
  border-radius: 20px;
  text-decoration: none;
  color: #333;
  font-weight: 500;
  font-size: 14px;
  transition: background 0.2s ease;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  white-space: nowrap;
}

.mobile-menu-list li a:hover {
  background: #ececec;
}

.mobile-menu-list i {
  color: #777;
  font-size: 13px;
}

/* Mobilde sidebar gizle ve üst menüyü göster */
@media screen and (max-width: 1024px) {
  .left-sidebar {
    display: none !important;
  }
  
  .top-mobile-menu {
    display: block;
  }
}

/* Like, meta vb. */
.category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85em;
  color: #666;
  margin-top: 4px;
}
.meta-left {
  display: flex;
  align-items: center;
  gap: 15px;
}
.like-btn {
  background: none;
  border: none;
  cursor: pointer;
  font-size: 1.1rem;
  color: #555;
  display: flex;
  align-items: center;
  gap: 6px;
}
.like-btn .fa-heart {
  color: #e60000;
  font-size: 1.2rem;
}

/* Load More */
.load-more-btn {
  padding: 10px 20px;
  font-size: 1rem;
  cursor: pointer;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 4px;
  transition: 0.2s;
}
.load-more-btn:hover {
  background: #f0f0f0;
}


.sidebar-menu li a {
  font-size: clamp(0.85rem, 1.5vw, 1.1rem);
  /* minimum 0.85rem, maksimum 1.1rem, arada viewport genişliğine göre ayarlanır */
  gap: clamp(6px, 1vw, 10px);
}

.sidebar-menu li a i {
  font-size: clamp(14px, 2vw, 18px);
}



/* Content Footer Arası */
.content-wrapper {
  margin-bottom: 30px; /* footer ile içerik arası boşluk */
}




/* .page-numbers çıktısı için stil */
.page-numbers {
  display: flex;
  justify-content: center;
  gap: 8px;
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.page-numbers li {
  display: inline-block;
}

.page-numbers a,
.page-numbers span {
  padding: 8px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 46px;
  min-height: 46px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1;
}

.page-numbers .current {
  background-color: #c60000;
  color: #fff;
  border-color: #c60000;
  cursor: default;
  pointer-events: none;
}

.page-numbers a:hover {
  background-color: #f1f1f1;
}


/* ====== 1. SAYFALAMA: Mobilde sadece Geri/İleri göster, ortala ====== */
@media screen and (max-width: 600px) {
  .page-numbers li {
    display: none;
  }

  .page-numbers li:first-child,
  .page-numbers li:last-child {
    display: inline-flex !important;
  }

  .page-numbers {
    justify-content: center !important;
  }
}



/* ====== 3. SIDEBAR Sabit Genişlik ve Mobilde Gizlenme ====== */
/* Sidebar */
.left-sidebar {
  width: 280px;
  flex-shrink: 0;
  background: #f9f9f9;
  padding: 20px;
  height: 100vh;
  position: sticky;
  top: 0; /* Header'la hizalı */
  overflow-y: auto;
  box-shadow: 1px 0 4px rgba(0, 0, 0, 0.05);
}


/* İçerik */
.site-layout {
  display: flex;
  align-items: flex-start;
}

/* Sağ içerik */
.site-main-content {
  flex: 1;
  padding: 0px;
}

/* Mobil görünüm */
@media screen and (max-width: 1024px) {
  .left-sidebar {
    display: none !important;
  }

  .site-main-content {
    flex: 1;
    padding: 0px;
  }
}













/* ========== RELATED VIDEOS GRID (Post Grid ile Tam Uyumlu) ========== */

/* Grid container */
.related-videos-container {
  margin: 0 -20px; /* Kenar boşluklarını sıfırla (container uyumu) */
  padding: 0 20px;
  box-sizing: border-box;
}

/* Grid yapısı */
.related-videos-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(1, 1fr); /* Mobil */
  margin: 0;
  padding: 0;
  width: 100%;
  box-sizing: border-box;
}

@media (min-width: 600px) {
  .related-videos-grid {
    grid-template-columns: repeat(2, 1fr); /* Tablet */
  }
}

@media (min-width: 900px) {
  .related-videos-grid {
    grid-template-columns: repeat(3, 1fr); /* Küçük masaüstü */
  }
}

@media (min-width: 1200px) {
  .related-videos-grid {
    grid-template-columns: repeat(4, 1fr); /* Büyük masaüstü */
  }
}

/* Kart stil */
.related-videos-grid .category-grid-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Thumbnail kapsayıcı */
.related-videos-grid .category-thumbnail {
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 oran */
  overflow: hidden;
  border-radius: 8px;
  flex-shrink: 0;
  margin: 0;
  box-sizing: border-box;
}

/* Görsel */
.related-videos-grid .category-thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
  display: block;
  margin: 0;
  box-sizing: border-box;
}

/* Başlık - tek satır */
.related-videos-grid .category-title {
  font-size: clamp(14px, 4vw, 16px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 5px;
  color: #222;
  font-weight: bold;
  display: block;
}

/* Meta alan */
.related-videos-grid .category-meta {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
  color: #666;
}


.footer-widgets-container {
    padding: 0;
    max-width: 100%; /* Sayfa container max genişliği ile uyumlu */
    margin-left: 20px;
    margin-right: 20px;
    box-sizing: border-box;
}

.site-footer .footer-widgets-container .inner-padding {
    padding: 0;
}

.site-footer .footer-widgets-container .inside-footer-widgets {
    margin-left: 0;
    display: flex;
    gap: 20px; /* istersen aralarına boşluk koy */
}


@media (max-width: 768px) {
    .footer-widgets-container {
        margin-left: 10px;
        margin-right: 10px;
    }
}




	/* Başlık ve beğeni butonunun olduğu kapsayıcı */
.entry-header-flex {
  display: flex;
  flex-direction: column;  /* Başlık ve buton alt alta */
  align-items: flex-start; /* Sol hizala */
  gap: 8px;                /* Başlık ve beğeni arası boşluk */
}

/* Başlık container */
.entry-title-container {
  width: 100%;
  text-align: left !important; /* Başlığı kesinlikle sola hizala */
  margin: 0;
}

/* Beğeni butonu */
.like-btn {
  align-self: flex-start; /* Beğeni butonunu sola yasla */
  margin-top: 0;
}

/* Eğer başlık içi ortalanmaya zorluyorsa aşağıdaki rule ile öncelik ver */
.entry-title-container h1,
.entry-title-container h2,
.entry-title-container h3 {
  text-align: left !important;
  margin-top: 0;
  margin-bottom: 0;
}


.category-meta {
  display: flex;
  align-items: center;  /* Dikey ortalama */
  gap: 15px;            /* Aralarındaki boşluk */
  margin-top: 6px;
  color: #666;
  font-size: 0.9rem;
  flex-wrap: wrap;      /* Mobilde satır atlama için */
}

.category-meta > * {
  display: flex;
  align-items: center;  /* İçindeki ikon ve yazı ortalanır */
  gap: 6px;
  margin: 0;
}

/* Örneğin görüntülenme ve zaman için */
.category-meta .views,
.category-meta .time-ago,
.category-meta .like-btn {
  font-weight: 500;
  color: #777;
  font-size: 0.9rem;
  margin: 0;
}

/* Kırıntı Gizle */
.rank-math-breadcrumb {
  display: none !important;
}


/* Category Page */
.kategori-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Varsayılan: 4 sütun */
  gap: 15px;
}

.kategori-kart {
  background-color: #f4f4f4;
  border-radius: 8px;
  padding: 12px;
  text-align: center;
  transition: all 0.2s ease-in-out;
}

.kategori-kart:hover {
  background-color: #eaeaea;
}

.kategori-kart i {
  font-size: 18px;
  margin-bottom: 6px;
  color: #555;
}

.kategori-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 14px;
}

/* 992px ve altı: 3 sütun */
@media (max-width: 992px) {
  .kategori-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* 576px ve altı: 2 sütun */
@media (max-width: 576px) {
  .kategori-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}






/* ========== POST GRID ITEM RESPONSIVE STYLES ========== */

/* Başlık (Title) - Responsive Font Size */
.category-title,
h2.category-title {
  font-size: clamp(12px, 3.5vw, 16px) !important; /* Mobil: 12px, Masaüstü: 16px */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 8px 0 4px;
  color: #222;
  font-weight: bold;
  display: block;
  line-height: 1.2;
}

/* Meta Container - Responsive Layout */
.category-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: clamp(11px, 2.5vw, 14px) !important; /* Responsive font */
  color: #666;
  margin-top: clamp(2px, 1vw, 6px);
  flex-wrap: nowrap !important; /* Satır taşmasını engelle */
  gap: clamp(4px, 1vw, 8px);
  min-height: clamp(18px, 4vw, 24px); /* Minimum yükseklik ver */
}

/* Meta Left Side (Views + Time) */
.category-meta > div:first-child {
  display: flex;
  align-items: center;
  gap: clamp(6px, 1.5vw, 12px); /* Gap'i küçült */
  flex-wrap: nowrap;
  flex-shrink: 1; /* Küçülmeye izin ver */
  min-width: 0; /* Flex shrink için gerekli */
}

/* Views Section - Responsive */
.category-meta .views {
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.5vw, 4px); /* Gap'i küçült */
  font-weight: 500;
  color: #777;
  font-size: clamp(9px, 2vw, 12px) !important; /* Font boyutunu küçült */
  white-space: nowrap;
  flex-shrink: 1;
}

.category-meta .views i {
  font-size: clamp(10px, 2.2vw, 13px) !important; /* İkon boyutunu küçült */
  color: #777;
}

/* Time Ago Section - Responsive */
.category-meta .time-ago {
  display: flex;
  align-items: center;
  gap: clamp(2px, 0.5vw, 4px); /* Gap'i küçült */
  font-weight: 500;
  color: #777;
  font-size: clamp(9px, 2vw, 12px) !important; /* Font boyutunu küçült */
  font-style: italic;
  white-space: nowrap;
  flex-shrink: 1;
}

.category-meta .time-ago i {
  font-size: clamp(10px, 2.2vw, 13px) !important; /* İkon boyutunu küçült */
  color: #777;
}

/* Like Button - Responsive */
.like-btn {
  background: none !important;
  border: none !important;
  cursor: pointer;
  display: flex !important;
  align-items: center;
  gap: clamp(2px, 0.5vw, 4px) !important; /* Gap'i küçült */
  font-size: clamp(11px, 2.2vw, 15px) !important; /* Font boyutunu küçült */
  color: #555;
  padding: 0;
  margin: 0;
  transition: color 0.3s ease;
  white-space: nowrap;
  flex-shrink: 0; /* Like butonu küçülmesin */
  min-width: fit-content;
}

/* Like Button Heart Icon */
.like-btn i {
  font-size: clamp(11px, 2.5vw, 16px) !important; /* İkon boyutunu küçült */
  color: #e60000 !important;
  transition: transform 0.2s ease;
}

.like-btn:hover i {
  transform: scale(1.05); /* Hover efektini küçült */
}

/* Like Count Number */
.like-btn .like-count,
.like-count {
  font-size: clamp(9px, 2vw, 13px) !important; /* Font boyutunu küçült */
  font-weight: 600;
  color: #c60000;
}

/* ========== BREAKPOINT SPECIFIC STYLES ========== */

/* Extra Small Mobile (≤ 320px) */
@media (max-width: 320px) {
  .category-title {
    font-size: 11px !important;
    margin: 6px 0 3px;
  }
  
  .category-meta {
    font-size: 9px !important;
    gap: 4px;
    margin-top: 2px;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 9px !important;
    gap: 2px;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 10px !important;
  }
  
  .like-btn {
    font-size: 12px !important;
    gap: 2px !important;
  }
  
  .like-btn i {
    font-size: 12px !important;
  }
  
  .like-count {
    font-size: 10px !important;
  }
}

/* Small Mobile (321px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {
  .category-title {
    font-size: 12px !important;
    margin: 7px 0 4px;
  }
  
  .category-meta {
    font-size: 10px !important;
    gap: 5px;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 10px !important;
    gap: 3px;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 11px !important;
  }
  
  .like-btn {
    font-size: 13px !important;
    gap: 3px !important;
  }
  
  .like-btn i {
    font-size: 13px !important;
  }
  
  .like-count {
    font-size: 11px !important;
  }
}

/* Medium Mobile (481px - 600px) */
@media (min-width: 481px) and (max-width: 600px) {
  .category-title {
    font-size: 13px !important;
    margin: 8px 0 4px;
  }
  
  .category-meta {
    font-size: 11px !important;
    gap: 4px;
  }
  
  .category-meta > div:first-child {
    gap: 6px;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 10px !important;
    gap: 3px;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 11px !important;
  }
  
  .like-btn {
    font-size: 12px !important;
    gap: 3px !important;
  }
  
  .like-btn i {
    font-size: 12px !important;
  }
  
  .like-count {
    font-size: 10px !important;
  }
}

/* Tablet (601px - 900px) */
@media (min-width: 601px) and (max-width: 900px) {
  .category-title {
    font-size: 14px !important;
    margin: 9px 0 5px;
  }
  
  .category-meta {
    font-size: 12px !important;
    gap: 5px;
  }
  
  .category-meta > div:first-child {
    gap: 8px;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 11px !important;
    gap: 3px;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 12px !important;
  }
  
  .like-btn {
    font-size: 13px !important;
    gap: 3px !important;
  }
  
  .like-btn i {
    font-size: 13px !important;
  }
  
  .like-count {
    font-size: 11px !important;
  }
}

/* Small Desktop (901px - 1200px) */
@media (min-width: 901px) and (max-width: 1200px) {
  .category-title {
    font-size: 15px !important;
    margin: 10px 0 5px;
  }
  
  .category-meta {
    font-size: 13px !important;
    gap: 6px;
  }
  
  .category-meta > div:first-child {
    gap: 10px;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 12px !important;
    gap: 4px;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 13px !important;
  }
  
  .like-btn {
    font-size: 14px !important;
    gap: 4px !important;
  }
  
  .like-btn i {
    font-size: 14px !important;
  }
  
  .like-count {
    font-size: 12px !important;
  }
}

/* Large Desktop (≥ 1201px) */
@media (min-width: 1201px) {
  .category-title {
    font-size: 16px !important;
    margin: 10px 0 6px;
  }
  
  .category-meta {
    font-size: 14px !important;
    gap: 8px;
  }
  
  .category-meta > div:first-child {
    gap: 12px;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 13px !important;
    gap: 4px;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 14px !important;
  }
  
  .like-btn {
    font-size: 15px !important;
    gap: 4px !important;
  }
  
  .like-btn i {
    font-size: 15px !important;
  }
  
  .like-count {
    font-size: 13px !important;
  }
}

/* ========== VERY SMALL SCREENS OPTIMIZATION ========== */
@media (max-width: 280px) {
  .category-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
  }
  
  .category-meta > div:first-child {
    gap: 6px;
  }
  
  .like-btn {
    align-self: flex-end;
    margin-top: 2px;
  }
}

/* ========== PROBLEMATIC RESOLUTIONS FIX ========== */
/* Ara çözünürlükler için özel düzeltmeler */
@media (min-width: 1025px) and (max-width: 1439px) {
  .category-meta {
    flex-wrap: nowrap !important;
    gap: 4px !important;
  }
  
  .category-meta > div:first-child {
    gap: 8px !important;
    flex-shrink: 1;
  }
  
  .like-btn {
    flex-shrink: 0;
    font-size: 13px !important;
    gap: 3px !important;
    min-width: fit-content;
  }
  
  .like-btn i {
    font-size: 13px !important;
  }
  
  .like-count {
    font-size: 11px !important;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 11px !important;
    gap: 3px !important;
  }
  
  .category-meta .views i,
  .category-meta .time-ago i {
    font-size: 12px !important;
  }
}

/* Daha agresif küçültme gerekiyorsa */
@media (min-width: 768px) and (max-width: 1024px) {
  .category-meta {
    justify-content: space-between;
    flex-wrap: nowrap !important;
    gap: 2px !important;
  }
  
  .category-meta > div:first-child {
    gap: 6px !important;
    max-width: 70%; /* Sol tarafın maksimum genişliği */
  }
  
  .like-btn {
    flex-shrink: 0;
    font-size: 12px !important;
    gap: 2px !important;
  }
  
  .category-meta .views,
  .category-meta .time-ago {
    font-size: 10px !important;
    gap: 2px !important;
  }
}

/* TÜM ALT ÇİZGİLERİ KALDIR - KESİN ÇÖZÜM */

/* Tüm başlık elementleri */
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 * {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Tüm linkler */
a, a:hover, a:focus, a:active, a:visited {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Pseudo elementler (::before, ::after ile oluşturulan alt çizgiler) */
*::before, *::after {
    border-bottom: none !important;
    box-shadow: none !important;
}

/* Tüm elementler için genel kural */
* {
    text-decoration: none !important;
}

/* Özel sınıflar */
.category-title,
.entry-title,
.post-title,
.page-title,
.widget-title,
.site-title,
.entry-header h1,
.entry-header h2,
.entry-header h3 {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}

/* WordPress varsayılan sınıfları */
.wp-block-heading,
.has-text-decoration-underline {
    text-decoration: none !important;
}

/* Tema spesifik sınıflar (genel) */
[class*="title"],
[class*="heading"],
[class*="header"] {
    text-decoration: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}



/* Özel CSS Player VS */
	
  /* Footer mobil kenar boşluk */	
@media (max-width: 768px) {
    .inside-site-info {
        padding-right: 10px;
        padding-left: 10px;
    }
}
	

.video-js {
  border-radius: 10px;
  overflow: hidden;
}

.video-js .vjs-play-progress {
    background-color: #c40e2c !important; /* siyah örnek */
}

.video-js .vjs-load-progress {
    background-color: #424242 !important; /* gri örnek */
}

.video-js .vjs-progress-holder {
    background-color: #424242
 !important; /* açık gri örnek */
	margin: 0 !important;
}


/* Progress bar container */
.vjs-control-bar .vjs-progress-control {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 15px !important;       /* dokunmatik alanı artır */
  z-index: 10;
  pointer-events: auto !important; /* tıklama aktif */
  background: transparent;
  transform: translateY(-100%);
  display: flex;
  align-items: center;           /* çubuğu dikey ortala */
  padding: 0 0 !important;       /* iç boşluk sıfır */
}


/* Sağ tarafa gidecek gruptaki ilk buton */
.vjs-picture-in-picture-control {
  margin-left: auto !important; /* buradan itibaren her şey sağa kayar */
}


/* Eğer kontrol bar da tamamen şeffaf olsun */
.vjs-control-bar {
  background-color: transparent !important;
}


/* Remaining time gizle */
.vjs-remaining-time,
.vjs-remaining-time-display {
  display: none !important;
}

/* Diğer zaman elementlerini varsayılan bırak */
.vjs-current-time,
.vjs-duration,
.vjs-time-divider {
  display: inline-flex; /* veya default */
  margin: 0 6px;
  font-size: 14px;
  color: #fff;
}


/* Eğer progress bar üstteyse taşmasını sağla */
.vjs-control-bar {
  overflow: visible !important;
}

/* CENTENT SINGLE İÇİNDEKİ PLAYER CSS */
.post-video { max-width: 100%; margin: 0 auto; }

.video-js { min-width: 100%; min-height: 100%; }

.video-js.vjs-jwlike { background-color: #000; color: #fff; font-size: 10px; }
@media (min-width: 1025px) { .video-js.vjs-jwlike { font-size: 15px; } }

.video-js.vjs-jwlike .vjs-control-bar { background: rgba(0, 0, 0, 0.3); }

.video-zoom-wrapper { overflow: hidden; touch-action: none; position: relative; width: 100%; }
.video-zoom-wrapper video { width: 100%; height: auto; transform-origin: center center; will-change: transform; transition: transform 0.05s ease-out; cursor: grab; }


.video-js .vjs-progress-control .vjs-play-progress {
  transition: width 0.15s ease-out;
}

.video-js .vjs-progress-control.vjs-slider-active .vjs-play-progress {
  transition: none;
}

.video-js .vjs-play-progress {
  transition: none !important;
  transform: translateZ(0);
  will-change: width;
}


/* Zaman göstergeleri */
.vjs-current-time,
.vjs-duration,
.vjs-time-divider {
  display: inline-flex !important;
  align-items: center;
  color: #fff;
  font-size: 14px;
  margin: 0 -15px;
  z-index: 20; /* diğer elemanların üstünde */
}

/* Eğer progress bar üstteyse taşmasını sağla */
.vjs-control-bar {
  overflow: visible !important;
}

/* remaining-time gizle */
.vjs-remaining-time, 
.vjs-remaining-time-display,
.vjs-time-control.vjs-remaining-time {
    display: none !important;
}


// Player init options
const player = videojs("videojs-player", {
  muted: false,
  preload: "none",
  autoplay: false,
  inactivityTimeout: 5000, // 5 saniye yerine 15 saniye yapabilirsin
  html5: { /* ... */ },
  controlBar: { /* ... */ },
});


.video-js {
  min-height: 200px;
  background-color: #000;
}

.video-js .vjs-poster {
  background-size: contain;
}






