
.nrse10k-order-button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:min(100%,520px);
  min-height:58px;
  margin:24px auto 0;
  padding:14px 22px;
  border:1px solid #ba6f8b;
  border-radius:999px;
  background:linear-gradient(180deg,#f9dbe6,#efbdd0);
  color:#513742;
  font:inherit;
  font-weight:800;
  cursor:pointer;
}
.nrse10k-order-button:disabled{opacity:.48;cursor:not-allowed}
.nrse10k-order-modal[hidden]{display:none!important}
.nrse10k-order-modal{
  position:fixed;
  inset:0;
  z-index:999999;
  display:grid;
  place-items:center;
  padding:18px;
}
.nrse10k-order-modal__backdrop{
  position:absolute;
  inset:0;
  border:0;
  background:rgba(33,21,28,.72);
}
.nrse10k-order-modal__panel{
  position:relative;
  z-index:1;
  width:min(100%,620px);
  max-height:min(86vh,820px);
  overflow:auto;
  padding:25px 18px;
  border:1px solid rgba(186,111,139,.45);
  border-radius:26px;
  background:#fff9fb;
  color:#513742;
  box-shadow:0 24px 70px rgba(33,21,28,.3);
  text-align:center;
}
.nrse10k-order-modal__panel h2{margin:0 0 16px;font-size:clamp(24px,6vw,34px)}
.nrse10k-order-list{display:grid;gap:10px;margin:18px 0;text-align:left}
.nrse10k-order-list__item{
  padding:12px 14px;
  border:1px solid rgba(186,111,139,.25);
  border-radius:14px;
  background:#fff;
  font-weight:700;
}
.nrse10k-order-summary{
  display:grid;
  gap:8px;
  margin:18px 0;
  padding:16px;
  border-radius:18px;
  background:#fff0f5;
}
.nrse10k-order-actions{display:grid;gap:10px}
.nrse10k-order-secondary{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  min-height:54px;
  border:1px solid rgba(186,111,139,.45);
  border-radius:999px;
  background:#fff;
  color:#ba6f8b;
  font:inherit;
  font-weight:800;
}
.nrse10k-order-message{min-height:1.7em;color:#a23f5f;font-weight:800;line-height:1.7}
.nrse10k-order-complete{
  margin-top:18px;
  padding:22px 16px;
  border:1px solid rgba(186,111,139,.34);
  border-radius:20px;
  background:#fff4f8;
}
.nrse10k-order-complete strong{display:block;margin:8px 0;color:#ba6f8b;font-size:28px}
html.nrse10k-order-open,html.nrse10k-order-open body{overflow:hidden}
