/* Green card UI */
.ids-card{border-radius:12px; overflow:hidden; border:1px solid #0b3f26; background:#0f5132; color:#fff;}
.ids-card-head{display:flex; align-items:center; justify-content:space-between; background:#0c4b2f; padding:12px 16px;}
.ids-logo img{width:56px;height:56px;object-fit:cover;background:#fff;border-radius:8px;padding:2px;}
.ids-title{font-weight:700;}
.ids-sub{opacity:.9;font-size:.9rem;}
.ids-steps{padding:14px 18px;}
.ids-steps-title{font-weight:700;text-align:center;background:#d1e7dd;color:#0f5132;border-radius:8px;padding:8px;margin-bottom:12px;}
.ids-steps ul{list-style:none;margin:0;padding:0;}
.ids-steps li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.18);line-height:1.5;}
.ids-steps li:last-child{border-bottom:none;}
.ids-highlight{background:#fde68a;color:#111;padding:0 8px;border-radius:6px;font-weight:700;margin:0 2px;}
.ids-enter{padding:4px 0;}
.ids-enter .ids-enter-title{font-weight:800; margin:6px 0 8px; color:#d1e7dd;}
.ids-enter .ids-line{display:flex; gap:10px; margin:6px 0; align-items:baseline;}
.ids-enter .ids-line .label{min-width:150px; color:#fef3c7; font-weight:700;}
.ids-enter .ids-line .value{color:#ffffff; font-weight:600;}
.ids-two-line{margin:2px 0;}
.ids-two-line strong{display:block; margin-bottom:4px;}
.ids-input{background:#e9f5ee;color:#0f5132;padding:16px 18px;}
.ids-input label{display:block;font-weight:700;margin-bottom:8px;}
.ids-input input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #94d3ac;background:#fff;}
.ids-input small{color:#0f5132;margin-top:6px;display:block;}
.ids-summary{margin-top:10px;padding:10px 12px;background:#f1f5f9;border-radius:10px;color:#111;}
/* WhatsApp CTA */
.ids-wa-btn{display:inline-flex; align-items:center; gap:10px; margin-top:10px; padding:10px 14px; border-radius:10px; background:#25D366; color:#111; text-decoration:none; font-weight:700; box-shadow:0 2px 0 #1aae53;}
.ids-wa-btn:hover{filter:brightness(0.98); transform:translateY(-1px);}
.ids-wa-icon svg{width:22px; height:22px; display:block;}
.ids-wa-text{line-height:1;}
.ids-wa-note{margin-top:6px; color:#374151;}
/* Admin box */
.ids-box .row{display:flex;justify-content:space-between;margin-bottom:6px;}


/* v3.1.0: better alignment & mobile stacking for Enter block */
.ids-enter .ids-line{display:flex;justify-content:space-between;gap:12px;margin:6px 0;align-items:baseline}
.ids-enter .ids-line .label{min-width:170px;color:#fef3c7;font-weight:700}
.ids-enter .ids-line .value{flex:1;text-align:right;color:#fff;font-weight:700;white-space:nowrap}
@media (max-width: 480px){
  .ids-enter .ids-line{flex-direction:column;align-items:flex-start;gap:4px}
  .ids-enter .ids-line .value{white-space:normal;text-align:left}
}
