/* CurioSpark v7.72.5 — Payment Plan Integrity & Recovery */
.v7725-integrity-shell {
  margin: 0 0 1.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(131, 84, 0, .28);
  border-radius: 1.35rem;
  background: linear-gradient(135deg, #fffdf3, #fff8e6);
  box-shadow: 0 14px 32px rgba(81, 52, 12, .06);
}
.v7725-integrity-shell .panel-head h2 { margin: .18rem 0 .42rem; }
.v7725-integrity-shell .panel-head p { margin: 0; color: #715b42; max-width: 54rem; }
.v7725-recovery-card {
  margin-top: 1rem;
  padding: 1.15rem;
  border: 1px solid rgba(141, 93, 0, .24);
  border-radius: 1rem;
  background: #fff;
}
.v7725-recovery-head { display:flex; gap:1rem; justify-content:space-between; align-items:flex-start; }
.v7725-recovery-head h3 { margin:.14rem 0 .4rem; color:#3b1350; font-size:1.18rem; }
.v7725-recovery-head p { margin:0; color:#6d5b73; line-height:1.48; max-width:48rem; }
.v7725-recovery-pill { display:inline-flex; white-space:nowrap; padding:.46rem .72rem; border-radius:999px; background:#e7f5e9; color:#27714d; font-size:.78rem; font-weight:850; }
.v7725-recovery-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:.9rem; margin-top:1rem; }
.v7725-recovery-grid > div { padding:.85rem .9rem; border-radius:.85rem; background:#faf7ff; border:1px solid rgba(97,37,121,.12); }
.v7725-recovery-grid strong { display:block; color:#4a1b62; margin-bottom:.35rem; }
.v7725-recovery-grid ul { margin:.25rem 0 0 1.05rem; padding:0; color:#65536d; line-height:1.5; }
.v7725-recovery-grid li + li { margin-top:.25rem; }
.v7725-recovery-grid small { display:block; color:#8c7a91; font-size:.76rem; }
.v7725-recovery-confirm { display:block; margin-top:1rem; padding:.85rem .95rem; border-radius:.85rem; background:#fff9e7; border:1px solid rgba(179, 121, 0, .26); color:#5e4216; font-weight:700; line-height:1.45; }
.v7725-recovery-confirm input { margin-right:.52rem; accent-color:#5f2579; }
@media (max-width:700px) {
  .v7725-recovery-head { flex-direction:column; }
  .v7725-recovery-grid { grid-template-columns:1fr; }
  .v7725-recovery-pill { white-space:normal; }
}

.v772-plan-request-shell {
  margin: 0 0 1.5rem;
  padding: 1.35rem;
  border: 1px solid rgba(97,37,121,.17);
  border-radius: 1.35rem;
  background: #fff;
  box-shadow: 0 14px 32px rgba(45,24,64,.05);
}
.v772-plan-request-shell .panel-head h2 { margin:.18rem 0 .42rem; }
.v772-plan-request-shell .panel-head p { margin:0; color:#6d5b73; max-width:54rem; }
