/* Tempelkan file ini SETELAH style.css utama */
.nt-popup-theme-card{
  background: linear-gradient(180deg, #0b3a30 0%, #072a22 100%);
  border: 1px solid rgba(255,255,255,.10);
  border-radius: 26px;
  overflow: hidden;
  padding: 0 0 18px;
}
.nt-popup-media-wrap{
  padding: 14px 14px 0;
}
.nt-popup-media{
  display:block;
  width:100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 16px 30px rgba(0,0,0,.22);
  background:#163126;
}
.nt-popup-theme-head{
  text-align:left;
  padding: 14px 16px 6px;
}
.nt-popup-theme-head h3{
  font-size: 24px;
  line-height: 1.18;
  margin: 0;
  color:#fff;
}
.nt-popup-theme-head p{
  color:#dce8df;
  font-size:14px;
  line-height:1.6;
  margin:10px 0 0;
}
.nt-popup-kicker{
  color:#f5d76e;
}
.nt-popup-actions{
  padding: 0 16px;
}
.nt-popup-cta{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:54px;
  border-radius:18px;
  background:linear-gradient(135deg,#f5d76e,#efc93c);
  color:#173126;
  text-decoration:none;
  font-weight:900;
  box-shadow:0 12px 22px rgba(239,201,60,.22);
}
.nt-msg-card{
  display:grid;
  grid-template-columns: 98px 1fr;
  gap:12px;
  background:#fff;
  border-radius:20px;
  padding:12px;
  box-shadow:0 12px 24px rgba(0,0,0,.10);
}
.nt-msg-thumb-wrap{
  width:98px;
}
.nt-msg-thumb{
  width:98px;
  height:98px;
  object-fit:cover;
  border-radius:16px;
  display:block;
  background:#e9f1ed;
}
.nt-msg-copy h4{
  margin:0;
  font-size:16px;
  color:#173126;
}
.nt-msg-copy p{
  margin:6px 0 0;
  font-size:13px;
  line-height:1.55;
  color:#476257;
}
.nt-msg-meta{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  align-items:center;
  margin-top:10px;
}
.nt-msg-meta span{
  display:inline-flex;
  padding:6px 10px;
  border-radius:999px;
  background:#edf4f0;
  color:#1b6a4f;
  font-size:11px;
  font-weight:900;
}
.nt-msg-meta a{
  color:#1b6a4f;
  font-size:12px;
  font-weight:800;
  text-decoration:none;
}
