/* =====================================================
   SISTEM SUNYI POST EDITORIAL CLUSTER v1.2.1
   Safe Placement Lock
   Pullquote + Trending as One Quiet Editorial Unit
   ===================================================== */
.single-post .ss-post-editorial-cluster {
  clear: both;
  margin: 38px 0 44px;
}
.single-post .ss-post-cluster-inner {
  position: relative;
  overflow: hidden;
  padding: 28px 30px 28px;
  border: 1px solid rgba(154, 111, 39, 0.22);
  border-left: 4px solid rgba(154, 111, 39, 0.72);
  border-radius: 22px;
  background: radial-gradient(circle at 0 0, rgba(154, 111, 39, 0.11), transparent 34%), linear-gradient(135deg, rgba(255, 250, 239, 0.96), rgba(255, 255, 255, 0.9));
  box-shadow: 0 14px 34px rgba(70, 48, 19, 0.08);
}
.single-post .ss-post-cluster-inner::before {
  content: "";
  position: absolute;
  top: -70px;
  right: -80px;
  width: 190px;
  height: 190px;
  border-radius: 999px;
  background: rgba(154, 111, 39, 0.07);
  pointer-events: none;
}
/* Pullquote */
.single-post .ss-post-pullquote {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}
.single-post .ss-post-pullquote-kicker {
  margin: 0 0 10px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #9a6f27;
}
.single-post .ss-post-pullquote-text {
  margin: 0;
  max-width: 820px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 2vw, 28px);
  line-height: 1.5;
  font-weight: 700;
  color: #121a2a;
}
/* Divider */
.single-post .ss-post-cluster-divider {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 1px;
  margin: 22px 0 16px;
  background: linear-gradient(90deg, rgba(154, 111, 39, 0.24), rgba(154, 111, 39, 0.08), transparent);
}
/* Trending area */
.single-post .ss-post-header-compact {
  position: relative;
  z-index: 1;
  margin: 0;
  padding: 0;
  font-size: 13px;
  line-height: 1.55;
  color: rgba(18, 26, 42, 0.82);
}
.single-post .ss-post-cluster-trending {
  margin: 0;
  padding: 0;
}
.single-post .ss-post-cluster-trending .label-populer {
  font-weight: 650;
  color: rgba(18, 26, 42, 0.88);
}
.single-post .ss-post-cluster-trending a {
  color: #d01818;
  text-decoration: none;
}
.single-post .ss-post-cluster-trending a:hover {
  color: #9a1111;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.single-post .ss-post-cluster-trending .divider {
  display: inline-block;
  margin: 0 5px;
  color: rgba(154, 111, 39, 0.42);
}
/* Media safety */
.single-post .ss-post-editorial-cluster img,
.single-post .ss-post-editorial-cluster iframe,
.single-post .ss-post-editorial-cluster video {
  max-width: 100%;
  height: auto;
}
/* Tablet */
@media (max-width: 1024px) {
  .single-post .ss-post-editorial-cluster {
    margin: 34px 0 40px;
  }
  .single-post .ss-post-cluster-inner {
    padding: 27px 28px;
    border-radius: 21px;
  }
  .single-post .ss-post-pullquote-text {
    font-size: clamp(20px, 2.3vw, 27px);
  }
}
/* Mobile */
@media (max-width: 767px) {
  .single-post .ss-post-editorial-cluster {
    margin: 30px 0 36px;
  }
  .single-post .ss-post-cluster-inner {
    padding: 23px 20px 22px;
    border-left-width: 3px;
    border-radius: 18px;
    box-shadow: 0 12px 28px rgba(70, 48, 19, 0.07);
  }
  .single-post .ss-post-cluster-inner::before {
    top: -80px;
    right: -95px;
    width: 180px;
    height: 180px;
  }
  .single-post .ss-post-pullquote-kicker {
    margin-bottom: 9px;
    font-size: 9px;
    letter-spacing: 0.13em;
  }
  .single-post .ss-post-pullquote-text {
    font-size: 21px;
    line-height: 1.52;
  }
  .single-post .ss-post-cluster-divider {
    margin: 19px 0 14px;
  }
  .single-post .ss-post-header-compact {
    font-size: 12.5px;
    line-height: 1.55;
  }
  .single-post .ss-post-cluster-trending .divider {
    margin: 0 4px;
  }
}
/* Small mobile */
@media (max-width: 480px) {
  .single-post .ss-post-editorial-cluster {
    margin: 28px 0 34px;
  }
  .single-post .ss-post-cluster-inner {
    padding: 21px 18px 20px;
    border-radius: 17px;
  }
  .single-post .ss-post-pullquote-text {
    font-size: 20px;
    line-height: 1.5;
  }
  .single-post .ss-post-header-compact {
    font-size: 12px;
  }
  .single-post .ss-post-cluster-trending {
    line-height: 1.6;
  }
}