/* Blue themed card for Wise */
.idsw-card{border-radius:12px; overflow:hidden; border:1px solid #0b3f26; background:#0b3b6f; color:#fff;}
.idsw-card-head{display:flex; align-items:center; justify-content:space-between; background:#0a315c; padding:12px 16px;}
.idsw-logo img{width:90px;height:28px;object-fit:contain;background:#fff;border-radius:6px;padding:4px;}
.idsw-title{font-weight:700;}
.idsw-sub{opacity:.9;font-size:.9rem;}
.idsw-steps{padding:14px 18px;}
.idsw-steps-title{font-weight:700;text-align:center;background:#e0f2fe;color:#0b3b6f;border-radius:8px;padding:8px;margin-bottom:12px;}
.idsw-steps ul{list-style:none;margin:0;padding:0;}
.idsw-steps li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.18);line-height:1.5;}
.idsw-steps li:last-child{border-bottom:none;}
.idsw-highlight{background:#fde68a;color:#111;padding:0 8px;border-radius:6px;font-weight:700;margin:0 2px;}
.idsw-enter{padding:4px 0;}
.idsw-enter .idsw-enter-title{font-weight:800; margin:6px 0 8px; color:#e0f2fe;}
.idsw-enter .idsw-line{display:flex; gap:10px; margin:6px 0; align-items:baseline;}
.idsw-enter .idsw-line .label{min-width:160px; color:#c7e3ff; font-weight:700;}
.idsw-enter .idsw-line .value{color:#ffffff; font-weight:600;}
.idsw-input{background:#e9f5ee;color:#0b3b6f;padding:16px 18px;}
.idsw-input label{display:block;font-weight:700;margin-bottom:8px;}
.idsw-input input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #a7c6e6;background:#fff;}
.idsw-input small{color:#0b3b6f;margin-top:6px;display:block;}
.idsw-summary{margin-top:10px;padding:10px 12px;background:#f1f5f9;border-radius:10px;color:#111;}
/* WhatsApp CTA */
.idsw-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;}
.idsw-wa-btn:hover{filter:brightness(0.98); transform:translateY(-1px);}
.idsw-wa-icon svg{width:22px; height:22px; display:block;}
.idsw-wa-text{line-height:1;}
.idsw-wa-note{margin-top:6px; color:#374151;}
/* Admin box */
.ids-box .row{display:flex;justify-content:space-between;margin-bottom:6px;}


/* Improved alignment for Enter recipient block */
.idsw-enter .idsw-line{display:flex; justify-content:space-between; gap:10px; margin:6px 0; align-items:baseline;}
.idsw-enter .idsw-line .label{min-width:170px; color:#c7e3ff; font-weight:700;}
.idsw-enter .idsw-line .value{flex:1; text-align:right; color:#ffffff; font-weight:700;}

/* v1.1.2 alignment refresh */
.idsw-enter .idsw-line{display:flex;justify-content:space-between;gap:12px;margin:6px 0;align-items:baseline}
.idsw-enter .idsw-line .label{min-width:180px;color:#c7e3ff;font-weight:700}
.idsw-enter .idsw-line .value{flex:1;text-align:right;color:#fff;font-weight:700}


/* v1.1.3: prevent ugly wraps; responsive stacking */
.idsw-enter .idsw-line .value{white-space:nowrap;}
@media (max-width: 480px){
  .idsw-enter .idsw-line{flex-direction:column; align-items:flex-start; gap:4px;}
  .idsw-enter .idsw-line .value{white-space:normal; text-align:left;}
}
