/* CurioSpark v7.60.6 — Action Required Email Center */
.v7606-reminder-button,
.v7606-payment-reminder {
  margin-top: .45rem;
  white-space: nowrap;
}
.v7606-payment-reminder {
  display: inline-flex;
  align-items: center;
  margin-right: .25rem;
  padding: .42rem .62rem;
  border: 1px solid rgba(95,37,121,.35);
  border-radius: 999px;
  background: #fff;
  color: #5f2579;
  font: 800 .75rem/1.1 Inter,system-ui,sans-serif;
  cursor: pointer;
}
.v7606-payment-reminder:hover,
.v7606-payment-reminder:focus-visible { background: #f7effb; }
.v7606-muted { color: #82758b; font-size: .82rem; }
.v7606-contacted { color: #4f2f60; font-size: .82rem; font-weight: 700; }
.v7606-email-center { margin-top: 1rem; }
.v7606-modal-backdrop {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1rem;
  overflow-y: auto;
  background: rgba(42,19,57,.48);
}
.v7606-modal-backdrop[hidden] { display: none; }
.v7606-modal {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 2rem);
  overflow: auto;
  padding: clamp(1.25rem, 3vw, 2rem);
  border: 1px solid rgba(95,37,121,.18);
  border-radius: 26px;
  background: #fffdfc;
  box-shadow: 0 24px 76px rgba(38,13,57,.32);
}
.v7606-modal h2 { margin: .15rem 2rem .55rem 0; color: #311046; }
.v7606-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 2.1rem;
  height: 2.1rem;
  border: 1px solid rgba(95,37,121,.22);
  border-radius: 50%;
  background: #fff;
  color: #5f2579;
  font-size: 1.45rem;
  cursor: pointer;
}
.v7606-recipient {
  margin: .85rem 0 1.2rem;
  padding: .8rem 1rem;
  border-radius: 14px;
  background: #f5edf8;
  color: #49245d;
}
.v7606-recipient span { color: #75627e; }
.v7606-modal label { display: grid; gap: .42rem; margin: .9rem 0; font-weight: 800; color: #4b1e63; }
.v7606-modal input,
.v7606-modal select,
.v7606-modal textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(95,37,121,.24);
  border-radius: 12px;
  background: #fff;
  color: #321144;
  font: 500 .96rem/1.45 Inter,system-ui,sans-serif;
  padding: .72rem .8rem;
}
.v7606-modal textarea { resize: vertical; min-height: 12rem; }
.v7606-note { margin: .85rem 0; color: #6f5d78; font-size: .88rem; }
.v7606-actions { display: flex; flex-wrap: wrap; gap: .7rem; align-items: center; margin-top: 1rem; }
.v7606-status { min-height: 1.25rem; margin: .85rem 0 0; color: #5f2579; font-weight: 700; }
.v7606-status.is-good { color: #187544; }
.v7606-status.is-warn { color: #8a5f0f; }
.v7606-status.is-error { color: #ae263d; }
@media (max-width: 680px) {
  .v7606-modal { border-radius: 20px; }
  .v7606-actions > * { flex: 1 1 160px; }
}
