/* Red/Black/White theme for Redot Pay */
.idr-card{border-radius:12px; overflow:hidden; border:1px solid #111; background:#0b0b0b; color:#fff;}
.idr-card-head{display:flex; align-items:center; justify-content:space-between; background:#111; padding:12px 16px;}
.idr-logo img{height:32px; object-fit:contain; background:#fff; border-radius:6px; padding:4px;}
.idr-title{font-weight:800; color:#fff;}
.idr-sub{opacity:.9;font-size:.9rem;color:#f5f5f5;}
.idr-steps{padding:14px 18px;}
.idr-steps-title{font-weight:800;text-align:center;background:#f3f4f6;color:#111;border-radius:8px;padding:8px;margin-bottom:12px;}
.idr-steps ul{list-style:none;margin:0;padding:0;}
.idr-steps li{padding:10px 0;border-bottom:1px solid rgba(255,255,255,.14);line-height:1.5;}
.idr-steps li:last-child{border-bottom:none;}
.idr-pill{background:#ef4444;color:#fff;padding:0 8px;border-radius:9999px;font-weight:800;}
.idr-highlight{background:#111;color:#fff;padding:0 8px;border-radius:6px;border:1px solid #ef4444; box-shadow:0 0 0 2px rgba(239,68,68,.25) inset;}
.idr-rate{margin-top:10px;background:#1f2937;color:#fff;border-radius:8px;padding:8px 10px;display:inline-block}
.idr-rate .idr-note{color:#d1d5db;margin-left:6px;}
.idr-input{background:#f7f7f7;color:#111;padding:16px 18px;}
.idr-input label{display:block;font-weight:800;margin-bottom:8px;color:#111;}
.idr-input input{width:100%;padding:10px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;}
.idr-input small{color:#374151;margin-top:6px;display:block;}
.idr-summary{margin-top:10px;padding:10px 12px;background:#f1f5f9;border-radius:10px;color:#111;}
/* WhatsApp CTA */
.idr-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;}
.idr-wa-btn:hover{filter:brightness(0.98); transform:translateY(-1px);}
.idr-wa-icon svg{width:22px; height:22px; display:block;}
.idr-wa-text{line-height:1;}
.idr-wa-note{margin-top:6px; color:#9ca3af;}
/* Admin box */
.ids-box .row{display:flex;justify-content:space-between;margin-bottom:6px;}
@media (max-width: 480px){
  .idr-rate{display:block}
}


/* v1.2.0 theme & spacing */
.idr-card{border-radius:12px; overflow:hidden; border:1px solid #1f2937; background:#0b0b0b; color:#fff; box-shadow:0 2px 10px rgba(0,0,0,.08)}
.idr-card-head{display:flex; align-items:center; justify-content:space-between; background:#111; padding:14px 18px}
.idr-merchant{display:flex; flex-direction:column; gap:2px}
.idr-title{font-weight:800; font-size:1.05rem}
.idr-sub{opacity:.9;font-size:.9rem}
.idr-logo img{height:30px; object-fit:contain; background:#fff; border-radius:6px; padding:4px}

/* Steps */
.idr-steps{padding:16px 20px}
.idr-steps-title{font-weight:800;text-align:center;background:#f3f4f6;color:#111;border-radius:10px;padding:10px;margin:0 0 14px}
.idr-steps ul{list-style:none;margin:0;padding:0}
.idr-steps li{padding:12px 0;border-bottom:1px solid rgba(255,255,255,.12);line-height:1.55}
.idr-steps li:last-child{border-bottom:none}
.idr-pill{background:#ef4444;color:#fff;padding:0 10px;border-radius:9999px;font-weight:800}
.idr-uid{background:#ffffff;color:#111;padding:0 10px;border-radius:8px;border:2px solid #ef4444;font-weight:800;box-shadow:0 0 0 3px rgba(239,68,68,.18) inset}

/* Totals row */
.idr-rate{margin-top:14px;background:#111827;color:#fff;border-radius:10px;padding:10px 12px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}
.idr-rate .idr-bdt{font-weight:800}
.idr-rate .idr-usd{font-weight:900;background:#ef4444;color:#fff;padding:2px 8px;border-radius:9999px}

/* Input */
.idr-input{background:#f7f7f7;color:#111;padding:16px 18px;border-top:1px solid #e5e7eb}
.idr-input label{display:block;font-weight:800;margin-bottom:8px;color:#111}
.idr-input input{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #d1d5db;background:#fff}
.idr-input small{color:#374151;margin-top:6px;display:block}

/* Thank-you */
.idr-summary{margin-top:10px;padding:10px 12px;background:#f1f5f9;border-radius:10px;color:#111}

/* WhatsApp CTA */
.idr-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}
.idr-wa-btn:hover{filter:brightness(0.98); transform:translateY(-1px)}
.idr-wa-icon svg{width:22px; height:22px; display:block}
.idr-wa-text{line-height:1}
.idr-wa-note{margin-top:6px; color:#9ca3af}

/* Admin box */
.ids-box .row{display:flex;justify-content:space-between;margin-bottom:6px}

/* Mobile */
@media (max-width: 480px){
  .idr-steps{padding:14px}
  .idr-card-head{padding:12px 14px}
  .idr-rate{padding:8px 10px}
}
