/* Mobilde kategori sayfası aside (sidebar) kenar boşlukları - sade ve kesin çözüm */
/* Kayma/scrollbar farkı yaşamamak için, tüm sayfalarda dikey scrollbar boşluğunu rezerve et */
html{scrollbar-gutter:stable}
@media (max-width: 700px) {
  .category-layout aside {
    width: 100% !important;
    padding: 0 16px 24px 16px !important;
    margin: 0 auto !important;
    box-sizing: border-box;
    display: block !important;
  }
}
/* Mobilde kategori sayfası sidebar (aside) kenar boşlukları */
@media (max-width: 700px) {
  .category-layout aside {
    padding-left: 16px !important;
    padding-right: 16px !important;
    box-sizing: border-box;
  }
}
/* Mobilde kategori grid: tek sütun, kenar boşluklu ve ferah görünüm */
@media (max-width: 700px) {
  .category-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
    padding: 0 16px 24px 16px !important;
    box-sizing: border-box;
  }
  .category-grid .card {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 auto !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: 0 2px 12px 0 rgba(2,6,23,0.07);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    border: 1px solid #f1f1f1;
    box-sizing: border-box;
  }
  .category-grid .card img {
    border-radius: 0 !important;
    box-shadow: none !important;
    width: 100%;
    height: auto;
    display: block;
  }
  .category-grid .p {
    background: #fff !important;
    border-radius: 0 0 14px 14px !important;
    box-shadow: none !important;
    padding: 10px 6px 12px 6px !important;
    margin: 0 !important;
    min-height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .category-grid .p div {
    color: #222 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    background: #fff !important;
    border-radius: 8px !important;
    padding: 0 4px;
    margin: 0 auto;
    text-align: center;
    box-shadow: none !important;
    line-height: 1.25;
    width: 100%;
    word-break: break-word;
  }
}
/* Mobilde kategori sayfası için sidebar'ı alta al */
@media (max-width: 900px) {
  .category-layout {
    display: flex !important;
    flex-direction: column !important;
    gap: 0 !important;
  }
  .category-layout main {
    order: 1;
    width: 100% !important;
    margin-bottom: 24px;
  }
  .category-layout aside {
    order: 2;
    width: 100% !important;
    margin-top: 0 !important;
    padding: 0 !important; /* 900px altında sıfırlıyoruz; 700px ve altı için aşağıda yeniden tanımlanacak */
  }
}

/* ÖNEMLİ: 700px ve altında sidebar kenarlara yapışmasın (kategori + gönderi sayfaları) */
@media (max-width: 700px) {
  /* Kategori sayfası aside: içten 16px yatay boşluk ver */
  .category-layout aside {
    padding-left: 16px !important; /* mobilde kenarlara yapışmayı önler */
    padding-right: 16px !important;
    box-sizing: border-box;
  }
  /* Yazı sayfası (post.php) aside: aynı şekilde boşluk ver */
  .post-main > aside {
    padding-left: 16px !important; /* mobilde kenar boşluğu */
    padding-right: 16px !important;
    box-sizing: border-box;
  }
  /* Sidebar içindeki arama ve yazar kutusunun etrafında nefes alanı olsun */
  .category-layout aside .recipes-widget,
  .category-layout aside .author-widget,
  .post-main > aside .recipes-widget,
  .post-main > aside .author-widget {
    margin-left: 0 !important;  /* padding verdiğimiz için ekstra marge gerekmesin */
    margin-right: 0 !important;
  }
}
/* Masaüstü için Jump to label düzeni */
@media (min-width: 700px) {
  .post-header h1,
  .post-header-inner h1 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
  .jump-container {
    border-top: 1.2px solid #e0e6ed;
    margin-top: 18px;
    padding-top: 10px;
    background: none;
    box-shadow: none;
  }
  .jump-label {
    font-size: 15px;
    font-weight: 600;
    color: #fa8072;
    margin-left: 18px;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.13;
    text-align: left;
    display: block;
    padding: 0;
    letter-spacing: 0.01em;
    white-space: nowrap; /* Satır kırılmasın, yan yana kalsın */
    word-break: normal;
    max-width: none;
  }
  .jump-label::after {
    display: none !important;
  }
  .jump-pills {
    margin-left: 0;
  }
}
/* Mobilde tek satır kalsın */
@media (max-width: 700px) {
  .jump-label {
    font-size: 14px;
    margin-left: 0;
    max-width: none;
    text-align: left;
    white-space: normal;
  }
  .jump-pills .pill::after {
    width: 24px;
    height: 24px;
    margin-left: 8px;
    background-size: 15px 15px;
    min-width: 24px;
    min-height: 24px;
  }
  .jump-pills .pill {
    min-width: 90px;
    max-width: 140px;
    height: 38px;
    font-size: 1.05rem;
    padding: 0 16px 0 10px;
    gap: 8px;
  }
}
/* rcard3-tags: Responsive etiketler */
.rcard3-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 10px;
  margin: 12px 0 0 0;
  padding: 0;
}

