/* Base content styling for CPT pages (lists + blockquotes) */
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) {
  color: #e6edf3;
}

:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) p {
  margin-bottom: 1.05rem;
  line-height: 1.78;
  font-size: 1rem;
}

/* Bullet list */
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ul {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ul li {
  position: relative;
  padding: 0.55rem 0.8rem 0.55rem 56px;
  margin: 0.45rem 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(99,102,241,0.035), rgba(79,140,255,0.01));
  transition: transform .14s ease, box-shadow .14s ease;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ul li::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(90deg,#93c5fd 0%,#facc15 100%);
  box-shadow: 0 6px 18px rgba(147,197,253,0.12);
}

/* Number list */
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ol {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
  counter-reset: cpt-ol;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ol li {
  position: relative;
  padding: 0.55rem 0.8rem 0.55rem 72px;
  margin: 0.45rem 0;
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(99,102,241,0.035), rgba(79,140,255,0.01));
  transition: transform .14s ease, box-shadow .14s ease;
  counter-increment: cpt-ol;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ol li::before {
  content: counter(cpt-ol);
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 34px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg,#93c5fd 0%,#facc15 100%);
  color: #0b1220;
  font-weight: 800;
  box-shadow: 0 8px 26px rgba(79,140,255,0.08);
}

/* Hover lift for list items */
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ul li:hover,
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ol li:hover {
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(2,6,23,0.08);
}

/* Blockquote */
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote {
  position: relative;
  margin: 1.6em 0;
  padding: 20px 24px 20px 72px;
  background: linear-gradient(180deg, rgba(99,102,241,0.045), rgba(79,140,255,0.02));
  border-radius: 14px;
  color: #ffffff;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote::before {
  content: "\201C";
  position: absolute;
  left: 20px;
  top: 12px;
  font-size: 56px;
  color: rgba(99,102,241,0.14);
  font-family: Georgia, 'Times New Roman', serif;
  line-height: 1;
  pointer-events: none;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 6px;
  background: linear-gradient(180deg, #93c5fd 0%, #facc15 100%);
  border-top-left-radius: 14px;
  border-bottom-left-radius: 14px;
}
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote p { margin: 0; color: inherit; }
:where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote cite { display:block; margin-top:12px; font-style:normal; font-weight:700; color:#e6edf3; font-size:.95rem; }

@media (max-width:600px){
  :where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ul li { padding-left: 46px; }
  :where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ol li { padding-left: 60px; }
  :where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) ol li::before { left: 14px; width: 28px; height: 28px; font-size: .85rem; }
  :where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote { padding: 16px 14px 16px 56px; }
  :where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote::before { left: 14px; font-size: 44px; }
  :where(body.single-layanan, body.single-paket_harga, body.single-lp_template, body.single-jz_shop, body.single-testimonial, body.single-portfolio, body.single-case_study, body.single-product, body.single-service, body.single)[class]:not(.single-post):not(.page) :where(.entry-content, .pkg-article__content, .bl-content, .cpt-content, .content) blockquote::after { width: 4px; }
}
