/* StaffSwift V3.3.14.2 — responsive registration review and terms alignment */
.ss-auth .security-step .registration-summary{
  display:block!important;
  margin:18px 0 0!important;
  padding:0!important;
  overflow:hidden!important;
  border:1px solid var(--ss-auth-border,#d8deeb)!important;
  border-radius:18px!important;
  background:var(--ss-auth-card,#fff)!important;
  box-shadow:0 12px 30px rgba(21,32,51,.07);
}
.ss-auth .summary-review-head{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:18px;
  padding:16px 18px;
  border-bottom:1px solid var(--ss-auth-border,#d8deeb);
  background:linear-gradient(135deg,rgba(27,100,218,.09),rgba(184,137,26,.08));
}
.ss-auth .summary-review-head>div{display:flex;flex-direction:column;gap:3px;min-width:0}
.ss-auth .summary-review-head span{
  color:var(--ss-auth-blue,#155dcc)!important;
  font-size:.68rem!important;
  font-weight:900!important;
  letter-spacing:.09em;
  line-height:1.2;
  text-transform:uppercase;
}
.ss-auth .summary-review-head strong{
  color:var(--ss-auth-text,#152033)!important;
  font-size:.98rem!important;
  font-weight:850!important;
  line-height:1.35;
}
.ss-auth .summary-review-head em{
  max-width:260px;
  margin:1px 0 0;
  color:var(--ss-auth-muted,#5d6678)!important;
  font-size:.74rem;
  font-style:normal;
  line-height:1.5;
  text-align:right;
}
.ss-auth .summary-review-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:11px;
  padding:15px;
}
.ss-auth .summary-card-item{
  display:flex!important;
  flex-direction:column;
  align-items:flex-start!important;
  justify-content:flex-start!important;
  gap:7px;
  min-width:0;
  min-height:84px;
  padding:13px 14px;
  border:1px solid var(--ss-auth-border,#d8deeb);
  border-radius:14px;
  background:var(--ss-auth-soft,#f6f8fc);
}
.ss-auth .summary-card-item.summary-account-type{
  border-color:rgba(27,100,218,.3);
  background:rgba(27,100,218,.075);
}
.ss-auth .summary-card-wide{grid-column:1/-1;min-height:auto}
.ss-auth .summary-card-label{
  display:block!important;
  margin:0!important;
  color:var(--ss-auth-muted,#5d6678)!important;
  font-size:.66rem!important;
  font-weight:850!important;
  letter-spacing:.07em;
  line-height:1.25;
  text-align:left!important;
  text-transform:uppercase;
}
.ss-auth .summary-card-value{
  display:block!important;
  width:100%;
  margin:0!important;
  color:var(--ss-auth-text,#152033)!important;
  font-size:.88rem!important;
  font-weight:800!important;
  line-height:1.45;
  text-align:left!important;
  overflow-wrap:anywhere;
  word-break:break-word;
}
.ss-auth .summary-category-list{
  display:flex;
  flex-wrap:wrap;
  gap:7px;
  width:100%;
  min-width:0;
}
.ss-auth .summary-category-chip,
.ss-auth .summary-category-empty{
  display:inline-flex;
  align-items:center;
  min-height:31px;
  max-width:100%;
  padding:6px 10px;
  border-radius:999px;
  font-size:.75rem;
  font-weight:800;
  line-height:1.25;
  overflow-wrap:anywhere;
}
.ss-auth .summary-category-chip{
  border:1px solid rgba(27,100,218,.27);
  background:rgba(27,100,218,.09);
  color:var(--ss-auth-blue,#155dcc);
}
.ss-auth .summary-category-empty{
  border:1px solid var(--ss-auth-border,#d8deeb);
  background:var(--ss-auth-card,#fff);
  color:var(--ss-auth-muted,#5d6678);
}
.ss-auth .security-step .security-terms-row{
  display:grid!important;
  grid-template-columns:22px minmax(0,1fr)!important;
  align-items:start!important;
  gap:11px!important;
  margin:14px 0 0!important;
  padding:15px 16px!important;
  border:1px solid rgba(27,100,218,.24)!important;
  border-radius:15px!important;
  background:rgba(27,100,218,.055)!important;
  color:var(--ss-auth-text,#152033)!important;
}
.ss-auth .security-step .security-terms-row input[type="checkbox"]{
  appearance:auto!important;
  display:block!important;
  width:20px!important;
  min-width:20px!important;
  height:20px!important;
  min-height:20px!important;
  margin:2px 0 0!important;
  padding:0!important;
  border-radius:5px!important;
  accent-color:var(--ss-auth-blue,#155dcc);
  cursor:pointer;
}
.ss-auth .security-step .security-terms-row label{
  display:block!important;
  min-width:0;
  margin:0!important;
  color:var(--ss-auth-text,#152033)!important;
  font-size:.82rem!important;
  font-weight:600!important;
  letter-spacing:0!important;
  line-height:1.6!important;
  text-align:left!important;
  text-transform:none!important;
  cursor:pointer;
}
.ss-auth .security-step .security-terms-row label strong{font-weight:850;color:var(--ss-auth-text,#152033)!important}
.ss-auth .security-step .security-terms-row label a{font-weight:800;text-decoration:underline;text-underline-offset:2px}
html[data-theme="dark"] .ss-auth .security-step .registration-summary{
  background:#101827!important;
  border-color:#34415a!important;
  box-shadow:0 14px 34px rgba(0,0,0,.24);
}
html[data-theme="dark"] .ss-auth .summary-review-head{
  border-color:#34415a;
  background:linear-gradient(135deg,rgba(73,139,255,.16),rgba(224,177,61,.11));
}
html[data-theme="dark"] .ss-auth .summary-review-head strong,
html[data-theme="dark"] .ss-auth .summary-card-value,
html[data-theme="dark"] .ss-auth .security-step .security-terms-row,
html[data-theme="dark"] .ss-auth .security-step .security-terms-row label,
html[data-theme="dark"] .ss-auth .security-step .security-terms-row label strong{color:#f4f7ff!important}
html[data-theme="dark"] .ss-auth .summary-review-head em,
html[data-theme="dark"] .ss-auth .summary-card-label{color:#c5cee0!important}
html[data-theme="dark"] .ss-auth .summary-card-item{background:#111a2b;border-color:#34415a}
html[data-theme="dark"] .ss-auth .summary-card-item.summary-account-type{background:rgba(73,139,255,.14);border-color:rgba(99,155,255,.42)}
html[data-theme="dark"] .ss-auth .summary-category-chip{background:rgba(73,139,255,.15);border-color:rgba(99,155,255,.4);color:#b9d0ff}
html[data-theme="dark"] .ss-auth .summary-category-empty{background:#0d1524;border-color:#34415a;color:#c5cee0}
html[data-theme="dark"] .ss-auth .security-step .security-terms-row{background:rgba(73,139,255,.11)!important;border-color:rgba(99,155,255,.35)!important}
@media(max-width:760px){
  .ss-auth .summary-review-head{display:grid;grid-template-columns:minmax(0,1fr);gap:7px;padding:15px}
  .ss-auth .summary-review-head em{max-width:none;text-align:left}
  .ss-auth .summary-review-grid{gap:9px;padding:12px}
  .ss-auth .summary-card-item{min-height:80px;padding:12px}
  .ss-auth .security-step .security-terms-row{padding:14px!important}
}
@media(max-width:520px){
  .ss-auth .summary-review-grid{grid-template-columns:minmax(0,1fr)}
  .ss-auth .summary-card-wide{grid-column:auto}
  .ss-auth .summary-card-item{min-height:auto}
  .ss-auth .summary-category-list{display:grid;grid-template-columns:minmax(0,1fr)}
  .ss-auth .summary-category-chip,.ss-auth .summary-category-empty{justify-content:flex-start;border-radius:11px}
  .ss-auth .security-step .security-terms-row{grid-template-columns:21px minmax(0,1fr)!important;gap:10px!important;padding:13px!important}
  .ss-auth .security-step .security-terms-row input[type="checkbox"]{width:19px!important;min-width:19px!important;height:19px!important;min-height:19px!important}
  .ss-auth .security-step .security-terms-row label{font-size:.8rem!important;line-height:1.55!important}
}