/* Mini recipe cards (index & category) */
.recipe-mini-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px}
.recipe-card-mini{display:flex;flex-direction:column;background:#fff;border-radius:12px;overflow:hidden;text-decoration:none;color:inherit;border:1px solid #eceff3;box-shadow:0 4px 16px rgba(2,6,23,0.05);transition:transform .12s ease, box-shadow .12s ease}
.recipe-card-mini:hover{transform:translateY(-2px);box-shadow:0 10px 24px rgba(2,6,23,0.08)}
.recipe-card-mini .rcm-img-wrap{
  position:relative;
  width:100%;
  /* Fallback for older browsers: maintain previous ratio using padding-top */
  padding-top: 62%;
  /* Use a taller, portrait aspect ratio on modern browsers so images display as vertical cards */
  aspect-ratio: 3 / 5;
  height: auto;
}
.recipe-card-mini .rcm-img-wrap img{
  position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block;
}
/* Türkçe: Görselin sağ üst köşesinde süre ve porsiyon rozetleri */
.recipe-card-mini .rcm-badges{position:absolute;top:8px;right:8px;display:flex;gap:6px;z-index:2}
.recipe-card-mini .rcm-badge{display:inline-flex;align-items:center;gap:6px;height:26px;padding:0 10px;border-radius:999px;background:rgba(17,24,39,0.6);color:#fff;font-weight:800;font-size:.78rem;line-height:1;border:1px solid rgba(255,255,255,0.12);backdrop-filter:blur(6px) saturate(120%);-webkit-backdrop-filter:blur(6px) saturate(120%);text-shadow:0 1px 2px rgba(0,0,0,0.5)}
.recipe-card-mini .rcm-badge-time{background:rgba(15,23,42,0.70)} /* Türkçe: süre rozeti biraz koyu */
.recipe-card-mini .rcm-badge-servings{background:rgba(255,82,48,0.85)} /* Türkçe: porsiyon rozeti tema turuncusu */
.recipe-card-mini .rcm-body{padding:10px 12px}
.recipe-card-mini .rcm-title{margin:0 0 6px 0;font-size:1rem;line-height:1.25;color:#0b1220;font-weight:700}
.recipe-card-mini .rcm-meta-line{display:flex;align-items:center;flex-wrap:wrap;gap:6px;color:#6b7280;font-size:.92rem}
.recipe-card-mini .rcm-stars{display:inline-flex;gap:2px;color:#f59e0b}
.recipe-card-mini .rcm-stars .star{font-size:14px;line-height:1;color:#e5e7eb}
.recipe-card-mini .rcm-stars .star.filled{color:#f59e0b}
.recipe-card-mini .rcm-sep{margin:0 4px;color:#94a3b8}

@media (max-width:700px){
  .recipe-mini-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .recipe-card-mini .rcm-badges{top:6px;right:6px;gap:4px}
  .recipe-card-mini .rcm-badge{height:24px;padding:0 8px;font-size:.74rem}
  .recipe-card-mini .rcm-title{font-size:.98rem}
  .recipe-card-mini .rcm-body{padding:9px 10px}
}
.rcard3-tag {
  display: inline-block;
  background: #f5f7fa;
  color: #22314a;
  font-size: 15px;
  font-weight: 500;
  border-radius: 16px;
  padding: 6px 14px;
  line-height: 1.2;
  box-shadow: 0 2px 8px 0 rgba(2,6,23,0.04);
  transition: background 0.15s;
  cursor: pointer;
  user-select: none;
}
.rcard3-tag:hover {
  background: #e3e8ef;
}

@media (max-width: 600px) {
  .rcard3-tags {
    gap: 6px 6px;
    margin-top: 8px;
  }
  .rcard3-tag {
    font-size: 13px;
    padding: 5px 10px;
    border-radius: 13px;
  }
}
@media (max-width: 700px) {
  .category-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
@media (max-width: 700px) {
  .category-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr !important;
    gap: 12px !important;
    margin: 0 !important;
    width: 100% !important;
  }
  .category-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    margin: 0 !important;
  }
  .category-name {
    font-size: 15px !important;
    max-width: 100% !important;
    white-space: normal !important;
    word-break: break-word !important;
  }
}
@media (max-width: 600px) {
  .category-list {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0 !important;
  }
  .category-card {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    box-sizing: border-box;
    justify-content: flex-start !important;
    display: flex !important;
    align-items: center;
  }
  .category-name {
    font-size: 15px;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }
}
@media (max-width: 600px) {
  .category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    margin: 0;
  }
  .category-card {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
    justify-content: flex-start;
  }
  .category-name {
    font-size: 15px;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
  }
}
  .category-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 -4px 0 -4px;
  }
  .category-card {
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.04);
    padding: 7px 12px 7px 7px;
    margin: 4px;
    min-width: 0;
    max-width: 100%;
    width: auto;
    position: relative;
    transition: box-shadow 0.2s;
    overflow: visible;
    font-size: 15px;
  }
  .category-circle {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 18px;
    margin-right: 8px;
    flex-shrink: 0;
    position: relative;
  }
  .category-count {
    position: absolute;
    top: -8px;
    left: 18px;
    background: #f44336;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    border-radius: 50%;
    min-width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.10);
    z-index: 2;
    padding: 0 4px;
  }
  .category-name {
    font-size: 15px;
    font-weight: 500;
    color: #222;
    white-space: normal;
    word-break: break-word;
    overflow: visible;
    text-overflow: unset;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.2;
    padding-left: 2px;
    min-width: 0;
    max-width: 120px;
    display: inline-block;
    vertical-align: middle;
  }
  @media (max-width: 600px) {
    .category-list {
      gap: 8px;
      margin: 0 -2px 0 -2px;
    }
    .category-card {
      padding: 6px 10px 6px 6px;
      font-size: 14px;
      min-width: 0;
      max-width: 100%;
    }
    .category-name {
      font-size: 14px;
      max-width: 90px;
    }
  }
  .jump-pills .pill::after {
    display: none !important;
  }
  .jump-pills .pill span,
  .jump-pills .pill .arrow,
  .jump-pills .pill::before {
    display: none !important;
  }
  .jump-pills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 10px;
    margin-top: 8px;
    width: 100%;
    flex-wrap: wrap;
  }
  .jump-pills .pill {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 1.01rem;
    font-weight: 700;
    padding: 0 14px 0 12px;
    border-radius: 20px !important;
    margin: 0 4px 8px 0;
    background: #fa8072 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    letter-spacing: 0.01em;
    text-transform: uppercase; /* Metni büyük harfe çevir */
    transition: background 0.13s;
    height: 36px;
    min-width: 80px;
    max-width: 120px;
    text-align: center;
    gap: 7px;
    position: relative;
    overflow: hidden;
  }
  .jump-pills .pill::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 7px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    background-image: url('data:image/svg+xml;utf8,<svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6 3v6M6 9l-3-3M6 9l3-3" stroke="%23fa8072" stroke-width="1.7" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 13px 13px;
  }
  .jump-pills .pill span,
  .jump-pills .pill .arrow,
  .jump-pills .pill::before {
    display: none !important;
  }
  .jump-pills {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 12px;
    margin-top: 8px;
    width: 100%;
    flex-wrap: wrap;
  }
  .jump-pills .pill {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    font-size: 1.05rem;
    font-weight: 700;
    padding: 0 18px 0 12px;
    border-radius: 20px !important;
    margin: 0 8px 8px 0;
    background: #fa8072 !important;
    border: none !important;
    color: #fff !important;
    box-shadow: none !important;
    letter-spacing: 0.01em;
    text-transform: uppercase; /* Metni büyük harfe çevir */
    transition: background 0.13s;
    height: 38px;
    min-width: 90px;
    max-width: 140px;
    text-align: center;
    gap: 8px;
    position: relative;
    overflow: hidden;
  }
  .jump-pills .pill::after {
    content: "";
    display: inline-block;
    width: 22px;
    height: 22px;
    margin-left: 7px;
    background: #fff;
    border-radius: 50%;
    position: relative;
    top: 1px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.04);
    background-image: url('data:image/svg+xml;utf8,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 4v8M8 12l-4-4M8 12l4-4" stroke="%23fa8072" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 14px 14px;
  }
  .post-header h1 {
    font-size: 2.2rem !important;
    font-weight: 900 !important;
    line-height: 1.13 !important;
    letter-spacing: -0.01em !important;
    margin: 10px 0 8px 0 !important;
    word-break: break-word !important;
    font-family: inherit !important;
    /* Masaüstü için text-align override aşağıda */
  }
/* Masaüstü için başlık ortalama: En sona eklenir ki tüm !important'ları geçersiz kılsın */
@media (min-width: 700px) {
  .post-header h1,
  .post-header-inner h1 {
    text-align: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    display: block;
  }
}
@media (max-width: 700px) {
  .post-header h1,
  .post-header-inner h1 {
    text-align: left !important;
  }
}
  .post-header .breadcrumbs {
    font-size: 0.97rem !important;
    color: #888 !important;
    margin-bottom: 2px !important;
    margin-top: 0 !important;
    font-weight: 500 !important;
    letter-spacing: 0.01em !important;
    display: block !important;
  }
  /* Mobilde byline renk zorlaması kaldırıldı */
  .byline, .byline a {
    color: var(--secondary-color, #00a7bd) !important;
  }
  .byline-by {
    color: var(--secondary-color, #00a7bd) !important;
    font-weight: 600;
    margin-right: 2px;
    font-size: 1.02rem;
    letter-spacing: 0.01em;
    display: inline-block;
    vertical-align: middle;
  }
  .meta-mobile-line .published-label {
    color: var(--rcard3-primary, #ff3c00);
    font-weight: 700;
    text-transform: uppercase;
  }
  .meta-mobile-line .published-date {
    color: #222;
    font-weight: 500;
  }
  .meta-mobile-line .dot-sep {
    color: #b0b0b0;
    font-weight: 700;
    font-size: 1em;
    vertical-align: middle;
  }
  .meta-mobile-line .updated-label {
    color: #8a8a8a;
    font-weight: 700;
    text-transform: uppercase;
  }
  .meta-mobile-line .updated-date {
    color: #8a8a8a;
    font-weight: 400;
  }
/* Tema renk değişkenleri */
:root {
  --primary-color: var(--rcard3-primary, #ff3c00);
  --secondary-color: #00a7bd; /* Tema ayarındaki ikincil renk */
}
@media (max-width: 700px) {
  .header-author-avatar {
    width: 56px !important;
    height: 56px !important;
  }
  .meta-small {
    display: flex !important;
    flex-direction: column !important;
    @media (max-width: 700px) {
      .post-header-inner {
        padding: 12px 0 0 0;
        flex-direction: column;
        align-items: flex-start;
      }
      .post-author-meta {
        flex-direction: row;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 0;
      }
      .header-author-avatar {
        width: 84px;
        height: 84px;
        min-width: 84px;
        min-height: 84px;
        margin-right: 0;
        margin-bottom: 0;
        border-radius: 50%;
        object-fit: cover;
        box-shadow: 0 2px 8px rgba(0,0,0,0.04);
      }
  /* Temanın birincil rengi için published mobilde */
  .meta-mobile-line .published-label {
    color: var(--primary-color, #ff3c00);
    font-weight: 700;
    text-transform: uppercase;
  }
  @media (max-width: 700px) {
    .byline, .byline a {
      color: var(--primary-color, #ff3c00) !important;
    }
  }
      .author-meta {
        flex: 1;
        min-width: 0;
        display: flex;
        flex-direction: column;
        gap: 2px;
      }
      .byline {
        font-size: 1.02rem;
        font-weight: 600;
        color: var(--secondary-color, #00a7bd); /* By yazısı ikincil renk */
        margin-bottom: 2px;
        display: flex;
        align-items: center;
        gap: 6px;
      }
      .byline a {
        color: var(--secondary-color, #00a7bd); /* Yazar adı da ikincil renk */
        font-weight: 700;
        text-decoration: none;
      }
      .meta-small {
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 3px;
        font-size: 0.85rem; /* Daha da küçültüldü */
        margin-top: 2px;
        margin-bottom: 0;
        line-height: 1.05;
        flex-wrap: nowrap;
        white-space: nowrap;
        letter-spacing: 0;
        overflow-x: auto;
        max-width: 100%;
      }
      .meta-mobile-line {
        display: inline-block;
        font-size: 0.85rem;
        white-space: nowrap;
        letter-spacing: 0;
        line-height: 1.05;
        max-width: 100vw;
        overflow-x: auto;
      }
      .meta-published {
        display: flex;
        align-items: center;
        gap: 3px;
        font-size: 0.93rem; /* Küçültüldü */
        font-weight: 700;
        color: #ff3c00;
        text-transform: uppercase;
        letter-spacing: 0.01em;
      }
      .meta-published strong {
        color: #ff3c00;
        font-weight: 700;
        font-size: 0.93rem;
        margin-right: 2px;
      }
      .meta-published time {
        color: #222;
        font-weight: 500;
        font-size: 0.93rem;
      }
      .meta-updated {
        display: flex;
        align-items: center;
        font-size: 0.93rem;
        color: #8a8a8a;
        font-weight: 400;
        margin: 0;
        letter-spacing: 0.01em;
      }
      .meta-updated time {
        color: #8a8a8a;
        font-size: 0.93rem;
        font-weight: 400;
        margin-left: 2px;
      }
      .meta-updated:before {
        content: "·";
        margin: 0 3px 0 0;
        color: #b0b0b0;
        font-size: 1em;
        font-weight: 700;
        display: inline-block;
        vertical-align: middle;
      }
    }
    box-shadow: none !important;
    border-radius: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media (max-width: 700px) {
  .post-article, .post-content {
    background: #fff !important;
    border: none !important;
    box-shadow: none !important;
  }
}
@media (max-width: 700px) {
  .post-main {
    display: flex !important;
    flex-direction: column !important;
    align-items: stretch !important;
    gap: 0 !important;
    width: 100% !important;
    max-width: 100vw !important;
    box-sizing: border-box;
  }
  .post-main > main,
  .post-main > aside {
    width: 100% !important;
    max-width: 100vw !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box;
  }
  .post-main > aside {
    margin-top: 24px !important;
  }
}
@media (max-width: 700px) {
  .post-header {
    background: #fff;
    border-radius: 14px;
    /* Gölge kaldırıldı */
    padding: 16px 8px 10px 8px;
    margin-bottom: 10px;
    /* border kaldırıldı */
    width: 100%;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .post-header-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .post-header h1, .post-header-inner h1 {
    font-size: 1.18rem;
    font-weight: 700;
    margin: 0 0 8px 0;
    text-align: center;
    letter-spacing: 0.01em;
    width: 100%;
    color: #1a2c47;
    line-height: 1.18;
  }
  .post-author-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    max-width: 340px;
    margin: 0 auto 0 auto;
    font-size: 1.01rem;
    padding: 0;
    min-height: 44px;
  }
  .header-author-avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50%;
    margin: 0 8px 0 0;
    box-shadow: 0 2px 8px #0001;
    border: 2px solid #fff;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
  }
  .byline {
    font-size: 1.01rem !important;
    font-weight: 700;
    color: #e86a1a;
    margin: 0 6px 0 0;
    text-align: left;
    white-space: nowrap;
    display: inline-block;
    vertical-align: middle;
  }
  .byline a {
    color: #e86a1a;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.01rem;
  }
  .comments-badge, .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 1.01rem;
    color: var(--secondary-color, #00a7bd); /* İkonlar ikincil renk */
    font-weight: 600;
    background: none;
    border-radius: 50px;
    padding: 4px 8px;
    margin: 0 2px;
    border: none;
    text-decoration: none;
    transition: background 0.13s;
    vertical-align: middle;
  }
  .comments-badge svg, .share-btn svg {
    margin-right: 2px;
    color: var(--secondary-color, #00a7bd); /* İkonlar ikincil renk */
  }
  .meta-small {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.97rem;
    color: #888;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.1;
    justify-content: center;
    width: 100%;
  }
  .meta-small strong {
    color: #e53935;
    font-weight: 700;
    font-size: 0.97rem;
    margin-right: 2px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .meta-small .meta-updated {
    color: #888;
    font-weight: 400;
    font-size: 0.95em;
    margin-left: 4px;
  }
  .jump-container {
    width: 100%;
    margin: 12px 0 0 0 !important;
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-top: none;
    border-radius: 0;
  }
  .jump-label {
    font-size: 1.01rem;
    color: #b0b0b0;
    margin-bottom: 8px;
    text-align: center;
    width: 100%;
    font-weight: 600;
    letter-spacing: 0.01em;
    margin-top: 10px;
    padding-left: 0;
  }
  .jump-pills {
    display: flex;
    flex-direction: row;
    gap: 8px;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    flex-wrap: wrap;
  }
  .jump-pills .pill {
    flex: 1 1 0;
    font-size: 1.01rem;
    padding: 10px 0;
    min-width: 0;
    text-align: center;
    border-radius: 16px;
    margin: 0;
    background: #fff;
    border: 1.5px solid #e86a1a;
    color: #e86a1a;
    font-weight: 700;
    box-shadow: 0 1px 4px #0001;
    transition: background 0.13s;
    letter-spacing: 0.01em;
  }
  .jump-pills .pill:active, .jump-pills .pill:focus {
    background: #ffe5d0;
    color: #c44a00;
  }
  .post-article, .post-content {
    padding: 12px 4vw !important;
    font-size: 1.01rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.04);
    margin-bottom: 18px;
    width: 100%;
    box-sizing: border-box;
  }
  .category-list, .categories-widget {
    margin-top: 12px;
    padding: 10px 0 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .category-list .category-item, .categories-widget .category-item {
    margin-bottom: 8px;
    padding: 8px 10px;
    border-radius: 8px;
    background: #f7f7fa;
    font-size: 1.01rem;
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
@media (max-width: 700px) {
  .post-author-meta {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
    max-width: 100vw;
    font-size: 1.01rem;
    padding: 0;
    min-height: 44px;
    margin: 0 0 8px 0;
  }
  .header-author-avatar {
    width: 38px !important;
    height: 38px !important;
    border-radius: 50%;
    margin: 0 8px 0 0;
    box-shadow: 0 2px 8px #0001;
    border: 2px solid #fff;
    object-fit: cover;
    flex-shrink: 0;
    display: block;
  }
  /* Eski renkli tanımlar kaldırıldı, sadece değişkenli tanımlar kullanılacak */
  .meta-small {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 0.97rem;
    color: #888;
    margin: 0 0 0 0;
    padding: 0;
    font-weight: 500;
    line-height: 1.1;
  }
  .meta-small strong {
    color: #e53935;
    font-weight: 700;
    font-size: 0.97rem;
    margin-right: 2px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
  }
  .meta-small .meta-updated {
    color: #888;
    font-weight: 400;
    font-size: 0.95em;
    margin-left: 4px;
  }
}
@media (max-width: 700px) {
  .pagination {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10;
    position: relative;
  }
  .newest-compact-grid {
    overflow: visible !important;
  }
}
@media (max-width: 700px) {
  .pagination {
    justify-content: center;
    width: 100%;
    margin: 18px 0 0 0;
  }
  .pagination a {
    min-width: 38px;
    height: 38px;
    font-size: 1.1rem;
    padding: 6px 0;
  }
}
/* Carousel yeni hizalama */
.cat-carousel-viewport {
  position: relative;
  width: 100%;
  overflow: hidden;
  min-height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* Carousel dış container */
/* Popüler kategoriler carousel */


.cat-carousel-wrapper {
  margin: 32px 0 36px 0;
  width: 100%;
  overflow: visible;
  position: relative;
  min-height: 160px;
}
.cat-carousel {
  display: flex;
  gap: 18px;
  overflow: hidden;
  scroll-behavior: smooth;
  padding: 12px 0 24px 0;
  scrollbar-width: none;
  align-items: flex-start;
  min-width: 0;
  box-sizing: border-box;
}
.cat-carousel::-webkit-scrollbar { display: none; }
.cat-circle-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  color: #222;
  min-width: 120px;
  max-width: 120px;
  transition: transform 0.15s;
}
.cat-circle-card:hover { transform: scale(1.07); }
.cat-circle-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px #0001;
  border: 3px solid #fff;
  background-color: #f3f3f3;
}
/* Placeholder (baş harf) için stil */
.cat-circle-img.placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  color: #fff;
  font-weight: 700;
  font-size: 1.6rem;
}
.cat-circle-img.placeholder .cat-initial {
  display: inline-block;
  line-height: 1;
}
/* Wrapper when using an <img> element for cover photos */
.cat-circle-img-wrap {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  display: inline-block;
  margin-bottom: 10px;
  box-shadow: 0 2px 10px #0001;
  border: 3px solid #fff;
  background-color: #f3f3f3;
}
.cat-circle-img-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.cat-circle-title {
  font-size: 1.1rem;
  font-family: 'Georgia', serif;
  text-align: center;
  margin-top: 2px;
  color: #222;
}
.cat-carousel-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: #888a;
  color: #fff;
  border: none;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  font-size: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 0.18s;
}
.cat-carousel-arrow.left { left: 0; }
.cat-carousel-arrow.right { right: 0; }
.cat-carousel-arrow:hover { background: #444d; }
@media (max-width: 900px) {
  .cat-circle-card, .cat-circle-img, .cat-circle-img-wrap {
    min-width: 80px; max-width: 80px; width: 80px; height: 80px;
    border-radius: 50% !important;
    overflow: hidden;
  }
  .cat-circle-img, .cat-circle-img-wrap {
    border-radius: 50% !important;
    overflow: hidden;
  }
  .cat-circle-img-img {
    border-radius: 50% !important;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .cat-carousel-arrow { width: 36px; height: 36px; font-size: 1.5rem; }
}

@media (max-width: 600px) {
  .cat-carousel {
    gap: 12px;
  }
  .cat-circle-card {
    min-width: 30vw;
    max-width: 30vw;
    width: 30vw;
    height: auto;
    border-radius: 0 !important;
    overflow: visible;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-left: 2vw;
    padding-right: 2vw;
    box-sizing: border-box;
  }
  .cat-circle-img-wrap, .cat-circle-img {
    width: 26vw;
    height: 26vw;
    min-width: 26vw;
    max-width: 26vw;
    border-radius: 50% !important;
    overflow: hidden;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .cat-circle-img-img {
    width: 100%;
    height: 100%;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
  }
}
.card.no-radius, .card.no-radius img, .card.no-radius .p {
  border-radius: 0 !important;
}
/* Carousel - yer/index.php ile aynı yapı */
.carousel-wrapper { overflow: hidden; margin-bottom: 0; padding-left:0; }
.carousel {
  display: flex;
  /* Gap değerini değişken haline getir, JS ve HTML ile uyumlu çalışsın */
  gap: var(--carousel-gap, 18px);
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  /* Hint the browser to optimize transform animations on this container */
  will-change: transform;
}
.carousel::-webkit-scrollbar { display: none; }
.carousel { -ms-overflow-style: none; scrollbar-width: none; }
.carousel .card {
  flex: 0 0 auto;
  min-width: 160px;
  max-width: 1000px;
  width: var(--carousel-card-width, auto);
  flex-basis: var(--carousel-card-width, auto);
  scroll-snap-align: start;
}
/* Reduce paint flicker on images during transform animations */
.carousel .card img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media (max-width: 900px) {
  .carousel .card { min-width: 160px; max-width: 100%; flex: 0 0 var(--carousel-card-width, 80%); }
}
@media (max-width: 600px) {
  .carousel {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    gap: var(--carousel-gap, 12px);
    padding-bottom: 16px;
  }
  /* Mobilde 2 kart yan yana göster */
  .carousel .card {
    min-width: 48vw;
    flex: 0 0 48vw;
    scroll-snap-align: start;
  }
}
/* Yeni Eklenenler - Kompakt Grid */
.newest-compact-grid {
  /* Masaüstünde 5 sabit kolon: 5 kart yan yana olduğundaki boyutu baz alır.
     Daha az kart olsa bile (2-3 adet), kartlar genişlemez; sağda boş alan kalır. */
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 18px;
  margin-top: 28px;
}
.compact-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--theme-text);
  transition: box-shadow 0.18s;
  min-width: 0;
}
.compact-card:hover {
  box-shadow: 0 4px 18px rgba(0,0,0,0.08);
}
.compact-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
}
.compact-card .p {
  padding: 12px 10px 10px 10px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.compact-card .badge {
  background: var(--theme-primary);
  color: #fff;
  font-size: 0.85rem;
  border-radius: 6px;
  padding: 2px 8px;
  display: inline-block;
  margin-bottom: 2px;
}
.compact-card .card-title {
  font-weight: 700;
  font-size: 1rem;
  margin-bottom: 2px;
}
.compact-card .meta {
  color: var(--muted);
  font-size: 0.92rem;
}
.compact-card .meta .star {
  color: var(--orange);
  font-size: 1em;
  margin-right: 2px;
}
@media (max-width: 900px) {
  .newest-compact-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .compact-card img { height: 90px; }
}
/* Latest Recipes (Homepage) */
.latest-recipes { margin: 8px 0 0; }
.latest-hero {
  display:grid; grid-template-columns: 1.3fr 1fr; gap: 18px; align-items: stretch;
  background: var(--card); border-radius: 12px; overflow: hidden; text-decoration:none; color:inherit;
  box-shadow: 0 8px 24px rgba(2,6,23,0.06); margin-bottom: 18px;
}
.latest-hero:hover{ text-decoration:none; box-shadow:0 12px 30px rgba(2,6,23,0.08) }
.latest-hero-img{ width:100%; height: 320px; object-fit:cover; display:block }
.latest-hero-body{ padding: 18px; display:flex; flex-direction:column; justify-content:center; gap:10px }
.latest-hero-kicker{ display:inline-block; font-size:.8rem; font-weight:800; letter-spacing:.04em; color: var(--theme-primary); background: #fff; border:1px dashed color-mix(in srgb, var(--theme-primary) 40%, #fff); padding:6px 10px; border-radius:999px; align-self:flex-start }
.latest-hero-title{ font-size: clamp(1.6rem, 2.2vw, 2.1rem); margin: 0; color: var(--theme-secondary); line-height:1.1 }
.latest-hero-excerpt{ margin: 0; color: var(--muted); font-size: 1rem; }
.latest-hero-meta{ color: var(--muted); font-size: .9rem }
.latest-hero-cta{ display:inline-block; width:max-content; margin-top:6px }
@media (max-width: 900px){
  .latest-hero{ grid-template-columns: 1fr; }
  .latest-hero-img{ height: 220px; }
}
/* Reuse category mosaic grid for Latest Recipes */
.latest-grid-5 .cat-tile{ min-height:180px }
.latest-grid-5 .tile--big{ min-height:340px }
/* Theme-aware defaults. Server injects --theme-primary/--theme-background/--theme-text in header.php */
:root{
  --theme-primary: #ff6a00; /* fallback */
  --theme-background: #ffffff;
  --theme-text: #111827;
  --dark:#1f2937;
  --light:#f8fafc;
  --card:#ffffff;
  --muted:#6b7280;
}

/* Masaüstünde "Jump to" yazısını gizle */
@media (min-width: 700px){
  .jump-label{ display:none !important; }
}

*{box-sizing:border-box}
html,body{margin:0;padding:0;font-family:var(--theme-font) !important;background:var(--theme-background);color:var(--theme-text)}

/* Preserve monospace contexts explicitly so code blocks, pre, kbd, and inputs keep expected fonts */
code, pre, kbd, samp, tt, .monospace, input[type="text"], input[type="search"], textarea { 
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
}

a{color:var(--orange);text-decoration:none}
a:hover{text-decoration:underline}

.navbar{
  position:sticky; top:0; z-index:1500;
  background:linear-gradient(180deg, rgba(255,255,255,.85), rgba(255,255,255,.72));
  border-bottom:1px solid rgba(15,23,42,.06);
  backdrop-filter:saturate(1.05) blur(8px);
  -webkit-backdrop-filter:saturate(1.05) blur(8px);
  box-shadow:0 8px 22px rgba(2,6,23,.06);
}
.navbar .container{
  display:flex; align-items:center; justify-content:space-between;
  gap:24px; padding:12px 24px; max-width:1200px; margin:0 auto;
}
.brand{
  font-weight:900; letter-spacing:.2px; font-size:20px; color:var(--theme-primary); text-decoration:none;
}
.navbar nav{display:flex; align-items:center; gap:6px}
.navbar nav a{
  color:var(--theme-text); opacity:.8; font-weight:700; font-size:14px;
  padding:8px 12px; border-radius:12px; transition:.15s ease;
}
.navbar nav a:hover{opacity:1; background:var(--light); text-decoration:none}
.navbar nav a:focus{outline:3px solid rgba(99,102,241,.35); outline-offset:2px}
@media (max-width:640px){ .navbar .container{padding:12px 16px} .navbar nav a{padding:8px 10px} }

.btn{
  background:var(--theme-primary);color:#fff;border:none;border-radius:10px;padding:10px 16px;font-weight:600;cursor:pointer;
}
.btn:disabled{opacity:.7;cursor:not-allowed}

.hero{
  position:relative;
  background: url('../images/hero.jpg') center/cover no-repeat;
  padding:70px 0;color:var(--hero-text);text-align:center;margin-bottom:24px;
}
.hero::before{
  content:''; position:absolute; inset:0; background:var(--theme-primary); opacity:0.65; z-index:1;
}
.hero h1{font-size:44px;margin:10px 0 6px}
.hero p{opacity:.95;margin:0}

.searchbar{display:flex;gap:10px;max-width:880px;margin:18px auto}
.searchbar.searchbar--compact{ max-width: 620px; }
.searchbar input{flex:1;border:1px solid rgba(15,23,42,0.06);border-radius:12px;padding:12px 14px;font-size:16px;background:transparent;color:var(--theme-text)}
.searchbar input:focus{outline:none;box-shadow:0 8px 28px rgba(2,6,23,0.08);border-color:color-mix(in srgb, var(--theme-primary) 60%, black)}
.searchbar .btn{padding:12px 20px;background:linear-gradient(180deg,var(--theme-primary), color-mix(in srgb,var(--theme-primary) 65%, black));color:#fff;border-radius:12px;border:none;box-shadow:0 12px 36px rgba(2,6,23,0.12);transition:transform .08s ease, filter .08s ease}
.searchbar .btn:hover{filter:brightness(1.03)}
.searchbar .btn:active{transform:translateY(1px)}

.container{max-width:1200px;margin:0 auto;padding:0 24px}
.grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}

/* Page content (static pages) — use full container width and avoid boxed white card */
.page-content {
  background: transparent; /* no white boxed background */
  color: var(--theme-text);
  line-height: 1.6;
  font-size: 1rem;
}
.page-content p { margin-bottom: 1rem; }

/* If a grid has only one card, don't let that single card stretch full width.
   Center it and constrain max-width for better appearance on search results with 1 item. */
.grid > a.card:only-child,
.grid > .card:only-child {
  /* left-align the single item by default (inside the container padding) */
  justify-self: start;
  max-width: 980px;     /* don't let it grow beyond a comfortable reading width */
  width: 100%;
}

/* stronger rule for grids explicitly flagged as single-result */
.grid.single-result {
  display: grid;
  grid-template-columns: 1fr; /* ensure single column */
  justify-items: start; /* left-align within container */
  align-items: start;
}
.grid.single-result > a.card,
.grid.single-result > .card {
  /* constrain single card width but keep it left-aligned */
  max-width: 640px !important;
  width: 100% !important;
  justify-self: start !important;
  margin-left: 0 !important;
}

/* For exactly two or very few results, center them and use a two-column constrained layout */
.grid.few-results {
  display: grid;
  /* two-column centered layout with narrower max so cards don't look stretched */
  grid-template-columns: repeat(2, minmax(280px, 360px)); 
  justify-content: start; /* left-align the layout */
  gap: 28px;
}
.grid.few-results > a.card,
.grid.few-results > .card {
  max-width: 360px !important;
  width: 100% !important;
  justify-self: start !important;
}
/* Ensure grid items don't stretch via flex or width rules elsewhere */
.grid.few-results > a.card .p,
.grid.single-result > a.card .p,
.grid.few-results > .card .p,
.grid.single-result > .card .p { max-width: 100%; }

/* Slightly reduce hero image height inside cards for compact look on single/few results */
.grid.single-result .card img,
.grid.few-results .card img,
.grid.single-result > a.card img,
.grid.few-results > a.card img {
  height: 200px; /* was 180/180 earlier for general cards; set compact height */
  object-fit: cover;
}

@media (max-width: 900px) {
  .grid.few-results { grid-template-columns: 1fr; }
  .container > .grid.single-result > a.card { max-width: 100% !important; }
}

.card{
  background:var(--card);border:1px solid rgba(0,0,0,0.04);border-radius:16px;overflow:hidden;
  box-shadow:0 4px 10px rgba(0,0,0,.05);
}
.card img{width:100%;height:180px;object-fit:cover;display:block}
.card .p{padding:14px}
.badge{display:inline-block;background:var(--theme-primary);color:#fff;border-radius:999px;padding:4px 10px;font-size:12px;margin-bottom:6px}

/* HERO CITY - side-by-side layout */
.hero-city {
  position: relative;
  /* Daha az yer kaplasın diye min-height ve iç boşluklar azaltıldı */
  min-height: 200px; /* 260px → 200px */
  overflow: hidden;
}
.hero-city .hero-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: url('../images/rotterdam-skyline.jpg') center/cover no-repeat;
  opacity: 0.18;
  z-index: 0;
}
.hero-city::before{ content:''; position:absolute; inset:0; background:var(--theme-primary); opacity:0.14; z-index:0 }
.hero-row{ display:block; position:relative; z-index:2; }
.hero-left{ display:block; padding-top:16px; } /* 32px → 16px */
.hero-right{ display:none; }
.hero-content { padding: 20px 0; color:var(--theme-text); display:flex; justify-content:center; } /* 36px → 20px */

/* improve readability by adding a centered white card behind hero text */
.hero-content-inner{ background: rgba(255,255,255,0.96); padding:22px 28px; border-radius:12px; display:block; box-shadow:0 10px 30px rgba(0,0,0,0.08); max-width:960px; width:84%; text-align:center; } /* padding küçültüldü */
.hero-content-inner h1{ color:var(--theme-secondary); font-size:44px; margin:6px 0 8px; line-height:1.02; font-weight:800 }
.hero-content p{ margin:8px 0 18px; color:var(--muted); max-width:640px; margin-left:auto; margin-right:auto }
.hero-content .searchbar { display:flex; gap:8px; margin-top:16px }
.hero-content .searchbar input { padding:10px 14px; border-radius:8px; border:1px solid rgba(15,23,42,0.06); font-size:1rem; background:#fff; color:var(--theme-text) }
.hero-content .searchbar input:focus{border-color:var(--theme-primary);box-shadow:0 10px 30px rgba(15,23,42,0.08)}
.hero-content .searchbar .btn { background: linear-gradient(180deg, var(--theme-primary), color-mix(in srgb, var(--theme-primary) 70%, black)); color: #fff; font-weight:700; border-radius:10px; padding:10px 18px; border:none; box-shadow: 0 10px 30px rgba(0,0,0,0.12); transition:transform .08s }
.hero-content .searchbar .btn:active{transform:translateY(1px)}

/* CAROUSEL */
/* Carousel - 3 kart görünümü ve otomatik slider için */
.carousel-wrapper { overflow: hidden; margin-bottom: 0; padding-left:0; }
.carousel {
  display: flex;
  gap: var(--carousel-gap, 18px);
  padding-bottom: 8px;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  /* Allow horizontal scrolling so JS can control scrollLeft/scrollTo; wrapper keeps overflow hidden for visual clipping */
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; /* smooth native scrolling on iOS */
}
.carousel::-webkit-scrollbar { display: none; }
.carousel { -ms-overflow-style: none; scrollbar-width: none; }
.carousel .card {
  flex: 0 0 auto;
  min-width: 160px;
  max-width: 1000px;
  /* prefer a computed width when JS sets --carousel-card-width */
  width: var(--carousel-card-width, auto);
  flex-basis: var(--carousel-card-width, auto);
  scroll-snap-align: start;
}
@media (max-width: 900px) {
  .carousel .card { min-width: 160px; max-width: 100%; flex: 0 0 var(--carousel-card-width, 80%); }
}
/* Carousel için mobil uyumlu stil eklemeleri */
@media (max-width: 600px) {
  .carousel {
    display: flex; /* Kartları yatayda sırala */
    overflow-x: auto; /* Yatay kaydırma aktif */
    scroll-snap-type: x mandatory; /* Kartlar arasında snap efekti */
    -webkit-overflow-scrolling: touch; /* iOS için akıcı kaydırma */
    gap: var(--carousel-gap, 16px); /* Kartlar arası boşluk */
    padding-bottom: 16px; /* Alt boşluk */
  }
  .carousel .card {
    min-width: 85vw; /* Kart genişliği ekranın büyük kısmını kaplasın */
    flex: 0 0 85vw; /* Kartlar sabit genişlikte olsun */
    scroll-snap-align: start; /* Snap noktası kartın başı */
    margin-right: 8px; /* Kartlar arası boşluk */
  }
}
/* Yeni Eklenenler Grid */
.newest-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 28px;
  margin-top: 32px;
}
.newest-card {
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  border-radius: 12px;
  background: #fff;
  transition: box-shadow 0.2s;
}
.newest-card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
}
/* Footer */
.site-footer {
  background: var(--theme-primary);
  color: #fff;
  padding: 32px 0 18px 0;
  margin-top: 64px;
}
.site-footer .footer-content {
  text-align: center;
  font-size: 1.08rem;
  font-weight: 500;
}

/* CHIPS */
.chips {
  display: flex;
  /* force wrapping so many cities are shown across multiple rows */
  flex-wrap: wrap !important;
  gap: 10px;
  margin-bottom: 22px;
  /* ensure chips are not clipped by parent containers */
  overflow: visible !important;
  align-items: center;
}
.chip, .category-chip {
  /* use the theme accent (primary) color for chip backgrounds */
  background: var(--accent);
  color: #fff;
  border-radius: 999px;
  padding: 6px 16px;
  font-size: 0.95rem;
  text-decoration: none;
  font-weight: 700;
  transition: transform .12s, filter .12s;
  box-shadow: 0 8px 24px rgba(2,6,23,0.06);
}
.chip:hover, .category-chip:hover { transform:translateY(-3px); filter:brightness(1.04) }

/* Pagination styles — theme-aware */
.pagination { display:flex; gap:8px; flex-wrap:wrap; align-items:center; }
.pagination a { display:inline-flex; align-items:center; justify-content:center; min-width:36px; height:36px; padding:6px 10px; border-radius:8px; text-decoration:none; color:var(--theme-text); background:transparent; border:1px solid rgba(15,23,42,0.06); font-weight:700 }
.pagination a:hover { background: rgba(0,0,0,0.04); color: var(--theme-primary); border-color: color-mix(in srgb, var(--theme-primary) 20%, rgba(15,23,42,0.06)); }
.pagination a.is-active { background: var(--theme-primary); color: #fff; border-color: var(--theme-primary); }


/* CARD */
.card {
  background: var(--card);
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: var(--theme-text);
  transition: box-shadow 0.2s;
}
.card:hover {
  box-shadow: 0 4px 24px rgba(0,0,0,0.12);
}
.card img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}
.card .p {
  padding: 18px 16px 14px 16px;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card .badge {
  background: var(--theme-primary);
  color: #fff;
  font-size: 0.9rem;
  border-radius: 999px;
  padding: 6px 12px;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 6px 18px rgba(2,6,23,0.06);
}

/* İşletme kartları (ana link olarak kullanılan a.card / a.compact-card) için hover'ta alt çizgi olmasın
   global `a:hover { text-decoration: underline }` kuralını !important kullanmadan spesifik selector ile override eder */
a.card, a.card:hover,
a.compact-card, a.compact-card:hover,
.card:hover, .compact-card:hover {
  text-decoration: none; /* alt çizgiyi kaldır */
}

/* Business page pills (top badges) - use theme primary color from settings */
.biz-pill{
  display:inline-flex;
  align-items:center;
  gap:6px;
  /* semi-opaque background with frosted effect to ensure legibility over images */
  background: color-mix(in srgb, var(--theme-primary, #6b46c1) 78%, black 12%);
  color:#fff;
  border-radius:999px;
  padding:6px 10px; /* comfortable clickable area */
  font-weight:700;
  font-size:0.86rem; /* slightly smaller to fit */
  line-height:1;
  margin-left:6px;
  box-shadow:0 6px 18px rgba(0,0,0,0.18);
  max-width: 260px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 10px;
  border: 1px solid rgba(255,255,255,0.06);
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  backdrop-filter: blur(6px) saturate(120%);
}

.biz-pill.closed{
  /* neutral dark translucent background for closed state for best contrast */
  background: rgba(0,0,0,0.62);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 6px 14px rgba(0,0,0,0.28);
}
.biz-pill.open{
  background: color-mix(in srgb, var(--theme-primary, #6b46c1) 78%, black 12%);
  color: #fff;
}

/* smaller icons / emoji alignment inside pills */
.biz-pill img, .biz-pill svg { height: 14px; width: auto; display: inline-block; }
.biz-pill { vertical-align: middle; }

/* responsive tweak: if container is narrow, reduce font-size to keep pills on single row */
@media (max-width:480px){ .biz-pill{ font-size:0.8rem; padding:5px 8px } }

/* Floating social share bar on single post pages (left side) */
.post-main{ position: relative; }

/* Floating social share bar: outside the article (left) and scrolls with the .post-main container.
   We place the element as a sibling of the <main> column and shift it left using transform.
*/
.post-share-floating{
  /* Absolute positioned inside .post-main (which is relative) so it does not create grid space */
  position: absolute;
  top: 120px;
  left: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 1200;
  align-items: center;
  pointer-events: auto;
  /* shift left so the icons sit outside the main column */
  transform: translateX(-140%);
  width: 44px;
}
.post-share-floating .share-icon{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 10px;
  background: rgba(255,255,255,0.98);
  color: var(--theme-primary);
  box-shadow: 0 8px 22px rgba(2,6,23,0.08);
  text-decoration: none;
  border: 1px solid rgba(15,23,42,0.04);
}
.post-share-floating .share-icon:hover { transform: translateY(-3px); box-shadow: 0 12px 30px rgba(2,6,23,0.12); }
.post-share-floating .share-icon svg{ display: block }

/* Ingredients (kırmızı dairesel) buton stili */
.post-share-floating .share-icon.ing{
  border-radius: 50%; /* daire */
  background: #f55164; /* kırmızı/mercankırmızısı */
  color: #fff; /* svg beyaz */
  border: none;
}
.post-share-floating .share-icon.ing svg{ color:#fff; fill:#fff; }

/* WhatsApp marka rengi */
.post-share-floating .share-icon.wa{ color:#25D366; }

/* hide on small screens to avoid covering content */
@media (max-width: 900px) {
  .post-share-floating{ display: none }
}

/* Mobil: içerik içinde inline paylaşım (Jump to altı) */
.post-share-inline-mobile{ display:none; }
@media (max-width: 900px){
  .post-share-inline-mobile{
    display:flex; align-items:center; justify-content:center; gap:12px;
    margin: 10px auto 6px auto; padding: 0 4px;
  }
  .post-share-inline-mobile .ms-inline{
    display:inline-flex; align-items:center; gap:8px;
    background:#fff; color: var(--theme-primary);
    border:1px solid rgba(15,23,42,0.06); border-radius:12px; height:44px; padding:0 12px;
    box-shadow:0 6px 18px rgba(2,6,23,0.06);
  }
  .post-share-inline-mobile .ms-inline svg{ display:block }
  .post-share-inline-mobile .ms-inline span{ font-weight:700; font-size:0.98rem; color:#0b1220 }
  .post-share-inline-mobile .ms-inline.wa{ color:#25D366; }
}

/* Mobil: Ingredients FAB (sağ alt) */
.ing-fab{ display:none; }
@media (max-width: 900px){
  .ing-fab{
    position: fixed; right: 16px; bottom: calc(16px + env(safe-area-inset-bottom, 0px));
    width:56px; height:56px; border-radius:50%;
    background: #f55164; color:#fff; border:none; cursor:pointer; z-index: 1600;
    display:inline-flex; align-items:center; justify-content:center;
    box-shadow: 0 12px 28px rgba(2,6,23,0.22);
  }
  .ing-fab svg{ color:#fff; fill:#fff; }
}
/* Ingredients Drawer (sol çekmece) */
.ingredients-drawer-overlay{
  position: fixed;
  inset: 0;
  background: rgba(17,24,39,0.36); /* koyu şeffaf arka plan */
  display: none;
  align-items: stretch;
  justify-content: flex-start;
  z-index: 2000;
}
.ingredients-drawer-overlay.is-open{ display: flex; }
.ingredients-drawer{
  width: min(380px, 92vw);
  max-width: 420px;
  height: 100%;
  background: #fff;
  box-shadow: 8px 0 30px rgba(2,6,23,0.18);
  transform: translateX(-100%);
  animation: ingSlideIn .24s ease forwards;
}
.ingredients-drawer-overlay:not(.is-open) .ingredients-drawer{ animation: none; transform: translateX(-100%); }
@keyframes ingSlideIn{ from{ transform: translateX(-100%);} to{ transform: translateX(0);} }
.ing-drawer-head{
  display:flex; align-items:center; justify-content:space-between; gap:10px;
  padding: 14px 16px; border-bottom:1px solid #eef2f7;
}
.ing-drawer-head h3{ margin:0; font-size:1.2rem; font-weight:800; color:#0b1220 }
.ing-drawer-close{
  background:#fff; border:1px solid #e5e7eb; color:#111827; width:36px; height:36px; border-radius:999px; cursor:pointer;
  display:inline-flex; align-items:center; justify-content:center; box-shadow:0 4px 12px rgba(2,6,23,0.06);
}
.ing-drawer-close:hover{ background:#f8fafc }
.ing-drawer-body{ padding: 14px 12px 18px 12px; height: calc(100% - 64px); overflow:auto; }
.ing-empty{ color:#6b7280; font-size:0.98rem; padding: 8px; }
.ing-list-copy{ list-style:none; margin:0; padding:0; }
.ing-item{ border-bottom:1px solid #f1f5f9; padding:8px 4px; }
.ing-item:last-child{ border-bottom:none }
.ing-item-row{ display:flex; align-items:flex-start; gap:10px; cursor:pointer; }
.ing-cb{ width:20px; height:20px; flex:0 0 20px; appearance:none; -webkit-appearance:none; border:2px solid rgba(15,23,42,0.12); border-radius:4px; background:#fff; display:grid; place-items:center; }
.ing-cb:checked{ background: var(--rcard3-primary, #ff3c00); border-color: var(--rcard3-primary, #ff3c00); }
.ing-cb:checked::after{ content:"\2713"; color:#fff; font-size:12px; }
.ing-text{ color:#22314a; font-size:1rem; }
.ing-item.checked .ing-text{ text-decoration: line-through; color:#9ca3af; opacity:.8 }

/* Çekmece açıkken body kaydırmayı kilitle */
body.drawer-open{ overflow:hidden; }

/* Get Directions button in the location card - use theme primary color */
.dir-btn:not(.cta-large){ display:inline-flex; align-items:center; gap:12px; text-decoration:none; background:var(--accent); color:#fff; padding:10px 14px; border-radius:12px; font-weight:900; border:none; box-shadow:0 6px 16px rgba(2,6,23,0.06) }
.dir-btn:not(.cta-large) .dir-ico{ font-size:18px; display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; border-radius:10px; background:#fff; margin-right:10px; box-shadow:0 2px 8px rgba(2,6,23,0.04) }
.dir-btn:not(.cta-large):hover{ filter:brightness(.96); text-decoration:none }
.dir-btn:active{ transform:none }
.dir-btn.dir-btn--full{ display:inline-flex; width:100%; justify-content:center; align-items:center }
/* Ensure CTA-specific styles are not overridden */
.cta-large{ background:#fff !important; color:var(--accent) !important; border:1px solid color-mix(in srgb, var(--accent) 28%, rgba(2,6,23,0.04)) !important; }
.card-title {
  font-weight: 700;
  font-size: 1.15rem;
  margin-bottom: 2px;
  color: var(--theme-secondary);
}
.card .meta {
  color: var(--muted);
  font-size: 0.98rem;
}
.card .meta .star {
  color: var(--theme-secondary);
  font-size: 1.1em;
  margin-right: 2px;
}

/* GRID */
.grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px;
  margin-top: 32px;
}

.section-title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-top: 48px;
  margin-bottom: 18px;
  color: var(--theme-secondary);
}

/* --- Arama Sonuçları: Post Grid (3. görsel tarzı) --- */
.post-grid { /* Türkçe: responsive ızgara */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
  margin-top: 6px; /* Ergebnisse başlığına daha yakın */
}
.overlay-card { /* Türkçe: görsel üstü başlıklı kart */
  position: relative;
  display: block;
  width: 100%;
  border-radius: 16px; /* yuvarlak köşe */
  overflow: hidden;
  background: #f0f2f5;
  box-shadow: 0 4px 18px rgba(2,6,23,0.06);
  text-decoration: none;
}
.overlay-card img { /* Türkçe: kapak görseli */
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}
.overlay-card .overlay, .overlay-card > .overlay { /* Türkçe: alttan gradyan */
  position: absolute; left: 0; right: 0; bottom: 0; top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.overlay-card .overlay-title, .overlay-card > .overlay-title { /* Türkçe: başlık metni */
  position: absolute; left: 12px; right: 12px; bottom: 12px;
  color: #fff; font-weight: 800; line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
@media (max-width: 640px) {
  .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .overlay-card img { height: 160px; }
}

@media (max-width: 700px) {
  .hero-city h1 { font-size: 2rem; }
  .card img { height: 120px; }
  .carousel .card { min-width: 160px; max-width: 100%; flex-basis: var(--carousel-card-width, auto); }
  /* Dar ekranlarda hero içeriğini daralt ve arama çubuğunu dikeyleştir */
  .hero-content-inner{ max-width:100%; padding:20px 18px; width:92%; }
  .searchbar{ flex-direction:column; gap:10px; max-width:420px; margin-left:auto; margin-right:auto }
  .searchbar input{ width:100%; }
  .searchbar .btn{ width:100%; }
}

/* --- Homepage: 5'li Kategori Mozaik (1 büyük + 4 küçük) --- */
.home-featured-cats { margin: 18px 0 8px; }
.featured-cats-grid {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr; /* solda büyük, sağda iki küçük sütun */
  grid-template-rows: 1fr 1fr;
  grid-template-areas:
    "big s1 s2"
    "big s3 s4";
  gap: 18px;
}
.cat-tile {
  position: relative;
  display: block;
  border-radius: 0; /* köşelerdeki ovalliği kaldır */
  overflow: hidden;
  min-height: 180px;
  color: #fff; /* overlay başlık rengi */
  text-decoration: none; /* link alt çizgisini kaldır */
  box-shadow: 0 8px 24px rgba(2,6,23,0.08);
}
.cat-tile img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; border-radius:0; }
.cat-tile::after { /* alttan yukarı doğru koyu degrade okunabilirlik için */
  content:""; position:absolute; left:0; right:0; bottom:0; height:56%;
  background: linear-gradient( to top, rgba(0,0,0,.55), rgba(0,0,0,0) );
}
.cat-tile .tile-title {
  position: absolute; left:16px; bottom:12px;
  font-weight:800; font-size: clamp(14px, 2.6vw, 20px);
  line-height:1.05; z-index:2; text-shadow: 0 2px 10px rgba(0,0,0,0.45);
}
.tile--big { grid-area: big; min-height: 360px; }
.tile--small:nth-of-type(2) { grid-area: s1; } /* big + (s1,s2,s3,s4) sırası */
.tile--small:nth-of-type(3) { grid-area: s2; }
.tile--small:nth-of-type(4) { grid-area: s3; }
.tile--small:nth-of-type(5) { grid-area: s4; }

/* Hover etkisi: hafif yakınlaştırma */
.cat-tile:hover img { transform: scale(1.03); transition: transform .25s ease; }

/* Mobil/dar ekran: 2 sütunlu düzen, büyük kutu üstte tam genişlik */
@media (max-width: 900px) {
  .featured-cats-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas:
      "big big"
      "s1 s2"
      "s3 s4";
  }
  .tile--big { min-height: 280px; }
}

/* Mobile-specific tweaks: show results as two columns on small screens
   so search results (and index grids) display 2-up on phones */
@media (max-width: 640px) {
  /* Force grids to two columns for better use of screen space on phones */
  .grid, .newest-compact-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  /* Make sure card sizing works in the two-column layout */
  .card, .compact-card, .newest-card {
    width: 100%;
    min-width: 0;
  }

  /* Slightly reduce image height to fit two columns comfortably */
  .card img, .compact-card img {
    height: 120px;
    object-fit: cover;
  }

  /* Reduce paddings inside cards for narrow screens */
  .card .p, .compact-card .p {
    padding: 12px 10px;
    gap: 6px;
  }

  /* Carousel: small screens should show two full cards side-by-side instead of a partially-visible scroll */
  .carousel {
    /* keep flex so the JS slider can scroll the element */
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
  }
  .carousel .card {
    min-width: 0; /* prevent forcing a larger min width */
    max-width: 100%;
    box-sizing: border-box;
  }
}

/* site logo sizing */
.site-logo{ max-height:var(--logo-height,48px); max-width:220px; width:auto; display:inline-block; vertical-align:middle; object-fit:contain; }

/* Sidebar categories two-column grid and card styles */
.category-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px 10px; /* row-gap column-gap */
  align-items: center;
}
.category-card{
  display:flex;
  align-items:center;
  gap:10px;
  text-decoration:none;
  color:inherit;
  padding:6px 4px;
  border-radius:8px;
  transition:transform .12s ease, box-shadow .12s ease;
}
.category-card:hover{ transform:translateY(-3px); box-shadow:0 8px 20px rgba(2,6,23,0.06); text-decoration:none !important; }
.category-card, .category-card:hover { text-decoration: none !important; }
.category-circle{
  width:44px; height:44px; border-radius:50%; display:flex; align-items:center; justify-content:center; color:#fff; font-weight:700; position:relative; flex:0 0 44px; background: #fff; box-shadow:0 10px 30px rgba(2,6,23,0.06);
}
.category-initial{ font-size:14px; line-height:1; color:#fff; display:inline-flex; align-items:center; justify-content:center; width:34px; height:34px; border-radius:50%; box-shadow:0 4px 10px rgba(2,6,23,0.06); font-weight:700; }
.category-count{
  position:absolute; right:-6px; top:-6px; background: var(--cat-badge, #ffffff); color: #fff; border-radius:50%; padding:4px 7px; font-size:11px; box-shadow:0 6px 14px rgba(2,6,23,0.06); transform:translate(6px,-6px); border: 2px solid rgba(255,255,255,0.8);
}
.category-body{ display:flex; flex-direction:column; }
.category-name{ font-size:0.95rem; color:#22314a; font-weight:600; }

@media (max-width:880px){
  /* On narrower sidebars, fall back to single column for readability */
  .category-grid{ grid-template-columns: 1fr; }
}

/* Site-wide page-tabs fallback styles: improve contrast when tabs sit over hero images */
.page-tabs{
  background: rgba(0,0,0,0.18);
  backdrop-filter: blur(6px) saturate(120%);
  -webkit-backdrop-filter: blur(6px) saturate(120%);
}
.page-tabs a{ color: #fff !important; }

/* Small-screen touches: increase tap targets and allow tabs to wrap */
@media (max-width:480px){
  .page-tabs .container{ padding:8px 10px; gap:8px }
  .page-tabs a{ padding:10px 12px; min-height:44px; font-size:0.95rem }
  .biz-hero__badges{ gap:8px; flex-wrap:wrap }
}

/* Jump to etiketini her yerde gizle */
.jump-label{ display:none !important; }

/* Mobilde author avatarını biraz büyüt */
@media (max-width: 700px){
  .header-author-avatar{
    width: 72px !important;   /* mobilde daha büyük avatar */
    height: 72px !important;
    min-width: 72px;          /* layout kaymasın */
    min-height: 72px;
    border-radius: 50%;       /* tam yuvarlak */
    object-fit: cover;        /* görüntü kırpma düzgün */
    border: 3px solid #fff;   /* görseli vurgulamak için ince beyaz kenar */
    box-shadow: 0 2px 10px rgba(0,0,0,0.06); /* hafif gölge */
  }
  .post-author-meta{ gap: 12px; }
}

/* Post başlığını her boyutta ortala */
.post-header h1,
.post-header-inner h1{
  text-align: center !important;  /* başlığı ortala */
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

/* ==== Web Stories Grid (All Web Stories) ==== */
.stories-grid { /* Türkçe: responsive ızgara */
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}
.story-card { /* Türkçe: kart kutusu */
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 3 / 4; /* görseldeki oran */
  border-radius: 16px;
  overflow: hidden;
  background: #f0f2f5;
  box-shadow: 0 4px 18px rgba(2,6,23,0.06);
}
.story-card img { /* Türkçe: kapak görseli */
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.story-card-gradient { /* Türkçe: alttan koyu gradyan */
  position: absolute;
  left: 0; right: 0; bottom: 0; top: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0) 55%, rgba(0,0,0,0.55) 100%);
  pointer-events: none;
}
.story-card-title { /* Türkçe: başlık yazısı */
  position: absolute;
  left: 12px; right: 12px; bottom: 12px;
  color: #fff;
  font-weight: 800;
  line-height: 1.2;
  text-shadow: 0 2px 10px rgba(0,0,0,0.35);
}
.story-card-badge { /* Türkçe: sağ üst oynat simgesi */
  position: absolute;
  top: 10px; right: 10px;
  width: 30px; height: 30px;
  border-radius: 50%;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  display: inline-flex;
  align-items: center; justify-content: center;
  color: #111;
  font-size: 14px; font-weight: 700;
}
@media (max-width: 640px) {
  .stories-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
}
/* Mobil yatay boşluk: All Web Stories sayfasında kenara yapışmayı önle */
@media (max-width: 700px) {
  .stories-grid { padding-left: 12px; padding-right: 12px; box-sizing: border-box; }
  .page-title { padding-left: 12px; padding-right: 12px; }
}

