/* Ruyapanel - Blog/Kategori/Makale breadcrumb eski kapsül görünüm düzeltmesi
   Bu dosya SADECE breadcrumb alanını hedefler. Footer'a ve ana menüye dokunmaz. */
:root{
  --rp-bc-chat: var(--c-chat, var(--ss-neon-primary, #FF3D71));
  --rp-bc-paper: var(--paper, var(--ss-neon-paper, #141414));
}

/* Asıl kullanılan sınıf: .cat-crumb
   Eski/yeni alternatifler de güvenli olarak eklendi. */
body .cat-wrap > .cat-crumb,
body .article-wrap > .cat-crumb,
body .rp-category-wrap > .cat-crumb,
body .rp-article-wrap > .cat-crumb,
body .cat-crumb,
body .art-bc,
body .cat-bc{
  width: 100% !important;
  min-height: 56px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 8px !important;
  flex-wrap: wrap !important;
  margin: 0 0 22px 0 !important;
  padding: 12px 24px !important;
  border-radius: 999px !important;
  border: 1px solid rgba(255,61,113,.34) !important;
  background:
    linear-gradient(180deg, rgba(255,255,255,.025), rgba(255,255,255,.008)),
    rgba(20,20,20,.72) !important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.035),
    0 18px 42px rgba(0,0,0,.18) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  position: relative !important;
}

body .cat-wrap > .cat-crumb::before,
body .article-wrap > .cat-crumb::before,
body .cat-crumb::before,
body .art-bc::before,
body .cat-bc::before{
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 22px !important;
  right: 22px !important;
  height: 1px !important;
  background: linear-gradient(90deg, transparent, rgba(255,61,113,.55), transparent) !important;
  pointer-events: none !important;
}

body .cat-crumb a,
body .art-bc a,
body .cat-bc a{
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: rgba(255,255,255,.52) !important;
  text-decoration: none !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 850 !important;
  letter-spacing: .01em !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  transition: color .22s ease, transform .22s ease !important;
}

body .cat-crumb a:hover,
body .art-bc a:hover,
body .cat-bc a:hover{
  color: #fff !important;
  transform: translateY(-1px) !important;
}

body .cat-crumb a i,
body .art-bc a i,
body .cat-bc a i{
  color: currentColor !important;
  font-size: 13px !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
}

/* Ayraçlar eski görselde pembe küçük işaret gibi görünüyordu. */
body .cat-crumb > span,
body .art-bc-sep,
body .cat-bc-sep{
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  color: rgba(255,61,113,.58) !important;
  font-size: 10px !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  margin: 0 1px !important;
  padding: 0 !important;
}

body .cat-crumb > span i.fa-chevron-right,
body .cat-crumb > span i.fa-angle-right{
  display: none !important;
}

body .cat-crumb > span::before{
  content: '✦' !important;
}

/* Son aktif kategori/makale adı */
body .cat-crumb > strong,
body .cat-crumb > .cat-bc-cur,
body .cat-crumb > .art-bc-cur,
body .art-bc-cur,
body .cat-bc-cur{
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: var(--rp-bc-chat) !important;
  font-size: 13px !important;
  line-height: 1 !important;
  font-weight: 950 !important;
  text-decoration: none !important;
  max-width: min(520px, 70vw) !important;
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

body .cat-crumb > strong i,
body .cat-crumb > .cat-bc-cur i,
body .cat-crumb > .art-bc-cur i{
  color: currentColor !important;
  font-size: 13px !important;
}

@media(max-width: 640px){
  body .cat-wrap > .cat-crumb,
  body .article-wrap > .cat-crumb,
  body .cat-crumb,
  body .art-bc,
  body .cat-bc{
    min-height: 48px !important;
    border-radius: 22px !important;
    padding: 12px 15px !important;
    margin-bottom: 16px !important;
  }
  body .cat-crumb a,
  body .cat-crumb > strong,
  body .art-bc a,
  body .cat-bc a{
    font-size: 12px !important;
  }
}
