/* ----- STORIES page (ID 102) ----- */

/* Skrij kategorijo Blog */
.page-id-102 a[href*="/category/blog"],
.page-id-102 .category-blog {
    display: none !important;
}

/* Skrij kategorijo VIP Unlocked */
.page-id-102 a[href*="/category/vip-unlocked"],
.page-id-102 .category-vip-unlocked {
    display: none !important;
}

/* Skrij kategorijo Play Together Scenarios */
.page-id-102 a[href*="/category/play-together-scenarios"],
.page-id-102 .category-play-together-scenarios {
    display: none !important;
}

/* Skrij  elemente, ki vsebujejo povezavo na kategorijo */
.page-id-102 li:has(a[href*="/category/blog"]),
.page-id-102 li:has(a[href*="/category/vip-unlocked"]),
.page-id-102 li:has(a[href*="/category/play-together-scenarios"]) {
    display: none !important;
}

/* ----- HOME page (ID 3) ----- */

/* Skrij kategorijo Blog */
.page-id-3 a[href*="/category/blog"],
.page-id-3 .category-blog {
    display: none !important;
}

/* Skrij kategorijo VIP Unlocked */
.page-id-3 a[href*="/category/vip-unlocked"],
.page-id-3 .category-vip-unlocked {
    display: none !important;
}

/* Skrij kategorijo Play Together Scenarios */
.page-id-3 a[href*="/category/play-together-scenarios"],
.page-id-3 .category-play-together-scenarios {
    display: none !important;
}

/* Skrij  elemente, ki vsebujejo povezavo na kategorijo */
.page-id-3 li:has(a[href*="/category/blog"]),
.page-id-3 li:has(a[href*="/category/vip-unlocked"]),
.page-id-3 li:has(a[href*="/category/play-together-scenarios"]) {
    display: none !important;
}

/* ----- SKRI številke v kategorijah (če so del razvrstitve ali oznak) ----- */
.page-id-3 .post-meta span,
.page-id-102 .post-meta span {
    display: none !important;
}

/* ----- Zameglitev VIP zgodb (ostane nespremenjeno) ----- */
.blur-wrap {
  position: relative;
  overflow: hidden;
  max-height: 300px;
  filter: blur(6px);
  transition: filter 0.3s ease;
  pointer-events: none;
  user-select: none;
}

.blur-wrap::after {
  content: "🔓 This story is reserved for VIP readers.\A Subscribe to unlock full access.";
  white-space: pre-line;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  text-align: center;
  font-size: 16px;
  z-index: 2;
  pointer-events: auto;
}
.rank-math-breadcrumb {
    font-size: 11px;
    color: #888;
    margin: 0 auto 1em auto !important;
    line-height: 1.4;
    text-align: center !important;
    max-width: 90%;
    font-weight: 400;
    display: block;
    width: 100%;
    justify-content: center !important;
}

.rank-math-breadcrumb * {
    text-align: center !important;
}

@media (max-width: 480px) {
    .rank-math-breadcrumb {
        display: none !important;
    }
}
