/* Explore Puncak managed Article runtime modules — local scope only. */
.ep-managed-article .entry-content > p,
.ep-managed-article .post-content > p,
.ep-managed-article article .entry-content > p{
  text-align:justify;
  text-justify:inter-word;
}
.ep-managed-article .entry-content > p,
.ep-managed-article .post-content > p{overflow-wrap:break-word}

.ep-article-opening-cta,
.ep-article-product-card,
.ep-article-urgency{box-sizing:border-box;text-align:left;clear:both}
.ep-article-opening-cta *,
.ep-article-product-card *,
.ep-article-urgency *{box-sizing:border-box}

.ep-article-opening-cta{margin:26px 0 34px;padding:22px 24px;border:1px solid #d7e6db;border-left:4px solid #2f7d4a;border-radius:12px;background:linear-gradient(135deg,#f7fbf8,#f1f7f3);box-shadow:0 10px 28px rgba(20,70,42,.06)}
.ep-article-opening-cta__eyebrow,.ep-article-urgency__eyebrow{margin:0 0 6px!important;color:#2f7d4a!important;font-size:10px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase}
.ep-article-opening-cta__title{margin:0 0 8px!important;color:#153924!important;font-size:22px!important;line-height:1.3!important;font-weight:700}
.ep-article-opening-cta>p:not(.ep-article-opening-cta__eyebrow){margin:0 0 15px!important;color:#53675b!important;font-size:13px!important;line-height:1.65!important;text-align:left!important}
.ep-article-opening-cta__actions{display:flex;gap:10px;flex-wrap:wrap}
.ep-article-opening-cta__actions a{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 15px;border-radius:8px;font-size:12px;font-weight:700;text-decoration:none!important}
.ep-article-opening-cta__actions .is-primary{background:#2f7d4a;color:#fff!important;border:1px solid #2f7d4a}
.ep-article-opening-cta__actions .is-secondary{background:#fff;color:#245f39!important;border:1px solid #bfd5c6}

.ep-article-product-card{display:grid;grid-template-columns:minmax(220px,.82fr) minmax(0,1.18fr);overflow:hidden;margin:36px 0;border:1px solid #dbe8df;border-radius:14px;background:#fff;box-shadow:0 14px 34px rgba(20,70,42,.08)}
.ep-article-product-card.no-media{grid-template-columns:1fr}
.ep-article-product-card__media{display:block;min-height:100%;background:#eef4f0;overflow:hidden}
.ep-article-product-card__image{display:block;width:100%;height:100%;min-height:230px;object-fit:cover}
.ep-article-product-card__body{padding:24px 26px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}
.ep-article-product-card__eyebrow{display:block;margin:0 0 8px;color:#2f7d4a;font-size:10px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.ep-article-product-card__title{margin:0 0 9px!important;color:#153924!important;font-size:22px!important;line-height:1.28!important}
.ep-article-product-card__title a{color:inherit!important;text-decoration:none!important}
.ep-article-product-card__summary{margin:0 0 14px!important;color:#586a60!important;font-size:13px!important;line-height:1.65!important;text-align:left!important}
.ep-article-product-card__meta{display:flex;gap:8px 13px;flex-wrap:wrap;margin:0 0 17px;color:#66786e;font-size:11px}
.ep-article-product-card__meta span{display:inline-flex;align-items:center;gap:5px}
.ep-article-product-card__meta span:not(:last-child)::after{content:"·";margin-left:8px;color:#9aae9f}
.ep-article-product-card__button{display:inline-flex;align-items:center;gap:7px;min-height:40px;padding:0 15px;border-radius:8px;background:#2f7d4a;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:700}

.ep-article-urgency{margin:42px 0 34px}
.ep-article-urgency__box{display:flex;align-items:center;justify-content:space-between;gap:32px;padding:30px 34px;border-radius:16px;background:linear-gradient(120deg,#123521,#24643b);color:#fff;box-shadow:0 16px 38px rgba(18,53,33,.16)}
.ep-article-urgency__eyebrow{color:#a9d9b8!important}
.ep-article-urgency__title{margin:0 0 8px!important;color:#fff!important;font-size:27px!important;line-height:1.25!important;font-weight:700}
.ep-article-urgency__box p:not(.ep-article-urgency__eyebrow){margin:0!important;max-width:720px;color:rgba(255,255,255,.84)!important;font-size:13px!important;line-height:1.65!important;text-align:left!important}
.ep-article-urgency__box>a{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:0 18px;border-radius:9px;background:#70b779;color:#fff!important;font-size:12px;font-weight:800;text-decoration:none!important}

@media(max-width:760px){
  .ep-article-opening-cta{padding:18px}
  .ep-article-product-card{grid-template-columns:1fr;margin:30px 0}
  .ep-article-product-card__image{height:220px;min-height:0}
  .ep-article-product-card__body{padding:20px}
  .ep-article-product-card__meta span:not(:last-child)::after{display:none}
  .ep-article-urgency__box{align-items:flex-start;flex-direction:column;padding:24px}
  .ep-article-urgency__title{font-size:24px!important}
  .ep-article-urgency__box>a{width:100%}
}

/* TOC interoperability: Core modules must never wrap around a floated TOC. */
.ep-managed-article #ez-toc-container,
.ep-managed-article .ez-toc-container{max-width:100%;}
.ep-managed-article .ep-article-opening-cta + #ez-toc-container,
.ep-managed-article .ep-article-opening-cta + .ez-toc-container{clear:both;}
