.nmg-account-view-order__dashboard {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .nmg-account-view-order__dashboard {
    grid-template-columns: minmax(0, 1.35fr) minmax(18.5rem, 0.65fr);
    align-items: start;
  }
}

.nmg-account-view-order__dashboard-main,
.nmg-account-view-order__dashboard-side {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.nmg-account-view-order__items-table {
  border: 1px solid oklch(0.72 0.01 240 / 0.12);
  border-radius: 0.75rem;
  background: oklch(0.09 0.003 240 / 0.5);
  overflow: hidden;
}

.nmg-account-view-order__table-head {
  display: none;
  background: oklch(0.18 0.006 240 / 0.4);
  padding: 0.875rem 1.25rem;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.12);
}

@media (min-width: 768px) {
  .nmg-account-view-order__table-head {
    display: grid;
    grid-template-columns: 2.25fr 1.25fr 60px 100px;
    gap: 1.5rem;
    align-items: center;
  }
}

.nmg-account-view-order__th {
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: oklch(0.65 0.01 240);
}

.nmg-account-view-order__th--qty,
.nmg-account-view-order__th--price {
  text-align: right;
}

.nmg-account-view-order__table-row {
  display: grid;
  gap: 1rem;
  padding: 1.25rem;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.08);
  transition: background-color 0.2s ease;
}

.nmg-account-view-order__table-row:hover {
  background-color: oklch(0.88 0.22 130 / 0.02);
}

@media (min-width: 768px) {
  .nmg-account-view-order__table-row {
    grid-template-columns: 2.25fr 1.25fr 60px 100px;
    gap: 1.5rem;
    align-items: center;
    padding: 1rem 1.25rem;
  }
}

.nmg-account-view-order__td--service {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

.nmg-account-view-order__td--config {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.nmg-account-view-order__td--qty,
.nmg-account-view-order__td--price {
  text-align: right;
}

.nmg-account-view-order__td strong {
  color: var(--foreground);
  font-size: 0.875rem;
}

.nmg-account-view-order__item-sku {
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  color: oklch(0.65 0.01 240);
}

.nmg-account-view-order__table-footer {
  padding: 1.25rem;
  background: oklch(0.18 0.006 240 / 0.2);
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  align-items: flex-end;
}

.nmg-account-view-order__footer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 240px;
  gap: 1rem;
  align-items: baseline;
}

.nmg-account-view-order__footer-row:last-child {
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  border-top: 1px solid oklch(0.72 0.01 240 / 0.12);
}

.nmg-account-view-order__footer-label {
  font-size: 0.8125rem;
  color: oklch(0.72 0.01 240);
}

.nmg-account-view-order__footer-value {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--foreground);
}

.nmg-account-view-order__footer-row:last-child .nmg-account-view-order__footer-value {
  color: var(--primary);
  font-size: 1.125rem;
}

.nmg-account-view-order__fulfillment-panel {
  margin-top: 1rem;
  border: 1px solid oklch(0.72 0.01 240 / 0.15);
  border-radius: 0.75rem;
  background: oklch(0.14 0.005 240);
  padding: 1.25rem;
}

.nmg-account-view-order__fulfillment-content {
  margin-top: 1rem;
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--foreground);
}

.nmg-account-view-order__fulfillment-content table {
  width: 100% !important;
  border: 0 !important;
  background: transparent !important;
  border-collapse: collapse;
}

.nmg-account-view-order__fulfillment-content tr {
  display: flex !important;
  flex-direction: column !important;
  gap: 0.25rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.05);
  padding-bottom: 0.75rem;
}

.nmg-account-view-order__fulfillment-content tr:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

@media (min-width: 640px) {
  .nmg-account-view-order__fulfillment-content tr {
    flex-direction: row !important;
    align-items: baseline !important;
    gap: 1.5rem !important;
    margin-bottom: 0.75rem !important;
  }
}

.nmg-account-view-order__fulfillment-content th {
  width: 160px !important;
  flex-shrink: 0;
  font-family: Geist Mono, ui-monospace, monospace !important;
  font-size: 0.625rem !important;
  color: oklch(0.65 0.01 240) !important;
  text-align: left !important;
  padding: 0 !important;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.nmg-account-view-order__fulfillment-content td {
  padding: 0 !important;
  font-weight: 600;
  color: var(--foreground);
}

.nmg-account-view-order__billing-large {
  margin-top: 1.5rem;
  border: 1px solid oklch(0.72 0.01 240 / 0.15);
  border-radius: 1rem;
  background:
    radial-gradient(circle at top right, oklch(0.88 0.22 130 / 0.04), transparent 45%),
    oklch(0.12 0.004 240 / 0.62);
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.nmg-account-view-order__billing-header {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.nmg-account-view-order__billing-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  background: oklch(0.88 0.22 130 / 0.12);
  color: var(--primary);
}

.nmg-account-view-order__billing-title {
  margin: 0.125rem 0 0;
  font-size: 1.125rem;
  font-weight: 700;
  color: var(--foreground);
}

.nmg-account-view-order__billing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid oklch(0.72 0.01 240 / 0.08);
}

@media (min-width: 1024px) {
  .nmg-account-view-order__billing-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}

.nmg-account-view-order__billing-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.nmg-account-view-order__billing-label {
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.5625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: oklch(0.65 0.01 240);
}

.nmg-account-view-order__billing-value {
  font-size: 0.875rem;
  font-weight: 650;
  color: var(--foreground);
  overflow-wrap: anywhere;
}

.nmg-account-view-order__receipt-panel--shipping {
  margin-top: 1rem;
}

.nmg-account-view-order__payment-hero {
  display: grid;
  gap: 1.25rem;
  align-items: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.24);
  border-radius: 0.75rem;
  background:
    linear-gradient(135deg, oklch(0.88 0.22 130 / 0.12), transparent 47%),
    radial-gradient(circle at 18% 54%, oklch(0.88 0.22 130 / 0.18), transparent 23%),
    oklch(0.065 0.004 240 / 0.92);
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.04),
    0 24px 54px oklch(0 0 0 / 0.28);
  margin-top: 1rem;
  overflow: hidden;
  padding: 1.25rem;
}

@media (min-width: 900px) {
  .nmg-account-view-order__payment-hero {
    grid-template-columns: 15rem minmax(0, 1fr) minmax(17rem, 0.45fr);
    min-height: 12rem;
  }
}

.nmg-account-view-order__payment-visual {
  position: relative;
  display: none;
  min-height: 8rem;
  align-items: center;
  justify-content: center;
}

@media (min-width: 760px) {
  .nmg-account-view-order__payment-visual {
    display: flex;
  }
}

.nmg-account-view-order__payment-orbit,
.nmg-account-view-order__payment-orbit::before,
.nmg-account-view-order__payment-orbit::after {
  position: absolute;
  border: 1px solid oklch(0.88 0.22 130 / 0.2);
  border-radius: 9999px;
}

.nmg-account-view-order__payment-orbit {
  width: 9.5rem;
  height: 5.25rem;
  transform: rotate(-7deg);
}

.nmg-account-view-order__payment-orbit::before,
.nmg-account-view-order__payment-orbit::after {
  content: "";
  inset: 0.9rem;
}

.nmg-account-view-order__payment-orbit::after {
  inset: 1.7rem;
  border-color: oklch(0.88 0.22 130 / 0.34);
}

.nmg-account-view-order__payment-emblem {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 5.25rem;
  height: 5.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.28);
  border-radius: 1rem;
  background:
    radial-gradient(circle at 50% 24%, oklch(0.88 0.22 130 / 0.34), transparent 50%),
    oklch(0.1 0.018 130 / 0.86);
  color: var(--primary);
  box-shadow:
    0 0 36px oklch(0.88 0.22 130 / 0.26),
    inset 0 1px 0 oklch(1 0 0 / 0.08);
}

.nmg-account-view-order__payment-copy {
  display: grid;
  gap: 0.75rem;
}

.nmg-account-view-order__payment-pill {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.32);
  border-radius: 9999px;
  background: oklch(0.88 0.22 130 / 0.1);
  color: var(--foreground);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1;
  padding: 0.35rem 0.75rem;
  text-transform: uppercase;
}

.nmg-account-view-order__payment-copy h3 {
  margin: 0;
  color: var(--foreground);
  font-size: clamp(1.75rem, 3vw, 2.65rem);
  font-weight: 850;
  line-height: 1;
}

.nmg-account-view-order__payment-copy p {
  max-width: 34rem;
  margin: 0;
  color: oklch(0.78 0.01 240);
  font-size: 0.9375rem;
  font-weight: 550;
  line-height: 1.55;
}

.nmg-account-view-order__payment-due {
  display: grid;
  gap: 0.75rem;
  border-top: 1px solid oklch(0.72 0.01 240 / 0.12);
  padding-top: 1rem;
}

@media (min-width: 900px) {
  .nmg-account-view-order__payment-due {
    border-top: 0;
    border-left: 1px solid oklch(0.72 0.01 240 / 0.12);
    padding-top: 0;
    padding-left: 1.25rem;
  }
}

.nmg-account-view-order__payment-due > span {
  color: oklch(0.72 0.01 240);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.nmg-account-view-order__payment-due > strong {
  color: var(--primary);
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 900;
  line-height: 0.95;
}

.nmg-account-view-order__pay-now,
.nmg-account-view-order__paid-help,
.nmg-account-view-order__support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 0.5rem;
  font-size: 0.8125rem;
  font-weight: 850;
  line-height: 1;
  min-height: 2.35rem;
  text-decoration: none;
}

.nmg-account-view-order__pay-now {
  border: 1px solid var(--primary);
  background: var(--primary);
  color: oklch(0.06 0.004 240);
  box-shadow: 0 0 22px oklch(0.88 0.22 130 / 0.2);
}

.nmg-account-view-order__paid-help,
.nmg-account-view-order__support-link {
  border: 1px solid oklch(0.72 0.01 240 / 0.16);
  background: oklch(0.06 0.003 240 / 0.52);
  color: var(--foreground);
}

/* Premium receipt dashboard layout. This file loads after main.css. */
.nmg-account-view-order__items-table {
  display: grid;
  gap: 0.875rem;
  border: 1px solid oklch(0.88 0.22 130 / 0.16);
  border-radius: 0.5rem;
  background:
    linear-gradient(180deg, oklch(0.12 0.006 240 / 0.74), oklch(0.065 0.003 240 / 0.92)),
    oklch(0.07 0.003 240);
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.035),
    0 22px 44px oklch(0 0 0 / 0.24);
  overflow: visible;
  padding: 0.75rem;
}

@media (min-width: 900px) {
  .nmg-account-view-order__items-table {
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 0.92fr) minmax(20rem, 0.86fr);
    align-items: start;
  }
}

.nmg-account-view-order__receipt-strip {
  display: grid;
  gap: 0.625rem;
  border: 1px solid oklch(0.72 0.01 240 / 0.1);
  border-radius: 0.5rem;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.055), transparent 42%),
    oklch(0.045 0.002 240 / 0.88);
  padding: 0.75rem;
}

@media (min-width: 680px) {
  .nmg-account-view-order__receipt-strip {
    grid-template-columns: 1.05fr 0.85fr 1.15fr 1fr;
  }
}

@media (min-width: 900px) {
  .nmg-account-view-order__receipt-strip {
    grid-column: 1 / -1;
  }
}

.nmg-account-view-order__receipt-strip-item {
  display: grid;
  min-width: 0;
  gap: 0.375rem;
  border-top: 1px solid oklch(0.72 0.01 240 / 0.09);
  padding-top: 0.625rem;
}

.nmg-account-view-order__receipt-strip-item:first-child {
  border-top: 0;
  padding-top: 0;
}

@media (min-width: 680px) {
  .nmg-account-view-order__receipt-strip-item {
    border-top: 0;
    border-left: 1px solid oklch(0.72 0.01 240 / 0.09);
    padding-top: 0;
    padding-left: 0.75rem;
  }

  .nmg-account-view-order__receipt-strip-item:first-child {
    border-left: 0;
    padding-left: 0;
  }
}

.nmg-account-view-order__receipt-strip-item span {
  color: oklch(0.65 0.01 240);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.nmg-account-view-order__receipt-strip-item strong {
  min-width: 0;
  color: var(--foreground);
  font-size: 0.8125rem;
  font-weight: 800;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.nmg-account-view-order__receipt-status {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.375rem;
  border: 1px solid currentColor;
  border-radius: 9999px;
  padding: 0.25rem 0.5rem;
}

.nmg-account-view-order__receipt-status::before {
  content: "";
  width: 0.375rem;
  height: 0.375rem;
  border-radius: 9999px;
  background: currentColor;
  box-shadow: 0 0 0.75rem currentColor;
}

.nmg-account-view-order__receipt-status--success {
  color: var(--primary) !important;
}

.nmg-account-view-order__receipt-status--attention {
  color: oklch(0.84 0.16 85) !important;
}

.nmg-account-view-order__receipt-status--danger {
  color: oklch(0.72 0.2 25) !important;
}

.nmg-account-view-order__items-card {
  min-width: 0;
  border: 1px solid oklch(0.72 0.01 240 / 0.1);
  border-radius: 0.5rem;
  background:
    radial-gradient(circle at 15% 0%, oklch(0.88 0.22 130 / 0.055), transparent 38%),
    oklch(0.055 0.002 240 / 0.72);
  overflow: hidden;
}

.nmg-account-view-order__instructions-card,
.nmg-account-view-order__support-card {
  min-width: 0;
  border: 1px solid oklch(0.72 0.01 240 / 0.1);
  border-radius: 0.5rem;
  background:
    radial-gradient(circle at 100% 0%, oklch(0.88 0.22 130 / 0.045), transparent 40%),
    oklch(0.055 0.002 240 / 0.72);
  overflow: hidden;
}

.nmg-account-view-order__receipt-card-head {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.1);
  padding: 0.875rem 1rem;
}

.nmg-account-view-order__receipt-card-head > span:last-child,
.nmg-account-view-order__summary-head > span:last-child {
  color: var(--foreground);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.nmg-account-view-order__receipt-card-icon {
  display: inline-flex;
  width: 1.75rem;
  height: 1.75rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.18);
  border-radius: 0.45rem;
  background: oklch(0.88 0.22 130 / 0.08);
  color: var(--primary);
}

.nmg-account-view-order__items-card .nmg-account-view-order__item-thumb {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 0.5rem;
  background: oklch(0.08 0.003 240 / 0.78);
}

.nmg-account-view-order__table-head {
  display: none;
}

.nmg-account-view-order__table-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.875rem;
  padding: 1rem;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.08);
  transition: background-color 0.2s ease;
}

@media (min-width: 768px) {
  .nmg-account-view-order__table-row {
    grid-template-columns: minmax(0, 1fr) repeat(2, minmax(5rem, auto));
    gap: 0.875rem;
    align-items: end;
    padding: 1rem;
  }
}

.nmg-account-view-order__td--service {
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 1rem;
  min-width: 0;
}

@media (min-width: 768px) {
  .nmg-account-view-order__td--service {
    grid-column: auto;
  }
}

.nmg-account-view-order__item-copy {
  display: grid;
  min-width: 0;
  gap: 0.5rem;
}

.nmg-account-view-order__item-config {
  display: flex;
  flex-wrap: wrap;
  gap: 0.375rem 0.5rem;
  align-items: center;
  color: oklch(0.72 0.01 240);
  font-size: 0.75rem;
  line-height: 1.4;
}

.nmg-account-view-order__meta-chip,
.nmg-account-view-order__item-sku {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  min-width: 0;
  max-width: 100%;
  border: 1px solid oklch(0.72 0.01 240 / 0.1);
  border-radius: 9999px;
  background: oklch(0.13 0.004 240 / 0.34);
  padding: 0.25rem 0.5rem;
}

.nmg-account-view-order__meta-label {
  color: oklch(0.65 0.01 240);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  white-space: nowrap;
}

.nmg-account-view-order__meta-value {
  min-width: 0;
  color: var(--foreground);
  font-size: 0.6875rem;
  font-weight: 750;
  line-height: 1.2;
  overflow-wrap: anywhere;
}

.nmg-account-view-order__td--qty,
.nmg-account-view-order__td--price {
  display: grid;
  gap: 0.35rem;
  border: 1px solid oklch(0.72 0.01 240 / 0.1);
  border-radius: 0.5rem;
  background: oklch(0.12 0.004 240 / 0.36);
  padding: 0.625rem 0.75rem;
  text-align: left;
}

@media (min-width: 768px) {
  .nmg-account-view-order__td--qty,
  .nmg-account-view-order__td--price {
    min-width: 5rem;
  }
}

.nmg-account-view-order__td strong {
  color: var(--foreground);
  font-size: 0.875rem;
  font-weight: 850;
}

.nmg-account-view-order__mobile-label {
  display: inline;
  color: oklch(0.65 0.01 240);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  line-height: 1;
  text-transform: uppercase;
}

.nmg-account-view-order__table-footer {
  display: flex;
  flex-direction: column;
  align-self: stretch;
  align-items: stretch;
  justify-content: flex-start;
  gap: 0.625rem;
  border: 1px solid oklch(0.88 0.22 130 / 0.16);
  border-radius: 0.5rem;
  background:
    linear-gradient(180deg, oklch(0.15 0.026 135 / 0.42), oklch(0.06 0.005 240 / 0.78)),
    oklch(0.07 0.004 240);
  padding: 1rem;
}

.nmg-account-view-order__instruction-list {
  display: grid;
  gap: 0.625rem;
  margin: 0;
  padding: 1rem;
}

.nmg-account-view-order__instruction-list li {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.625rem;
  align-items: start;
  color: oklch(0.78 0.01 240);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.nmg-account-view-order__instruction-list li > span {
  display: inline-flex;
  width: 1.2rem;
  height: 1.2rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--primary);
  border-radius: 0.35rem;
  color: var(--primary);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.7rem;
  font-weight: 900;
  line-height: 1;
}

.nmg-account-view-order__instruction-list p {
  margin: 0;
}

.nmg-account-view-order__support-grid {
  display: grid;
  gap: 0.875rem;
}

@media (min-width: 900px) {
  .nmg-account-view-order__support-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  }
}

.nmg-account-view-order__support-card {
  padding-bottom: 1rem;
}

.nmg-account-view-order__support-card p {
  margin: 0;
  padding: 0 1rem;
  color: oklch(0.78 0.01 240);
  font-size: 0.875rem;
  font-weight: 550;
  line-height: 1.55;
}

.nmg-account-view-order__support-link {
  width: fit-content;
  gap: 0.5rem;
  margin: 1rem 1rem 0;
  padding: 0 0.9rem;
}

.nmg-account-view-order__summary-head {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.625rem;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.12);
  margin-bottom: 0.125rem;
  padding-bottom: 0.75rem;
}

.nmg-account-view-order__summary-head > span:last-child {
  color: var(--primary);
}

.nmg-account-view-order__footer-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  gap: 1.25rem;
  align-items: baseline;
  min-height: 1.7rem;
}

.nmg-account-view-order__footer-row:last-child {
  align-items: center;
  min-height: auto;
  border: 1px solid oklch(0.88 0.22 130 / 0.18);
  border-radius: 0.5rem;
  background: oklch(0.88 0.22 130 / 0.07);
  margin-top: 0.375rem;
  padding: 0.75rem;
}

.nmg-account-view-order__footer-row:last-child .nmg-account-view-order__footer-label {
  color: var(--foreground);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nmg-account-view-order__footer-value {
  font-size: 0.9375rem;
  font-weight: 800;
  color: var(--foreground);
  text-align: right;
  white-space: nowrap;
}

.nmg-account-view-order__footer-row:last-child .nmg-account-view-order__footer-value {
  color: var(--primary);
  font-size: 1.25rem;
  letter-spacing: 0;
}

.nmg-account-view-order__td--price .amount,
.nmg-account-view-order__td--price .woocommerce-Price-amount,
.nmg-account-view-order__td--price bdi,
.nmg-account-view-order__td--price .woocommerce-Price-currencySymbol,
.nmg-account-view-order__footer-value .amount,
.nmg-account-view-order__footer-value .woocommerce-Price-amount,
.nmg-account-view-order__footer-value bdi,
.nmg-account-view-order__footer-value .woocommerce-Price-currencySymbol {
  color: inherit !important;
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

/* Screenshot-matched order dashboard composition. */
.nmg-wc-shell .nmg-account-layout {
  max-width: 90rem;
  align-items: start;
  gap: 2rem;
}

.nmg-account-layout__content,
.nmg-wc-shell .woocommerce-account .woocommerce-MyAccount-content {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  padding: 0;
}

.nmg-account-layout__nav {
  display: grid;
  gap: 1rem;
}

@media (min-width: 1024px) {
  .nmg-account-layout__nav,
  .nmg-wc-shell .woocommerce-account .woocommerce-MyAccount-navigation {
    position: sticky !important;
    top: 5rem !important;
    max-height: calc(100dvh - 6rem) !important;
    overflow-y: auto !important;
    padding-bottom: 0.25rem !important;
    scrollbar-width: none;
  }

  .nmg-account-layout__nav::-webkit-scrollbar,
  .nmg-wc-shell .woocommerce-account .woocommerce-MyAccount-navigation::-webkit-scrollbar {
    display: none;
  }

  .nmg-account-nav-card {
    position: relative !important;
    top: auto !important;
  }
}

.nmg-account-nav-card {
  border-radius: 0.75rem;
  background: oklch(0.08 0.003 240 / 0.76);
  padding: 1.125rem;
}

.nmg-account-nav-card__status {
  display: none;
}

.nmg-account-help-card {
  position: relative;
  display: grid;
  min-height: 8rem;
  overflow: hidden;
  border: 1px solid oklch(0.72 0.01 240 / 0.14);
  border-radius: 0.75rem;
  background:
    radial-gradient(circle at 92% 75%, oklch(0.88 0.22 130 / 0.22), transparent 25%),
    oklch(0.08 0.003 240 / 0.72);
  padding: 1rem;
}

.nmg-account-help-card strong {
  display: block;
  color: var(--foreground);
  font-size: 0.875rem;
  font-weight: 850;
  line-height: 1.25;
}

.nmg-account-help-card p {
  max-width: 10rem;
  margin: 0.55rem 0 1rem;
  color: oklch(0.72 0.01 240);
  font-size: 0.8125rem;
  line-height: 1.45;
}

.nmg-account-help-card a {
  display: inline-flex;
  min-height: 2rem;
  align-items: center;
  gap: 0.5rem;
  border: 1px solid oklch(0.88 0.22 130 / 0.2);
  border-radius: 0.5rem;
  background: oklch(0.88 0.22 130 / 0.06);
  color: var(--primary);
  padding: 0 0.75rem;
  font-size: 0.75rem;
  font-weight: 850;
  text-decoration: none;
}

.nmg-account-help-card__icon {
  position: absolute;
  right: 1rem;
  bottom: 0.75rem;
  display: inline-flex;
  width: 4.5rem;
  height: 4.5rem;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.22);
  border-radius: 50%;
  background: oklch(0.88 0.22 130 / 0.08);
  color: var(--primary);
  box-shadow: 0 0 28px oklch(0.88 0.22 130 / 0.22);
}

.nmg-account-view-order--premium {
  display: grid;
  gap: 0.875rem;
}

.nmg-account-view-order__crumbs {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: oklch(0.65 0.01 240);
  font-size: 0.8125rem;
  font-weight: 650;
}

.nmg-account-view-order__crumbs a {
  color: var(--primary);
  text-decoration: none;
}

.nmg-account-view-order__crumbs svg {
  rotate: -90deg;
}

.nmg-account-view-order__title {
  margin: 0.15rem 0 0.35rem;
  color: var(--foreground);
  font-size: clamp(1.75rem, 2.5vw, 2.25rem);
  font-weight: 850;
  letter-spacing: 0;
  line-height: 1;
}

.nmg-account-view-order__overview {
  display: grid;
  gap: 0;
  overflow: hidden;
  border: 1px solid oklch(0.72 0.01 240 / 0.14);
  border-radius: 0.5rem;
  background: oklch(0.08 0.003 240 / 0.72);
}

@media (min-width: 760px) {
  .nmg-account-view-order__overview {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.nmg-account-view-order__metric {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 0.25rem 0.75rem;
  align-items: center;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.1);
  padding: 0.9rem 1.1rem;
}

@media (min-width: 760px) {
  .nmg-account-view-order__metric {
    border-right: 1px solid oklch(0.72 0.01 240 / 0.1);
    border-bottom: 0;
  }

  .nmg-account-view-order__metric:last-child {
    border-right: 0;
  }
}

.nmg-account-view-order__metric > span:not(.nmg-account-view-order__metric-icon):not(.nmg-account-view-order__metric-dot):not(.nmg-account-view-order__metric-pay) {
  color: oklch(0.72 0.01 240);
  font-size: 0.8125rem;
  font-weight: 650;
}

.nmg-account-view-order__metric strong {
  grid-column: 2;
  color: var(--foreground);
  font-size: 0.9375rem;
  font-weight: 750;
}

.nmg-account-view-order__metric--total strong {
  color: var(--primary);
  font-size: 1.35rem;
  font-weight: 900;
}

.nmg-account-view-order__metric-icon,
.nmg-account-view-order__metric-pay,
.nmg-account-view-order__metric-dot {
  grid-row: span 2;
}

.nmg-account-view-order__metric-icon,
.nmg-account-view-order__metric-pay {
  display: inline-flex;
  width: 2.1rem;
  height: 2.1rem;
  align-items: center;
  justify-content: center;
  color: var(--primary);
}

.nmg-account-view-order__metric-pay {
  color: var(--foreground);
  font-size: 1.25rem;
  font-weight: 900;
  font-style: italic;
}

.nmg-account-view-order__metric-dot {
  width: 2rem !important;
  height: 2rem !important;
  border-radius: 50%;
  background:
    radial-gradient(circle, var(--primary) 0 0.22rem, oklch(0.88 0.22 130 / 0.12) 0.28rem) !important;
  box-shadow: 0 0 12px oklch(0.88 0.22 130 / 0.15);
}

.nmg-account-view-order__payment-hero--success .nmg-account-view-order__metric-dot {
  background:
    radial-gradient(circle, var(--primary) 0 0.22rem, oklch(0.88 0.22 130 / 0.12) 0.28rem) !important;
}

.nmg-account-view-order__payment-hero--attention .nmg-account-view-order__metric-dot {
  background:
    radial-gradient(circle, oklch(0.84 0.16 85) 0 0.22rem, oklch(0.84 0.16 85 / 0.12) 0.28rem) !important;
  color: oklch(0.84 0.16 85);
}

.nmg-account-view-order__payment-hero--danger .nmg-account-view-order__metric-dot {
  background:
    radial-gradient(circle, oklch(0.72 0.2 25) 0 0.22rem, oklch(0.72 0.2 25 / 0.12) 0.28rem) !important;
  color: oklch(0.72 0.2 25);
}

.nmg-account-view-order__section--updates {
  border: 1px solid oklch(0.74 0.012 240 / 0.15);
  border-radius: 0.48rem;
  background:
    linear-gradient(180deg, oklch(0.105 0.004 240 / 0.82), oklch(0.05 0.002 240 / 0.92)),
    oklch(0.055 0.002 240);
  overflow: hidden;
}

.nmg-account-view-order__note {
  position: relative;
  padding: 1.25rem 0 1.25rem 1.75rem;
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.08);
}

.nmg-account-view-order__note::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1.65rem;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: oklch(0.72 0.01 240 / 0.3);
}

.nmg-account-view-order__note--latest::before {
  background: var(--primary);
  box-shadow: 0 0 10px var(--primary);
}

.nmg-account-view-order__note:last-child {
  border-bottom: 0;
}

.nmg-account-view-order__note-badge {
  display: inline-flex;
  align-items: center;
  border-radius: 9999px;
  background: oklch(0.88 0.22 130 / 0.15);
  color: var(--primary);
  padding: 0.15rem 0.5rem;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.625rem;
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
}

.nmg-account-view-order__note time {
  display: block;
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.75rem;
  color: oklch(0.65 0.01 240);
  margin-bottom: 0.5rem;
}

.nmg-account-view-order__note-content {
  font-size: 0.875rem;
  line-height: 1.6;
  color: var(--foreground);
}

.nmg-account-view-order__note-content p {
  margin-bottom: 0.75rem;
}

.nmg-account-view-order__note-content p:last-child {
  margin-bottom: 0;
}

.nmg-account-view-order__payment-hero {
  margin-top: 0;
}

.nmg-account-view-order__tracker-panel {
  position: relative;
  border-radius: 0.5rem;
  padding: 1rem 1.25rem;
}

.nmg-account-view-order__tracker-track,
.nmg-account-view-order__tracker-bar,
.nmg-account-view-order__tracker-dot,
.nmg-account-view-order__tracker-label {
  display: none;
}

.nmg-account-view-order__tracker-steps {
  display: grid;
  gap: 1rem;
}

@media (min-width: 900px) {
  .nmg-account-view-order__tracker-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.nmg-account-view-order__tracker-step {
  position: relative;
  display: grid;
  grid-template-columns: auto auto minmax(0, 1fr);
  gap: 0.55rem;
  align-items: center;
  text-align: left;
}

.nmg-account-view-order__tracker-icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.72 0.01 240 / 0.18);
  border-radius: 50%;
  color: oklch(0.72 0.01 240);
}

.nmg-account-view-order__tracker-number {
  display: inline-flex;
  width: 1.25rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  color: oklch(0.72 0.01 240);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 900;
}

.nmg-account-view-order__tracker-copy {
  display: grid;
  gap: 0.2rem;
}

.nmg-account-view-order__tracker-copy strong {
  color: oklch(0.72 0.01 240);
  font-family: Geist Mono, ui-monospace, monospace;
  font-size: 0.6875rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nmg-account-view-order__tracker-copy small {
  color: oklch(0.64 0.01 240);
  font-size: 0.8125rem;
}

.nmg-account-view-order__tracker-step.is-active .nmg-account-view-order__tracker-icon,
.nmg-account-view-order__tracker-step.is-current .nmg-account-view-order__tracker-icon,
.nmg-account-view-order__tracker-step.is-active .nmg-account-view-order__tracker-number,
.nmg-account-view-order__tracker-step.is-current .nmg-account-view-order__tracker-number,
.nmg-account-view-order__tracker-step.is-active .nmg-account-view-order__tracker-copy strong,
.nmg-account-view-order__tracker-step.is-current .nmg-account-view-order__tracker-copy strong {
  color: var(--primary);
}

.nmg-account-view-order__tracker-step.is-current .nmg-account-view-order__tracker-icon {
  border-color: var(--primary);
  box-shadow: 0 0 0 0.35rem oklch(0.88 0.22 130 / 0.08), 0 0 1.5rem oklch(0.88 0.22 130 / 0.2);
}

.nmg-account-view-order__section--details > .nmg-account-view-order__section-head {
  display: none;
}

.nmg-account-view-order__items-table {
  background: transparent;
  border: 0;
  box-shadow: none;
  padding: 0;
}

.nmg-account-view-order__items-table .nmg-account-view-order__receipt-strip {
  display: none;
}

.nmg-account-view-order__items-card,
.nmg-account-view-order__instructions-card,
.nmg-account-view-order__table-footer,
.nmg-account-view-order__fulfillment-panel,
.nmg-account-view-order__support-card {
  border-color: oklch(0.72 0.01 240 / 0.14);
  background:
    linear-gradient(180deg, oklch(0.12 0.004 240 / 0.72), oklch(0.075 0.003 240 / 0.78)),
    oklch(0.075 0.003 240);
}

.nmg-account-view-order__billing-large,
.nmg-account-view-order__receipt-panel--shipping {
  display: none;
}

/* Reference-matched image pass for the premium account order screen. */
.nmg-wc-shell {
  background:
    linear-gradient(oklch(1 0 0 / 0.025) 1px, transparent 1px),
    linear-gradient(90deg, oklch(1 0 0 / 0.025) 1px, transparent 1px),
    radial-gradient(circle at 24% 30%, oklch(0.88 0.22 130 / 0.055), transparent 28rem),
    oklch(0.035 0.002 240);
  background-size: 2rem 2rem, 2rem 2rem, auto, auto;
}

.nmg-wc-shell .nmg-account-layout {
  max-width: 92rem;
  gap: 2.25rem;
}

.nmg-account-nav-card {
  border: 1px solid oklch(0.72 0.01 240 / 0.16);
  background:
    linear-gradient(180deg, oklch(0.12 0.005 240 / 0.72), oklch(0.055 0.003 240 / 0.88)),
    oklch(0.06 0.003 240);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.045);
}

.nmg-account-nav-card__head {
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.1);
  margin-bottom: 0.75rem;
  padding-bottom: 1.05rem;
}

.nmg-account-nav-card__icon {
  width: 3rem;
  height: 3rem;
  border: 1px solid oklch(0.88 0.22 130 / 0.28);
  border-radius: 50%;
  background:
    radial-gradient(circle, oklch(0.88 0.22 130 / 0.18), oklch(0.88 0.22 130 / 0.035) 68%),
    oklch(0.06 0.004 240);
  color: var(--primary);
}

.nmg-account-nav-card__since {
  margin: 0.25rem 0 0;
  color: oklch(0.72 0.01 240);
  font-size: 0.8125rem;
  line-height: 1.25;
}

.nmg-account-nav-card ul {
  gap: 0;
}

.nmg-account-nav-card li a {
  min-height: 3.25rem;
  border-radius: 0;
  border-bottom: 1px solid oklch(0.72 0.01 240 / 0.08);
}

.nmg-account-nav-card li:last-child a {
  border-bottom: 0;
}

.nmg-account-nav-card li.is-active a,
.nmg-account-nav-card li a:hover {
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.19), transparent 76%),
    oklch(0.88 0.22 130 / 0.035);
  color: var(--primary);
}

.nmg-account-nav-card li.is-active a::before {
  width: 0.18rem;
  border-radius: 0;
  background: var(--primary);
}

.nmg-account-help-card {
  min-height: 8.35rem;
  border-color: oklch(0.72 0.01 240 / 0.16);
  background:
    linear-gradient(90deg, oklch(0.07 0.003 240) 0 46%, transparent),
    oklch(0.05 0.003 240);
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.045);
}

.nmg-account-help-card__icon {
  display: none;
}

.nmg-account-help-card__media {
  position: absolute;
  right: -1.4rem;
  bottom: -1rem;
  width: 8rem;
  height: 8rem;
  object-fit: cover;
  object-position: 70% 72%;
  opacity: 0.9;
  filter: saturate(1.08) contrast(1.08);
  pointer-events: none;
}

.nmg-account-view-order--premium {
  gap: 0.85rem;
}

.nmg-account-view-order__overview,
.nmg-account-view-order__tracker-panel,
.nmg-account-view-order__items-card,
.nmg-account-view-order__instructions-card,
.nmg-account-view-order__table-footer,
.nmg-account-view-order__fulfillment-panel,
.nmg-account-view-order__support-card {
  border-radius: 0.55rem;
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.04),
    0 18px 38px oklch(0 0 0 / 0.22);
}

.nmg-account-view-order__overview,
.nmg-account-view-order__tracker-panel {
  border: 1px solid oklch(0.72 0.01 240 / 0.15);
  background:
    linear-gradient(180deg, oklch(0.115 0.004 240 / 0.7), oklch(0.055 0.003 240 / 0.84)),
    oklch(0.06 0.003 240);
}

.nmg-account-view-order__payment-hero {
  position: relative;
  min-height: 13.6rem;
  border-color: oklch(0.88 0.22 130 / 0.42);
  background:
    linear-gradient(132deg, transparent 0 64%, oklch(0.02 0.002 240 / 0.62) 64%),
    radial-gradient(circle at 19% 58%, oklch(0.88 0.22 130 / 0.2), transparent 16rem),
    linear-gradient(90deg, oklch(0.12 0.025 130 / 0.74), oklch(0.055 0.003 240 / 0.92) 66%),
    oklch(0.045 0.003 240);
  box-shadow:
    0 0 0 1px oklch(0.88 0.22 130 / 0.08),
    0 24px 54px oklch(0 0 0 / 0.34),
    inset 0 1px 0 oklch(1 0 0 / 0.045);
}

@media (min-width: 900px) {
  .nmg-account-view-order__payment-hero {
    grid-template-columns: minmax(16rem, 0.64fr) minmax(0, 1fr) minmax(17.5rem, 0.46fr);
    padding: 1.5rem 1.8rem;
  }
}

.nmg-account-view-order__payment-visual {
  min-height: 10.5rem;
}

.nmg-account-view-order__payment-orbit,
.nmg-account-view-order__payment-emblem {
  display: none;
}

.nmg-account-view-order__payment-art {
  width: min(18rem, 100%);
  max-height: 12rem;
  object-fit: cover;
  object-position: 50% 58%;
  border-radius: 0.35rem;
  mix-blend-mode: screen;
  filter: saturate(1.12) contrast(1.08) drop-shadow(0 0 1.1rem oklch(0.88 0.22 130 / 0.28));
}

.nmg-account-view-order__payment-pill {
  background: oklch(0.88 0.22 130 / 0.13);
  color: var(--foreground);
  box-shadow: inset 0 0 0 1px oklch(0 0 0 / 0.34);
}

.nmg-account-view-order__payment-copy h3 {
  text-shadow: 0 0 1.8rem oklch(0 0 0 / 0.72);
}

.nmg-account-view-order__payment-due > strong {
  text-shadow: 0 0 1.4rem oklch(0.88 0.22 130 / 0.24);
}

.nmg-account-view-order__pay-now {
  min-height: 2.55rem;
  color: oklch(0.035 0.003 240);
}

.nmg-account-view-order__tracker-panel {
  padding: 1.05rem 1.35rem;
}

.nmg-account-view-order__payment-hero--success {
  border-color: oklch(0.88 0.22 130 / 0.5) !important;
  background:
    linear-gradient(132deg, transparent 0 62.6%, oklch(0.025 0.002 240 / 0.76) 62.8% 100%),
    radial-gradient(circle at 17% 60%, oklch(0.88 0.22 130 / 0.25), transparent 15rem),
    linear-gradient(90deg, oklch(0.12 0.03 135 / 0.74), oklch(0.06 0.005 240 / 0.92) 66%),
    oklch(0.045 0.003 240) !important;
}

.nmg-account-view-order__payment-hero--attention {
  border-color: oklch(0.84 0.16 85 / 0.4) !important;
  background:
    linear-gradient(132deg, transparent 0 62.6%, oklch(0.025 0.002 240 / 0.76) 62.8% 100%),
    radial-gradient(circle at 17% 60%, oklch(0.84 0.16 85 / 0.2), transparent 15rem),
    linear-gradient(90deg, oklch(0.12 0.02 85 / 0.74), oklch(0.06 0.005 240 / 0.92) 66%),
    oklch(0.045 0.003 240) !important;
}

.nmg-account-view-order__payment-hero--danger {
  border-color: oklch(0.72 0.2 25 / 0.4) !important;
  background:
    linear-gradient(132deg, transparent 0 62.6%, oklch(0.025 0.002 240 / 0.76) 62.8% 100%),
    radial-gradient(circle at 17% 60%, oklch(0.72 0.2 25 / 0.2), transparent 15rem),
    linear-gradient(90deg, oklch(0.12 0.03 25 / 0.74), oklch(0.06 0.005 240 / 0.92) 66%),
    oklch(0.045 0.003 240) !important;
}

.nmg-account-view-order__tracker-step::after {
  content: "";
  position: absolute;
  left: 3.8rem !important;
  right: -0.15rem !important;
  top: 1.45rem !important;
  height: 1px;
  background: oklch(0.72 0.01 240 / 0.11);
  transition: background 0.3s ease;
}

.nmg-account-view-order__tracker-step.is-active::after {
  background: linear-gradient(90deg, var(--primary), oklch(0.72 0.01 240 / 0.2));
}

.nmg-account-view-order__tracker-step:last-child::after {
  display: none !important;
}

@media (max-width: 899px) {
  .nmg-account-view-order__tracker-step::after {
    display: none !important;
  }
}

.nmg-account-view-order__items-card,
.nmg-account-view-order__instructions-card,
.nmg-account-view-order__table-footer,
.nmg-account-view-order__fulfillment-panel,
.nmg-account-view-order__support-card {
  background:
    linear-gradient(180deg, oklch(0.12 0.004 240 / 0.72), oklch(0.055 0.003 240 / 0.88)),
    oklch(0.06 0.003 240);
}

.nmg-account-view-order__support-card {
  position: relative;
  min-height: 7.6rem;
  overflow: hidden;
}

.nmg-account-view-order__support-card--privacy {
  min-height: 8rem;
}

.nmg-account-view-order__support-card p,
.nmg-account-view-order__support-card .nmg-account-view-order__support-link {
  position: relative;
  z-index: 1;
}

.nmg-account-view-order__support-card p {
  max-width: 18rem;
}

.nmg-account-view-order__support-art {
  position: absolute;
  right: -1.25rem;
  bottom: -1.4rem;
  width: 11rem;
  height: 8.75rem;
  object-fit: cover;
  object-position: 70% 68%;
  opacity: 0.76;
  filter: saturate(1.1) contrast(1.08);
  pointer-events: none;
}

.nmg-account-view-order__support-card--privacy .nmg-account-view-order__support-art {
  width: 12rem;
  object-position: 74% 62%;
}

@media (max-width: 760px) {
  .nmg-account-view-order__payment-art {
    width: 13rem;
    max-height: 8.5rem;
  }

  .nmg-account-view-order__support-art,
  .nmg-account-help-card__media {
    opacity: 0.38;
  }
}

/* Stronger screenshot match: dense dashboard, not generic account cards. */
.nmg-wc-shell > .mx-auto {
  max-width: 93rem !important;
  padding-top: 1.75rem !important;
  padding-bottom: 1.5rem !important;
}

.nmg-wc-shell .nmg-account-layout {
  grid-template-columns: minmax(15.5rem, 16rem) minmax(0, 1fr);
  gap: 2.45rem;
}

.nmg-account-layout__content,
.nmg-wc-shell .woocommerce-account .woocommerce-MyAccount-content {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.nmg-account-nav-card,
.nmg-account-help-card,
.nmg-account-view-order__overview,
.nmg-account-view-order__payment-hero,
.nmg-account-view-order__tracker-panel,
.nmg-account-view-order__items-card,
.nmg-account-view-order__instructions-card,
.nmg-account-view-order__table-footer,
.nmg-account-view-order__fulfillment-panel,
.nmg-account-view-order__support-card {
  border-radius: 0.48rem !important;
  border-color: oklch(0.74 0.012 240 / 0.15) !important;
  background:
    linear-gradient(180deg, oklch(0.105 0.004 240 / 0.82), oklch(0.05 0.002 240 / 0.92)),
    oklch(0.055 0.002 240) !important;
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.035),
    0 16px 34px oklch(0 0 0 / 0.2) !important;
}

.nmg-account-nav-card {
  padding: 1.15rem 1.05rem !important;
  min-height: 0 !important;
}

.nmg-account-nav-card__head {
  gap: 0.8rem;
  margin: 0 0 0.95rem !important;
  padding: 0.45rem 0.55rem 1.25rem !important;
}

.nmg-account-nav-card__icon {
  width: 3.15rem !important;
  height: 3.15rem !important;
  border-radius: 50% !important;
}

.nmg-account-nav-card__title {
  font-size: 0.98rem !important;
  font-weight: 760 !important;
}

.nmg-account-nav-card__since {
  font-size: 0.78rem !important;
  color: oklch(0.7 0.01 240) !important;
}

.nmg-account-nav-card a {
  grid-template-columns: 2.15rem minmax(0, 1fr) 0 !important;
  min-height: 3.18rem !important;
  margin-inline: -1.05rem !important;
  padding: 0 1.15rem !important;
  border-radius: 0 !important;
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.075) !important;
}

.nmg-account-nav-card__link-icon {
  width: 1.65rem !important;
  height: 1.65rem !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.nmg-account-nav-card__link-arrow {
  display: none !important;
}

.nmg-account-nav-card li.is-active a {
  border-left: 0.18rem solid var(--primary) !important;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.22), oklch(0.88 0.22 130 / 0.035) 72%, transparent) !important;
  box-shadow: none !important;
}

.nmg-account-help-card {
  min-height: 7.75rem !important;
  padding: 1rem !important;
}

.nmg-account-help-card strong {
  font-size: 0.82rem !important;
}

.nmg-account-help-card p {
  font-size: 0.75rem !important;
}

.nmg-account-help-card__media {
  right: -1.7rem !important;
  bottom: -1.7rem !important;
  width: 8.8rem !important;
  height: 8.8rem !important;
}

.nmg-account-view-order__crumbs {
  gap: 0.55rem !important;
  font-size: 0.74rem !important;
}

.nmg-account-view-order__title {
  margin: 0.35rem 0 0.55rem !important;
  font-size: 1.68rem !important;
  letter-spacing: 0 !important;
}

.nmg-account-view-order__overview {
  min-height: 4.15rem;
}

.nmg-account-view-order__metric {
  min-height: 4.15rem;
  padding: 0.75rem 1.1rem !important;
}

.nmg-account-view-order__metric-icon,
.nmg-account-view-order__metric-pay,
.nmg-account-view-order__metric-dot {
  width: 2rem !important;
  height: 2rem !important;
}

.nmg-account-view-order__payment-hero {
  min-height: 13.25rem !important;
  border-color: oklch(0.88 0.22 130 / 0.5) !important;
  background:
    linear-gradient(132deg, transparent 0 62.6%, oklch(0.025 0.002 240 / 0.76) 62.8% 100%),
    radial-gradient(circle at 17% 60%, oklch(0.88 0.22 130 / 0.25), transparent 15rem),
    linear-gradient(90deg, oklch(0.1 0.026 130 / 0.82), oklch(0.052 0.003 240 / 0.96) 72%),
    oklch(0.045 0.002 240) !important;
}

@media (min-width: 900px) {
  .nmg-account-view-order__payment-hero {
    grid-template-columns: 16.7rem minmax(0, 1fr) 17.25rem !important;
    gap: 1.55rem !important;
    padding: 1.35rem 1.7rem !important;
  }
}

.nmg-account-view-order__payment-visual {
  display: flex !important;
  min-height: 10.5rem !important;
  overflow: hidden;
}

.nmg-account-view-order__payment-art {
  width: 16.7rem !important;
  max-width: none !important;
  height: 10.9rem !important;
  max-height: none !important;
  object-fit: cover !important;
  object-position: 50% 61% !important;
  opacity: 0.98;
}

.nmg-account-view-order__payment-copy {
  align-content: center;
  gap: 0.7rem !important;
}

.nmg-account-view-order__payment-copy h3 {
  font-size: clamp(2.05rem, 2.75vw, 2.55rem) !important;
  line-height: 0.96 !important;
}

.nmg-account-view-order__payment-copy p {
  max-width: 31rem !important;
  font-size: 0.88rem !important;
}

.nmg-account-view-order__payment-due {
  align-content: center;
  gap: 0.7rem !important;
  padding-left: 1.45rem !important;
}

.nmg-account-view-order__payment-due > strong {
  font-size: 3.08rem !important;
}

.nmg-account-view-order__pay-now,
.nmg-account-view-order__paid-help {
  min-height: 2.25rem !important;
  border-radius: 0.4rem !important;
}

.nmg-account-view-order__help-line {
  margin-top: 0.25rem !important;
}

.nmg-account-view-order__tracker-panel {
  min-height: 4.72rem;
  padding: 0.9rem 1.05rem !important;
}

.nmg-account-view-order__tracker-steps {
  gap: 0.75rem !important;
}

.nmg-account-view-order__tracker-icon {
  width: 2.95rem !important;
  height: 2.95rem !important;
}

.nmg-account-view-order__tracker-step {
  gap: 0.45rem !important;
}

.nmg-account-view-order__tracker-step::after {
  left: 3.8rem !important;
  right: -0.15rem !important;
  top: 1.45rem !important;
}

@media (min-width: 900px) {
  .nmg-account-view-order__items-table {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.94fr) minmax(20rem, 0.9fr) !important;
    gap: 0.82rem !important;
  }

  .nmg-account-view-order__details-output {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.88fr) minmax(17.5rem, 0.72fr);
    gap: 0.82rem;
  }

  .nmg-account-view-order__details-output > .nmg-account-view-order__items-table {
    grid-column: 1 / -1;
  }

  .nmg-account-view-order__support-grid {
    display: contents !important;
  }
}

.nmg-account-view-order__receipt-card-head,
.nmg-account-view-order__summary-head {
  min-height: 2.75rem;
  padding: 0.72rem 0.95rem !important;
}

.nmg-account-view-order__instruction-list {
  padding: 0.85rem 0.95rem 1rem !important;
}

.nmg-account-view-order__table-row {
  min-height: 7.15rem;
  padding: 0.9rem 0.95rem !important;
}

.nmg-account-view-order__items-card .nmg-account-view-order__item-thumb {
  width: 5.8rem !important;
  height: 5.8rem !important;
}

.nmg-account-view-order__item-name {
  font-size: 1rem !important;
  line-height: 1.3 !important;
}

.nmg-account-view-order__table-footer {
  padding: 0.9rem 1rem !important;
}

.nmg-account-view-order__footer-row:last-child {
  margin-top: 0.75rem !important;
  padding-top: 0.95rem !important;
  border: 0 !important;
  border-top: 1px dashed oklch(0.74 0.012 240 / 0.18) !important;
  background: transparent !important;
}

.nmg-account-view-order__footer-row:last-child .nmg-account-view-order__footer-value {
  font-size: 1.45rem !important;
}

.nmg-account-view-order__fulfillment-panel,
.nmg-account-view-order__support-card {
  margin-top: 0 !important;
  min-height: 7.95rem !important;
}

.nmg-account-view-order__fulfillment-panel {
  padding: 0 !important;
}

.nmg-account-view-order__mini-head {
  min-height: 2.75rem;
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.1);
  padding: 0.75rem 0.95rem !important;
}

.nmg-account-view-order__fulfillment-content {
  margin: 0 !important;
  padding: 0.8rem 0.95rem 0.95rem !important;
}

.nmg-account-view-order__support-card p {
  max-width: 15rem !important;
  font-size: 0.82rem !important;
}

.nmg-account-view-order__support-art {
  right: -2.2rem !important;
  bottom: -2.05rem !important;
  width: 12.8rem !important;
  height: 10.1rem !important;
  opacity: 0.7 !important;
}

.nmg-account-view-order__support-card--privacy .nmg-account-view-order__support-art {
  right: -2.6rem !important;
  width: 13.6rem !important;
}

@media (max-width: 1023px) {
  .nmg-wc-shell .nmg-account-layout {
    grid-template-columns: 1fr;
  }
}

/* Order desk rebuild from zero. This block intentionally wins over older account styling. */
.nmg-wc-shell {
  --desk-bg: oklch(0.028 0.002 240);
  --desk-panel: oklch(0.062 0.003 240);
  --desk-panel-2: oklch(0.086 0.004 240);
  --desk-line: oklch(0.74 0.012 240 / 0.145);
  --desk-line-hot: oklch(0.88 0.22 130 / 0.42);
  --desk-text: oklch(0.97 0 0);
  --desk-muted: oklch(0.71 0.012 240);
  --desk-dim: oklch(0.55 0.012 240);
  --desk-green: var(--primary);
  background:
    linear-gradient(oklch(1 0 0 / 0.024) 1px, transparent 1px),
    linear-gradient(90deg, oklch(1 0 0 / 0.024) 1px, transparent 1px),
    radial-gradient(circle at 18% 28%, oklch(0.88 0.22 130 / 0.06), transparent 30rem),
    radial-gradient(circle at 80% 12%, oklch(0.42 0.04 170 / 0.08), transparent 34rem),
    var(--desk-bg) !important;
  background-size: 40px 40px, 40px 40px, auto, auto, auto !important;
}

.nmg-wc-shell > .mx-auto {
  max-width: 91.75rem !important;
  padding: 1.7rem 1.25rem 1.5rem !important;
}

.nmg-wc-shell .nmg-account-layout {
  display: grid !important;
  grid-template-columns: 16rem minmax(0, 1fr) !important;
  align-items: start !important;
  gap: 2.55rem !important;
}

.nmg-account-layout__content,
.nmg-wc-shell .woocommerce-account .woocommerce-MyAccount-content {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.nmg-account-layout__nav {
  gap: 1rem !important;
}

.nmg-account-nav-card,
.nmg-account-help-card,
.nmg-orderdesk .nmg-account-view-order__overview,
.nmg-orderdesk .nmg-account-view-order__payment-hero,
.nmg-orderdesk .nmg-account-view-order__tracker-panel,
.nmg-orderdesk .nmg-account-view-order__instructions-card,
.nmg-orderdesk .nmg-account-view-order__items-card,
.nmg-orderdesk .nmg-account-view-order__table-footer,
.nmg-orderdesk .nmg-account-view-order__fulfillment-panel,
.nmg-orderdesk .nmg-account-view-order__support-card,
.nmg-orderdesk .nmg-account-view-order__section--updates {
  border: 1px solid var(--desk-line) !important;
  border-radius: 0.5rem !important;
  background:
    linear-gradient(180deg, oklch(0.103 0.004 240 / 0.78), oklch(0.05 0.002 240 / 0.9)),
    var(--desk-panel) !important;
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.035),
    0 18px 46px oklch(0 0 0 / 0.24) !important;
}

.nmg-account-nav-card {
  min-height: 0 !important;
  overflow: hidden !important;
  padding: 1.05rem 0 !important;
}

.nmg-account-nav-card::before {
  display: none !important;
}

.nmg-account-nav-card__head {
  display: grid !important;
  grid-template-columns: 3.15rem minmax(0, 1fr) !important;
  gap: 0.8rem !important;
  align-items: center !important;
  margin: 0 1.05rem 0.85rem !important;
  padding: 0.65rem 0 1.15rem !important;
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.12) !important;
}

.nmg-account-nav-card__icon {
  width: 3.05rem !important;
  height: 3.05rem !important;
  border: 1px solid oklch(0.88 0.22 130 / 0.32) !important;
  border-radius: 999px !important;
  background:
    radial-gradient(circle at 50% 45%, oklch(0.88 0.22 130 / 0.19), transparent 62%),
    oklch(0.055 0.003 240) !important;
  color: var(--desk-green) !important;
  box-shadow: 0 0 1.3rem oklch(0.88 0.22 130 / 0.12) !important;
}

.nmg-account-nav-card__eyebrow {
  color: var(--desk-dim) !important;
  font-size: 0.62rem !important;
  font-weight: 800 !important;
  letter-spacing: 0.13em !important;
}

.nmg-account-nav-card__title {
  margin-top: 0.34rem !important;
  color: var(--desk-text) !important;
  font-size: 0.98rem !important;
  font-weight: 820 !important;
}

.nmg-account-nav-card__since {
  margin-top: 0.2rem !important;
  color: var(--desk-muted) !important;
  font-size: 0.78rem !important;
}

.nmg-account-nav-card__status {
  display: none !important;
}

.nmg-account-nav-card ul {
  display: grid !important;
  gap: 0 !important;
  padding: 0 !important;
}

.nmg-account-nav-card li,
.nmg-account-nav-card li::before,
.nmg-account-nav-card li::after {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: none !important;
}

.nmg-account-nav-card a {
  display: grid !important;
  grid-template-columns: 2rem minmax(0, 1fr) !important;
  min-height: 3.18rem !important;
  align-items: center !important;
  gap: 0.78rem !important;
  margin: 0 !important;
  padding: 0 1.1rem !important;
  border: 0 !important;
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.075) !important;
  border-radius: 0 !important;
  color: oklch(0.75 0.01 240) !important;
  font-size: 0.86rem !important;
  font-weight: 620 !important;
  transform: none !important;
}

.nmg-account-nav-card__link-icon {
  width: 2rem !important;
  height: 2rem !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: currentColor !important;
}

.nmg-account-nav-card__link-icon svg {
  width: 1rem !important;
  height: 1rem !important;
}

.nmg-account-nav-card__link-arrow {
  display: none !important;
}

.nmg-account-nav-card li.is-active a,
.nmg-account-nav-card a:hover {
  border-left: 0.18rem solid var(--desk-green) !important;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.21), oklch(0.88 0.22 130 / 0.035) 76%, transparent) !important;
  color: var(--desk-green) !important;
  box-shadow: none !important;
}

.nmg-account-help-card {
  isolation: isolate !important;
  position: relative !important;
  min-height: 9.2rem !important;
  overflow: hidden !important;
  border-color: oklch(0.88 0.22 130 / 0.22) !important;
  background:
    linear-gradient(90deg, oklch(0.055 0.004 240 / 0.98) 0%, oklch(0.058 0.004 240 / 0.95) 58%, oklch(0.88 0.22 130 / 0.1) 100%),
    radial-gradient(circle at 93% 78%, oklch(0.88 0.22 130 / 0.34), transparent 41%) !important;
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.055),
    0 1.2rem 2.8rem oklch(0 0 0 / 0.28) !important;
  padding: 1.05rem !important;
}

.nmg-account-help-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background:
    linear-gradient(180deg, oklch(1 0 0 / 0.05), transparent 42%),
    linear-gradient(90deg, oklch(0 0 0 / 0.18), transparent 58%);
  pointer-events: none;
}

.nmg-account-help-card::after {
  content: "";
  position: absolute;
  right: 0.8rem;
  bottom: 0.7rem;
  z-index: 0;
  width: 5rem;
  height: 5rem;
  border: 1px solid oklch(0.88 0.22 130 / 0.18);
  border-radius: 999px;
  background: oklch(0.88 0.22 130 / 0.045);
  box-shadow: 0 0 2.5rem oklch(0.88 0.22 130 / 0.14);
  pointer-events: none;
}

.nmg-account-help-card__content {
  position: relative;
  z-index: 2;
  max-width: 11.35rem;
}

.nmg-account-help-card__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 0.38rem;
  margin-bottom: 0.42rem;
  color: var(--desk-green);
  font-family: "Geist Mono", ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  font-weight: 850;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.nmg-account-help-card__eyebrow::before {
  content: "";
  width: 0.38rem;
  height: 0.38rem;
  border-radius: 999px;
  background: var(--desk-green);
  box-shadow: 0 0 0.8rem oklch(0.88 0.22 130 / 0.78);
}

.nmg-account-help-card strong {
  max-width: 11.1rem;
  color: oklch(0.98 0 0) !important;
  font-size: 0.9rem !important;
  line-height: 1.18 !important;
  letter-spacing: 0 !important;
}

.nmg-account-help-card p {
  max-width: 10.75rem !important;
  margin: 0.48rem 0 0.9rem !important;
  color: var(--desk-muted) !important;
  font-size: 0.75rem !important;
  line-height: 1.45 !important;
}

.nmg-account-help-card a {
  min-height: 2.2rem !important;
  border-color: oklch(0.88 0.22 130 / 0.32) !important;
  border-radius: 0.45rem !important;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.18), oklch(0.88 0.22 130 / 0.055)) !important;
  box-shadow: inset 0 1px 0 oklch(1 0 0 / 0.06) !important;
  color: var(--desk-green) !important;
  font-size: 0.73rem !important;
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease !important;
}

.nmg-account-help-card a:hover {
  border-color: oklch(0.88 0.22 130 / 0.58) !important;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.25), oklch(0.88 0.22 130 / 0.08)) !important;
  transform: translateY(-1px);
}

.nmg-account-help-card__media {
  z-index: 1;
  right: 0.35rem !important;
  bottom: 0.2rem !important;
  width: 7.35rem !important;
  height: 7.35rem !important;
  border-radius: 0.75rem;
  object-fit: contain !important;
  opacity: 0.92 !important;
  filter: saturate(1.08) contrast(1.08) drop-shadow(0 0 1.45rem oklch(0.88 0.22 130 / 0.18));
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 78%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 32%, #000 78%, transparent 100%);
}

.nmg-orderdesk {
  display: grid !important;
  gap: 0.82rem !important;
}

.nmg-orderdesk .nmg-account-view-order__crumbs {
  gap: 0.55rem !important;
  color: var(--desk-dim) !important;
  font-size: 0.73rem !important;
}

.nmg-orderdesk .nmg-account-view-order__crumbs a {
  color: var(--desk-green) !important;
}

.nmg-orderdesk .nmg-account-view-order__title {
  margin: 0.3rem 0 0.54rem !important;
  color: var(--desk-text) !important;
  font-size: clamp(1.65rem, 2vw, 1.95rem) !important;
  font-weight: 860 !important;
  line-height: 1 !important;
}

.nmg-orderdesk .nmg-account-view-order__overview {
  display: grid !important;
  min-height: 4.15rem !important;
  overflow: hidden !important;
}

@media (min-width: 760px) {
  .nmg-orderdesk .nmg-account-view-order__overview {
    grid-template-columns: 1.12fr 1.08fr 1.1fr 1fr !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__metric {
  display: grid !important;
  grid-template-columns: 2.1rem minmax(0, 1fr) !important;
  min-height: 4.15rem !important;
  align-content: center !important;
  gap: 0.25rem 0.78rem !important;
  padding: 0.7rem 1.1rem !important;
  border-color: oklch(0.74 0.012 240 / 0.1) !important;
}

.nmg-orderdesk .nmg-account-view-order__metric span:not(.nmg-account-view-order__metric-icon):not(.nmg-account-view-order__metric-dot):not(.nmg-account-view-order__metric-pay) {
  color: var(--desk-muted) !important;
  font-size: 0.74rem !important;
}

.nmg-orderdesk .nmg-account-view-order__metric strong {
  grid-column: 2 !important;
  color: var(--desk-text) !important;
  font-size: 0.88rem !important;
}

.nmg-orderdesk .nmg-account-view-order__metric--total strong {
  color: var(--desk-green) !important;
  font-size: 1.28rem !important;
  font-weight: 900 !important;
}

.nmg-orderdesk .nmg-account-view-order__metric-icon,
.nmg-orderdesk .nmg-account-view-order__metric-pay,
.nmg-orderdesk .nmg-account-view-order__metric-dot {
  width: 2.1rem !important;
  height: 2.1rem !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-hero {
  position: relative !important;
  min-height: 13.1rem !important;
  overflow: hidden !important;
  border-color: var(--desk-line-hot) !important;
  background:
    linear-gradient(132deg, transparent 0 63.2%, oklch(0.026 0.002 240 / 0.8) 63.4%),
    radial-gradient(circle at 18% 58%, oklch(0.88 0.22 130 / 0.25), transparent 16rem),
    linear-gradient(90deg, oklch(0.1 0.028 132 / 0.83), oklch(0.047 0.003 240 / 0.96) 70%),
    oklch(0.045 0.002 240) !important;
}

@media (min-width: 900px) {
  .nmg-orderdesk .nmg-account-view-order__payment-hero {
    grid-template-columns: 16.1rem minmax(0, 1fr) 17.1rem !important;
    gap: 1.55rem !important;
    padding: 1.35rem 1.65rem !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__payment-visual {
  display: flex !important;
  min-height: 10.4rem !important;
  align-items: center !important;
  justify-content: center !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-orbit,
.nmg-orderdesk .nmg-account-view-order__payment-emblem {
  display: none !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-art {
  width: 16.6rem !important;
  height: 10.75rem !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 0 !important;
  object-fit: cover !important;
  object-position: 50% 61% !important;
  mix-blend-mode: screen !important;
  filter: saturate(1.14) contrast(1.1) drop-shadow(0 0 1.2rem oklch(0.88 0.22 130 / 0.28)) !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-copy {
  align-content: center !important;
  gap: 0.72rem !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-pill {
  padding: 0.34rem 0.74rem !important;
  border-radius: 999px !important;
  background: oklch(0.88 0.22 130 / 0.13) !important;
  color: var(--desk-text) !important;
  font-size: 0.68rem !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-copy h3 {
  color: var(--desk-text) !important;
  font-size: clamp(2.05rem, 2.7vw, 2.55rem) !important;
  font-weight: 880 !important;
  line-height: 0.96 !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-copy p {
  max-width: 30rem !important;
  color: oklch(0.8 0.01 240) !important;
  font-size: 0.88rem !important;
  line-height: 1.55 !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-due {
  align-content: center !important;
  gap: 0.7rem !important;
  border-left: 1px solid oklch(0.74 0.012 240 / 0.12) !important;
  padding-left: 1.45rem !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-due > span {
  color: var(--desk-muted) !important;
  font-size: 0.64rem !important;
}

.nmg-orderdesk .nmg-account-view-order__payment-due > strong {
  color: var(--desk-green) !important;
  font-size: 3.06rem !important;
  font-weight: 930 !important;
  line-height: 0.92 !important;
}

.nmg-orderdesk .nmg-account-view-order__pay-now,
.nmg-orderdesk .nmg-account-view-order__paid-help,
.nmg-orderdesk .nmg-account-view-order__support-link {
  min-height: 2.24rem !important;
  border-radius: 0.38rem !important;
  font-size: 0.78rem !important;
}

.nmg-orderdesk .nmg-account-view-order__pay-now {
  background: var(--desk-green) !important;
  color: oklch(0.035 0.003 240) !important;
}

.nmg-orderdesk .nmg-account-view-order__help-line {
  margin: 0.24rem 0 0 !important;
  color: var(--desk-muted) !important;
  font-size: 0.76rem !important;
}

.nmg-orderdesk .nmg-account-view-order__help-line a {
  color: var(--desk-green) !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-panel {
  min-height: 4.72rem !important;
  padding: 0.88rem 1.05rem !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-steps {
  display: grid !important;
  gap: 0.75rem !important;
}

@media (min-width: 900px) {
  .nmg-orderdesk .nmg-account-view-order__tracker-steps {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__tracker-step {
  position: relative !important;
  display: grid !important;
  grid-template-columns: 3rem 1.25rem minmax(0, 1fr) !important;
  gap: 0.46rem !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-step::after {
  content: "" !important;
  position: absolute !important;
  left: 3.72rem !important;
  right: -0.1rem !important;
  top: 1.48rem !important;
  height: 1px !important;
  background: linear-gradient(90deg, oklch(0.88 0.22 130 / 0.55), oklch(0.74 0.012 240 / 0.12)) !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-step:last-child::after {
  display: none !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-icon {
  width: 2.95rem !important;
  height: 2.95rem !important;
  border-radius: 999px !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-copy strong {
  font-size: 0.68rem !important;
}

.nmg-orderdesk .nmg-account-view-order__tracker-copy small {
  font-size: 0.76rem !important;
}

.nmg-orderdesk .nmg-account-view-order__details-output {
  display: grid !important;
  gap: 0.82rem !important;
}

@media (min-width: 900px) {
  .nmg-orderdesk .nmg-account-view-order__details-output {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr) minmax(17.25rem, 0.74fr) !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__items-table {
  display: grid !important;
  grid-column: 1 / -1 !important;
  gap: 0.82rem !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  padding: 0 !important;
}

@media (min-width: 900px) {
  .nmg-orderdesk .nmg-account-view-order__items-table {
    grid-template-columns: minmax(0, 0.92fr) minmax(0, 0.94fr) minmax(20rem, 0.9fr) !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__receipt-card-head,
.nmg-orderdesk .nmg-account-view-order__summary-head,
.nmg-orderdesk .nmg-account-view-order__mini-head {
  display: flex !important;
  min-height: 2.75rem !important;
  align-items: center !important;
  gap: 0.62rem !important;
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.105) !important;
  padding: 0.72rem 0.95rem !important;
}

.nmg-orderdesk .nmg-account-view-order__receipt-card-head > span:last-child,
.nmg-orderdesk .nmg-account-view-order__summary-head > span:last-child,
.nmg-orderdesk .nmg-account-view-order__mini-head span {
  color: var(--desk-text) !important;
  font-family: Geist Mono, ui-monospace, monospace !important;
  font-size: 0.68rem !important;
  font-weight: 850 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
}

.nmg-orderdesk .nmg-account-view-order__receipt-card-icon {
  width: 1.58rem !important;
  height: 1.58rem !important;
  border-radius: 0.3rem !important;
  color: var(--desk-green) !important;
}

.nmg-orderdesk .nmg-account-view-order__instruction-list {
  display: grid !important;
  gap: 0.58rem !important;
  padding: 0.84rem 0.95rem 1rem !important;
}

.nmg-orderdesk .nmg-account-view-order__instruction-list li {
  color: oklch(0.8 0.01 240) !important;
  font-size: 0.78rem !important;
}

.nmg-orderdesk .nmg-account-view-order__table-row {
  display: grid !important;
  min-height: 7.1rem !important;
  gap: 0.82rem !important;
  padding: 0.92rem 0.95rem !important;
}

@media (min-width: 768px) {
  .nmg-orderdesk .nmg-account-view-order__table-row {
    grid-template-columns: minmax(0, 1fr) minmax(4.5rem, auto) minmax(5.25rem, auto) !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__td--service {
  display: flex !important;
  gap: 0.92rem !important;
  align-items: center !important;
}

.nmg-orderdesk .nmg-account-view-order__items-card .nmg-account-view-order__item-thumb {
  width: 5.75rem !important;
  height: 5.75rem !important;
  overflow: hidden !important;
  border-radius: 0.42rem !important;
  background: oklch(0.04 0.002 240) !important;
}

.nmg-orderdesk .nmg-account-view-order__item-name {
  margin: 0 !important;
  color: var(--desk-text) !important;
  font-size: 1rem !important;
  font-weight: 830 !important;
  line-height: 1.3 !important;
}

.nmg-orderdesk .nmg-account-view-order__td--qty,
.nmg-orderdesk .nmg-account-view-order__td--price {
  display: grid !important;
  gap: 0.34rem !important;
  align-self: end !important;
  min-width: 4.75rem !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
}

.nmg-orderdesk .nmg-account-view-order__td strong {
  color: var(--desk-text) !important;
  font-size: 0.9rem !important;
}

.nmg-orderdesk .nmg-account-view-order__mobile-label {
  color: var(--desk-muted) !important;
  font-size: 0.62rem !important;
}

.nmg-orderdesk .nmg-account-view-order__table-footer {
  padding: 0 !important;
}

.nmg-orderdesk .nmg-account-view-order__table-footer > .flex {
  padding: 0.9rem 1rem 1rem !important;
}

.nmg-orderdesk .nmg-account-view-order__footer-row {
  min-height: 1.5rem !important;
  align-items: baseline !important;
}

.nmg-orderdesk .nmg-account-view-order__footer-row:last-child {
  margin-top: 0.75rem !important;
  padding-top: 1rem !important;
  border: 0 !important;
  border-top: 1px dashed oklch(0.74 0.012 240 / 0.18) !important;
  background: transparent !important;
}

.nmg-orderdesk .nmg-account-view-order__footer-row:last-child .nmg-account-view-order__footer-value {
  color: var(--desk-green) !important;
  font-size: 1.45rem !important;
}

.nmg-orderdesk .nmg-account-view-order__fulfillment-panel {
  grid-column: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 7.9rem !important;
}

.nmg-orderdesk .nmg-account-view-order__fulfillment-content {
  margin: 0 !important;
  padding: 0.82rem 0.95rem 0.95rem !important;
}

.nmg-orderdesk .nmg-account-view-order__fulfillment-content table {
  width: 100% !important;
}

.nmg-orderdesk .nmg-account-view-order__fulfillment-content tr {
  border-bottom: 1px solid oklch(0.74 0.012 240 / 0.08) !important;
}

.nmg-orderdesk .nmg-account-view-order__support-grid {
  display: grid !important;
  grid-column: auto / span 2 !important;
  gap: 0.82rem !important;
}

@media (min-width: 900px) {
  .nmg-orderdesk .nmg-account-view-order__support-grid {
    display: contents !important;
  }
}

.nmg-orderdesk .nmg-account-view-order__support-card {
  position: relative !important;
  min-height: 7.9rem !important;
  overflow: hidden !important;
  padding-bottom: 0.95rem !important;
}

.nmg-orderdesk .nmg-account-view-order__support-card p {
  position: relative !important;
  z-index: 1 !important;
  max-width: 15rem !important;
  margin: 0 !important;
  padding: 0.82rem 0.95rem 0 !important;
  color: oklch(0.8 0.01 240) !important;
  font-size: 0.8rem !important;
  line-height: 1.42 !important;
}

.nmg-orderdesk .nmg-account-view-order__support-link {
  position: relative !important;
  z-index: 1 !important;
  width: fit-content !important;
  margin: 0.75rem 0.95rem 0 !important;
  padding-inline: 0.85rem !important;
}

.nmg-orderdesk .nmg-account-view-order__support-art {
  position: absolute !important;
  right: -2.2rem !important;
  bottom: -2rem !important;
  width: 12.7rem !important;
  height: 10rem !important;
  object-fit: cover !important;
  object-position: 70% 68% !important;
  opacity: 0.68 !important;
  pointer-events: none !important;
}

.nmg-orderdesk .nmg-account-view-order__support-card--privacy .nmg-account-view-order__support-art {
  right: -2.7rem !important;
  width: 13.5rem !important;
}

@media (max-width: 1023px) {
  .nmg-wc-shell .nmg-account-layout {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 899px) {
  .nmg-orderdesk .nmg-account-view-order__payment-hero,
  .nmg-orderdesk .nmg-account-view-order__details-output,
  .nmg-orderdesk .nmg-account-view-order__items-table,
  .nmg-orderdesk .nmg-account-view-order__support-grid {
    grid-template-columns: 1fr !important;
  }

  .nmg-orderdesk .nmg-account-view-order__payment-due {
    border-left: 0 !important;
    border-top: 1px solid oklch(0.74 0.012 240 / 0.12) !important;
    padding: 1rem 0 0 !important;
  }

  .nmg-orderdesk .nmg-account-view-order__tracker-step::after {
    display: none !important;
  }
}

@media (max-width: 640px) {
  .nmg-wc-shell > .mx-auto {
    padding-inline: 0.85rem !important;
  }

  .nmg-orderdesk .nmg-account-view-order__payment-art {
    width: 13rem !important;
    height: 8.4rem !important;
  }

  .nmg-orderdesk .nmg-account-view-order__payment-copy h3,
  .nmg-orderdesk .nmg-account-view-order__payment-due > strong {
    font-size: 2.15rem !important;
  }
}

/* OrderLab account view rebuild. Scoped to the new template markup. */
.nmg-orderlab {
  --lab-bg: oklch(0.028 0.002 240);
  --lab-panel: oklch(0.065 0.003 240);
  --lab-panel-strong: oklch(0.092 0.006 240);
  --lab-line: oklch(0.76 0.012 240 / 0.16);
  --lab-line-strong: oklch(0.88 0.22 130 / 0.42);
  --lab-text: oklch(0.97 0 0);
  --lab-muted: oklch(0.72 0.012 240);
  --lab-dim: oklch(0.52 0.012 240);
  --lab-accent: var(--primary);
  --lab-danger: oklch(0.72 0.2 25);
  display: grid;
  gap: 0.9rem;
  color: var(--lab-text);
}

.nmg-orderlab--attention {
  --lab-accent: var(--primary);
  --lab-line-strong: oklch(0.88 0.22 130 / 0.42);
}

.nmg-orderlab--danger {
  --lab-accent: var(--lab-danger);
  --lab-line-strong: oklch(0.72 0.2 25 / 0.42);
}

.nmg-orderlab__crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  color: var(--lab-dim);
  font-size: 0.75rem;
  font-weight: 650;
}

.nmg-orderlab__crumbs a {
  color: var(--lab-accent);
  text-decoration: none;
}

.nmg-orderlab__crumbs strong {
  color: var(--lab-text);
}

.nmg-orderlab__crumb-icon {
  width: 0.78rem;
  height: 0.78rem;
  transform: rotate(-90deg);
}

.nmg-orderlab__hero,
.nmg-orderlab__facts,
.nmg-orderlab__timeline,
.nmg-orderlab__panel {
  border: 1px solid var(--lab-line);
  border-radius: 0.5rem;
  background:
    linear-gradient(180deg, oklch(0.11 0.004 240 / 0.78), oklch(0.048 0.002 240 / 0.92)),
    var(--lab-panel);
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.035),
    0 18px 46px oklch(0 0 0 / 0.24);
}

.nmg-orderlab__hero {
  position: relative;
  display: grid;
  gap: 1.25rem;
  min-height: 17rem;
  overflow: hidden;
  padding: 1.15rem;
  border-color: var(--lab-line-strong);
  background:
    linear-gradient(132deg, transparent 0 64%, oklch(0.024 0.002 240 / 0.82) 64.2%),
    radial-gradient(circle at 18% 62%, color-mix(in oklch, var(--lab-accent) 24%, transparent), transparent 17rem),
    linear-gradient(90deg, oklch(0.11 0.024 138 / 0.78), oklch(0.047 0.003 240 / 0.98) 72%),
    var(--lab-bg);
}

@media (min-width: 860px) {
  .nmg-orderlab__hero {
    grid-template-columns: minmax(0, 1fr) minmax(18rem, 0.38fr);
    align-items: stretch;
    padding: 1.45rem;
  }
}

.nmg-orderlab__hero-main {
  display: grid;
  align-content: center;
  gap: 0.75rem;
  min-width: 0;
  max-width: 43rem;
}

.nmg-orderlab__eyebrow,
.nmg-orderlab__panel-head span,
.nmg-orderlab__fact span,
.nmg-orderlab__status-card > span,
.nmg-orderlab__note > span {
  color: var(--lab-muted);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.66rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nmg-orderlab__hero h2 {
  margin: 0;
  color: var(--lab-text);
  font-size: clamp(2.45rem, 5.2vw, 5.25rem);
  font-weight: 930;
  line-height: 0.9;
  letter-spacing: 0;
}

.nmg-orderlab__hero-main p {
  max-width: 34rem;
  margin: 0;
  color: oklch(0.81 0.01 240);
  font-size: 0.96rem;
  line-height: 1.6;
}

.nmg-orderlab__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.62rem;
  margin-top: 0.35rem;
}

.nmg-orderlab__primary-action,
.nmg-orderlab__secondary-action {
  display: inline-flex;
  min-height: 2.55rem;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  border-radius: 0.42rem;
  padding: 0 0.95rem;
  font-size: 0.84rem;
  font-weight: 820;
  text-decoration: none;
  transition: transform 0.18s ease, border-color 0.18s ease, background-color 0.18s ease;
}

.nmg-orderlab__primary-action {
  background: var(--lab-accent);
  color: oklch(0.035 0.003 240);
}

.nmg-orderlab__secondary-action {
  border: 1px solid var(--lab-line);
  background: oklch(1 0 0 / 0.035);
  color: var(--lab-text);
}

.nmg-orderlab__primary-action:hover,
.nmg-orderlab__secondary-action:hover {
  transform: translateY(-1px);
}

.nmg-orderlab__button-icon {
  width: 1rem;
  height: 1rem;
  flex: 0 0 auto;
}

.nmg-orderlab__status-card {
  position: relative;
  display: grid;
  align-content: end;
  min-height: 13rem;
  overflow: hidden;
  border: 1px solid oklch(1 0 0 / 0.06);
  border-radius: 0.46rem;
  padding: 1rem;
  background:
    linear-gradient(180deg, transparent, oklch(0.025 0.002 240 / 0.82)),
    oklch(0.06 0.003 240);
}

.nmg-orderlab__status-card img {
  position: absolute;
  inset: -1.3rem -0.9rem auto auto;
  width: min(19rem, 96%);
  height: 13rem;
  object-fit: cover;
  object-position: 50% 61%;
  opacity: 0.72;
  mix-blend-mode: screen;
  filter: saturate(1.14) contrast(1.08);
  pointer-events: none;
}

.nmg-orderlab__status-card > *:not(img) {
  position: relative;
  z-index: 1;
}

.nmg-orderlab__status-card strong {
  color: var(--lab-accent);
  font-size: clamp(2.15rem, 4vw, 3.65rem);
  font-weight: 930;
  line-height: 0.95;
}

.nmg-orderlab__status-pill {
  width: fit-content;
  margin-bottom: 0.65rem;
  border: 1px solid color-mix(in oklch, var(--lab-accent) 40%, transparent);
  border-radius: 999px;
  padding: 0.38rem 0.7rem;
  background: color-mix(in oklch, var(--lab-accent) 13%, transparent);
  color: var(--lab-text) !important;
}

.nmg-orderlab__facts {
  display: grid;
  overflow: hidden;
}

@media (min-width: 720px) {
  .nmg-orderlab__facts {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.nmg-orderlab__fact {
  display: grid;
  gap: 0.35rem;
  min-height: 4.35rem;
  align-content: center;
  border-bottom: 1px solid oklch(0.76 0.012 240 / 0.09);
  padding: 0.85rem 1rem;
}

@media (min-width: 720px) {
  .nmg-orderlab__fact {
    border-right: 1px solid oklch(0.76 0.012 240 / 0.09);
    border-bottom: 0;
  }

  .nmg-orderlab__fact:last-child {
    border-right: 0;
  }
}

.nmg-orderlab__fact strong {
  min-width: 0;
  color: var(--lab-text);
  font-size: 0.92rem;
  font-weight: 820;
  overflow-wrap: normal;
  white-space: nowrap;
}

.nmg-orderlab__fact--total strong {
  color: var(--lab-text);
  font-size: 1rem;
  font-weight: 820;
}

.nmg-orderlab__fact strong .amount,
.nmg-orderlab__fact strong .woocommerce-Price-amount,
.nmg-orderlab__fact strong bdi,
.nmg-orderlab__fact strong .woocommerce-Price-currencySymbol {
  display: inline !important;
  border: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}

.nmg-orderlab__timeline {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 0.95rem;
  list-style: none;
}

@media (min-width: 860px) {
  .nmg-orderlab__timeline {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

.nmg-orderlab__step {
  position: relative;
  display: grid;
  grid-template-columns: 2.85rem minmax(0, 1fr);
  gap: 0.7rem;
  align-items: center;
}

@media (min-width: 860px) {
  .nmg-orderlab__step::after {
    content: "";
    position: absolute;
    top: 1.4rem;
    left: 3.7rem;
    right: -0.3rem;
    height: 1px;
    background: oklch(0.76 0.012 240 / 0.14);
  }

  .nmg-orderlab__step:last-child::after {
    display: none;
  }
}

.nmg-orderlab__step-icon {
  display: inline-flex;
  width: 2.85rem;
  height: 2.85rem;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--lab-line);
  border-radius: 999px;
  background: oklch(0.04 0.002 240);
  color: var(--lab-muted);
}

.nmg-orderlab__icon,
.nmg-orderlab__head-icon {
  width: 1rem;
  height: 1rem;
}

.nmg-orderlab__step.is-complete .nmg-orderlab__step-icon,
.nmg-orderlab__step.is-current .nmg-orderlab__step-icon {
  border-color: color-mix(in oklch, var(--lab-accent) 45%, transparent);
  color: var(--lab-accent);
  box-shadow: 0 0 1.15rem color-mix(in oklch, var(--lab-accent) 18%, transparent);
}

.nmg-orderlab__step.is-complete::after {
  background: linear-gradient(90deg, var(--lab-accent), oklch(0.76 0.012 240 / 0.16));
}

.nmg-orderlab__step-copy {
  display: grid;
  gap: 0.22rem;
  min-width: 0;
}

.nmg-orderlab__step-copy strong {
  color: var(--lab-text);
  font-size: 0.78rem;
  font-weight: 850;
}

.nmg-orderlab__step-copy small {
  color: var(--lab-muted);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.nmg-orderlab__grid {
  display: grid;
  gap: 0.9rem;
}

.nmg-orderlab__purchase-panel,
.nmg-orderlab__operation-row {
  display: grid;
  gap: 0.9rem;
  min-width: 0;
}

@media (min-width: 900px) {
  .nmg-orderlab__purchase-panel,
  .nmg-orderlab__operation-row {
    grid-template-columns: minmax(0, 1fr) minmax(18.5rem, 0.34fr);
  }

  .nmg-orderlab__purchase-panel,
  .nmg-orderlab__operation-row {
    align-items: stretch;
  }

  .nmg-orderlab__purchase-panel > .nmg-orderlab__panel,
  .nmg-orderlab__operation-row > .nmg-orderlab__panel {
    height: 100%;
  }
}

.nmg-orderlab__items,
.nmg-orderlab__receipt,
.nmg-orderlab__instructions,
.nmg-orderlab__fulfillment,
.nmg-orderlab__updates {
  overflow: hidden;
}

.nmg-orderlab__grid > *,
.nmg-orderlab__purchase-panel > *,
.nmg-orderlab__operation-row > * {
  min-width: 0;
}

.nmg-orderlab__panel-head {
  display: flex;
  min-height: 3.35rem;
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid oklch(0.76 0.012 240 / 0.11);
  padding: 0.82rem 1rem;
}

.nmg-orderlab__panel-head .nmg-orderlab__head-icon {
  color: var(--lab-accent);
}

.nmg-orderlab__panel-head div {
  display: grid;
  gap: 0.18rem;
}

.nmg-orderlab__panel-head h3 {
  margin: 0;
  color: var(--lab-text);
  font-size: 0.98rem;
  font-weight: 850;
  line-height: 1.15;
}

.nmg-orderlab__item-list {
  display: grid;
  align-content: center;
}

.nmg-orderlab__item {
  display: grid;
  gap: 0.9rem;
  border-bottom: 1px solid oklch(0.76 0.012 240 / 0.09);
  padding: 1rem;
}

.nmg-orderlab__item:last-child {
  border-bottom: 0;
}

@media (min-width: 680px) {
  .nmg-orderlab__item {
    grid-template-columns: 6.25rem minmax(0, 1fr);
    align-items: center;
  }

  .nmg-orderlab__item--expanded-config {
    align-items: start;
  }

  .nmg-orderlab__item--expanded-config .nmg-orderlab__thumb {
    margin-top: 0.2rem;
  }
}

.nmg-orderlab__thumb {
  display: inline-flex;
  width: 6.25rem;
  height: 6.25rem;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid oklch(0.76 0.012 240 / 0.12);
  border-radius: 0.46rem;
  background: oklch(0.04 0.002 240);
  color: var(--lab-accent);
}

.nmg-orderlab__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.nmg-orderlab__item-main {
  display: grid;
  align-content: center;
  gap: 0.7rem;
  min-width: 0;
}

.nmg-orderlab__item-main h4 {
  margin: 0;
  color: var(--lab-text);
  font-size: clamp(1.05rem, 2vw, 1.42rem);
  font-weight: 880;
  line-height: 1.18;
}

.nmg-orderlab__item-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 1rem;
}

.nmg-orderlab__item-title-group {
  display: grid;
  gap: 0.42rem;
  min-width: 0;
}

.nmg-orderlab__item-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.42rem;
}

.nmg-orderlab__item-meta > span {
  border: 1px solid oklch(0.76 0.012 240 / 0.12);
  border-radius: 0.38rem;
  background: oklch(1 0 0 / 0.035);
  padding: 0.38rem 0.54rem;
  color: var(--lab-muted);
  font-size: 0.75rem;
  font-weight: 760;
}

.nmg-orderlab__item-price {
  display: inline-flex;
  align-items: center;
  padding-top: 0.12rem;
  color: var(--lab-text);
  font-size: 1.08rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
}

.nmg-orderlab__item-price .amount,
.nmg-orderlab__item-price .woocommerce-Price-amount,
.nmg-orderlab__item-price bdi,
.nmg-orderlab__item-price .woocommerce-Price-currencySymbol,
.nmg-orderlab__totals strong .amount,
.nmg-orderlab__totals strong .woocommerce-Price-amount,
.nmg-orderlab__totals strong bdi,
.nmg-orderlab__totals strong .woocommerce-Price-currencySymbol {
  display: inline !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
  white-space: nowrap !important;
}

.nmg-orderlab__config {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 0;
  overflow: hidden;
  border: 1px solid oklch(0.76 0.012 240 / 0.13);
  border-top-color: oklch(0.88 0.22 130 / 0.42);
  border-radius: 0.48rem;
  background: oklch(1 0 0 / 0.025);
  box-shadow: inset 0 1px 0 oklch(0.88 0.22 130 / 0.06);
  margin: 0;
}

.nmg-orderlab__config-card {
  display: grid;
  align-content: center;
  gap: 0.22rem;
  min-width: 0;
  min-height: 3.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  padding: 0.62rem 0.72rem;
  color: var(--lab-muted);
  font-size: 0.75rem;
  font-weight: 760;
}

.nmg-orderlab__config-card + .nmg-orderlab__config-card {
  border-top: 1px solid oklch(0.76 0.012 240 / 0.1);
}

.nmg-orderlab__config-card--wide {
  grid-column: 1 / -1;
}

.nmg-orderlab__config-card--modal {
  gap: 0.28rem;
  background: oklch(0.88 0.22 130 / 0.025);
}

.nmg-orderlab__config-card--wide.nmg-orderlab__config-card--modal dd {
  display: grid;
  gap: 0.45rem;
}

@media (min-width: 1180px) {
  .nmg-orderlab__config {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nmg-orderlab__config-card + .nmg-orderlab__config-card {
    border-top: 0;
  }

  .nmg-orderlab__config-card:nth-child(even) {
    border-left: 1px solid oklch(0.76 0.012 240 / 0.1);
  }

  .nmg-orderlab__config-card:nth-child(n + 3) {
    border-top: 1px solid oklch(0.76 0.012 240 / 0.1);
  }

  .nmg-orderlab__config-card--wide {
    border-left: 0;
  }

  .nmg-orderlab__config-card--wide.nmg-orderlab__config-card--modal dd {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
}

@media (min-width: 1500px) {
  .nmg-orderlab__config {
    grid-template-columns: minmax(0, 1.45fr) minmax(0, 0.68fr) minmax(0, 0.82fr) minmax(0, 1.35fr);
  }

  .nmg-orderlab__config-card,
  .nmg-orderlab__config-card:nth-child(n + 3) {
    border-top: 0;
  }

  .nmg-orderlab__config-card:nth-child(even),
  .nmg-orderlab__config-card--wide {
    border-left: 0;
  }

  .nmg-orderlab__config-card + .nmg-orderlab__config-card {
    border-left: 1px solid oklch(0.76 0.012 240 / 0.1);
  }

  .nmg-orderlab__config-card--wide {
    grid-column: auto;
  }

  .nmg-orderlab__config-card--wide.nmg-orderlab__config-card--modal dd {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 0.32rem;
  }

  .nmg-orderlab__config-value,
  .nmg-orderlab__config-preview li {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.32;
    text-overflow: ellipsis;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
}

.nmg-orderlab__config-card--achievements {
  grid-column: 1 / -1;
  min-height: 4.2rem;
  border-left: 0 !important;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.055), transparent 62%),
    oklch(0.88 0.22 130 / 0.018);
  padding: 0.72rem 0.82rem;
}

.nmg-orderlab__config-card--achievements dd {
  display: grid;
  gap: 0.52rem;
  overflow-wrap: normal;
}

.nmg-orderlab__config-card--achievements .nmg-orderlab__config-value,
.nmg-orderlab__config-card--achievements .nmg-orderlab__config-preview li {
  display: block;
  overflow-wrap: normal;
  word-break: normal;
  line-height: 1.36;
  -webkit-line-clamp: initial;
}

.nmg-orderlab__config-card--achievements .nmg-orderlab__config-actions {
  justify-content: flex-start;
}

@media (min-width: 760px) {
  .nmg-orderlab__config-card--achievements {
    grid-template-columns: minmax(8.5rem, 0.24fr) minmax(0, 1fr);
    align-items: center;
    gap: 0.85rem;
  }

  .nmg-orderlab__config-card--achievements dd {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }

  .nmg-orderlab__config-card--achievements .nmg-orderlab__config-actions {
    justify-content: flex-end;
  }
}

@media (min-width: 1500px) {
  .nmg-orderlab__item--expanded-config .nmg-orderlab__config {
    grid-template-columns: minmax(15rem, 0.85fr) minmax(6rem, 0.45fr) minmax(13rem, 1.25fr);
  }
}

.nmg-orderlab__config dt {
  color: var(--lab-dim);
  font-size: 0.6rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nmg-orderlab__config dd {
  min-width: 0;
  margin: 0;
  color: var(--lab-text);
  overflow-wrap: anywhere;
}

.nmg-orderlab__config-preview {
  display: grid;
  gap: 0.28rem;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.nmg-orderlab__config-value,
.nmg-orderlab__config-preview li {
  display: block;
  min-width: 0;
  max-width: 100%;
  color: var(--lab-text);
}

@media (max-width: 1499px) {
  .nmg-orderlab__config-value,
  .nmg-orderlab__config-preview li {
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }
}

.nmg-orderlab__config-actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.36rem;
  margin-top: 0.08rem;
}

.nmg-orderlab__config-card--wide .nmg-orderlab__config-actions {
  justify-content: flex-end;
  margin-top: 0;
}

.nmg-orderlab__config-actions > span {
  color: var(--lab-muted);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.62rem;
  font-weight: 800;
}

.nmg-orderlab__config-open {
  display: inline-flex;
  min-height: 1.65rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.28);
  border-radius: 0.38rem;
  background: oklch(0.88 0.22 130 / 0.08);
  padding: 0 0.5rem;
  color: var(--lab-accent);
  font-size: 0.64rem;
  font-weight: 850;
  line-height: 1;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nmg-orderlab__config-open:hover,
.nmg-orderlab__config-open:focus-visible {
  border-color: oklch(0.88 0.22 130 / 0.54);
  background: oklch(0.88 0.22 130 / 0.14);
}

.nmg-orderlab__config-open:hover {
  transform: translateY(-1px);
}

.nmg-orderlab__config-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
  gap: 0.38rem 0.85rem;
  max-height: 12rem;
  overflow: auto;
  margin: 0;
  padding: 0.05rem 0.2rem 0.05rem 0;
  counter-reset: nmg-config-item;
  list-style: none;
  scrollbar-width: thin;
  scrollbar-color: oklch(0.88 0.22 130 / 0.52) transparent;
}

.nmg-orderlab__config-list--inline {
  grid-template-columns: minmax(0, 1fr);
  max-height: none;
  overflow: visible;
}

.nmg-orderlab__config-list li {
  display: grid;
  grid-template-columns: 1.45rem minmax(0, 1fr);
  align-items: start;
  gap: 0.45rem;
  min-width: 0;
  color: var(--lab-text);
  line-height: 1.35;
  counter-increment: nmg-config-item;
}

.nmg-orderlab__config-list li::before {
  content: counter(nmg-config-item, decimal-leading-zero);
  display: inline-flex;
  min-width: 1.45rem;
  height: 1.25rem;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.22);
  border-radius: 999px;
  background: oklch(0.88 0.22 130 / 0.07);
  color: var(--lab-accent);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.58rem;
  font-weight: 850;
}

.nmg-config-modal .nmg-orderlab__config-list {
  grid-template-columns: minmax(0, 1fr);
  max-height: none;
  overflow: visible;
  gap: 0.48rem;
  padding: 0;
}

.nmg-config-modal .nmg-orderlab__config-list li {
  grid-template-columns: 1.65rem minmax(0, 1fr);
  align-items: center;
  border: 1px solid oklch(0.76 0.012 240 / 0.1);
  border-radius: 0.48rem;
  background: oklch(1 0 0 / 0.028);
  padding: 0.52rem 0.62rem;
  overflow-wrap: normal;
  word-break: normal;
}

.nmg-config-modal .nmg-orderlab__config-list li::before {
  min-width: 1.65rem;
}

.nmg-config-modal[hidden] {
  display: none !important;
}

.nmg-config-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  padding: 1rem;
}

.nmg-config-modal__overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 34%, oklch(0.88 0.22 130 / 0.1), transparent 26rem),
    oklch(0.018 0.002 240 / 0.78);
  backdrop-filter: blur(10px);
}

.nmg-config-modal__panel {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-rows: auto minmax(0, 1fr);
  width: min(46rem, 100%);
  max-height: min(42rem, calc(100dvh - 8rem));
  overflow: hidden;
  border: 1px solid oklch(0.88 0.22 130 / 0.3);
  border-radius: 0.75rem;
  background:
    linear-gradient(180deg, oklch(0.11 0.005 240 / 0.96), oklch(0.055 0.003 240 / 0.98)),
    var(--lab-panel);
  box-shadow:
    inset 0 1px 0 oklch(1 0 0 / 0.055),
    0 2rem 5rem oklch(0 0 0 / 0.48);
}

.nmg-config-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  border-bottom: 1px solid oklch(0.76 0.012 240 / 0.12);
  padding: 1rem;
}

.nmg-config-modal__eyebrow {
  margin: 0 0 0.3rem;
  color: var(--lab-accent);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.64rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nmg-config-modal__title {
  margin: 0;
  color: var(--lab-text);
  font-size: clamp(1.15rem, 3vw, 1.55rem);
  font-weight: 900;
  line-height: 1.08;
}

.nmg-config-modal__meta {
  margin: 0.35rem 0 0;
  color: var(--lab-muted);
  font-size: 0.82rem;
}

.nmg-config-modal__close {
  display: inline-flex;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.76 0.012 240 / 0.16);
  border-radius: 0.45rem;
  background: oklch(1 0 0 / 0.035);
  color: var(--lab-text);
  font-size: 1.2rem;
  line-height: 1;
}

.nmg-config-modal__body {
  min-height: 0;
  overflow: auto;
  padding: 1rem;
  scrollbar-width: thin;
  scrollbar-color: oklch(0.88 0.22 130 / 0.52) transparent;
}

.nmg-config-modal-open {
  overflow: hidden;
}

.nmg-orderlab__receipt {
  display: grid;
  grid-template-rows: auto auto auto;
  align-content: start;
}

.nmg-orderlab__totals {
  display: grid;
  gap: 0.35rem;
  padding: 0.82rem 0.95rem;
}

.nmg-orderlab__totals div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) max-content;
  min-height: 1.65rem;
  align-items: baseline;
  gap: 0.75rem;
  border-bottom: 1px solid oklch(0.76 0.012 240 / 0.08);
  padding-bottom: 0.34rem;
}

.nmg-orderlab__totals div:last-child {
  border-bottom: 0;
  padding-top: 0.34rem;
}

.nmg-orderlab__totals span {
  min-width: 0;
  color: var(--lab-muted);
  font-size: 0.78rem;
  overflow-wrap: anywhere;
}

.nmg-orderlab__totals strong {
  min-width: max-content;
  color: var(--lab-text);
  font-size: 0.9rem;
  justify-self: end;
  text-align: right;
  overflow-wrap: normal;
  white-space: nowrap;
}

.nmg-orderlab__totals div:last-child strong {
  color: var(--lab-accent);
  font-size: 1.22rem;
  font-weight: 930;
}

.nmg-orderlab__receipt-art {
  display: grid;
  grid-template-columns: 3.2rem minmax(0, 1fr);
  align-items: center;
  column-gap: 0.68rem;
  row-gap: 0.14rem;
  min-height: 4.45rem;
  margin: 0.2rem 0.95rem 0.95rem;
  overflow: hidden;
  border: 1px solid oklch(0.88 0.22 130 / 0.14);
  border-radius: 0.48rem;
  background:
    linear-gradient(90deg, oklch(0.88 0.22 130 / 0.09), transparent 68%),
    oklch(0.04 0.003 240 / 0.62);
  padding: 0.58rem 0.68rem;
  color: var(--lab-text);
}

.nmg-orderlab__receipt-art img {
  grid-row: 1 / span 2;
  width: 3.1rem;
  height: 3.1rem;
  object-fit: contain;
  opacity: 0.88;
}

.nmg-orderlab__receipt-art span {
  align-self: end;
  color: var(--lab-dim);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.56rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nmg-orderlab__receipt-art strong {
  align-self: start;
  color: var(--lab-text);
  font-size: 0.84rem;
  font-weight: 900;
  line-height: 1.08;
}

.nmg-orderlab__instructions ul {
  display: grid;
  gap: 0.62rem;
  margin: 0;
  padding: 1rem 1rem 1.1rem;
  list-style: none;
}

.nmg-orderlab__instructions li {
  position: relative;
  padding-left: 1rem;
  color: oklch(0.8 0.01 240);
  font-size: 0.82rem;
  line-height: 1.5;
}

.nmg-orderlab__instructions li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.58rem;
  width: 0.34rem;
  height: 0.34rem;
  border-radius: 999px;
  background: var(--lab-accent);
}

.nmg-orderlab__fulfillment-content {
  padding: 1rem;
  color: oklch(0.82 0.01 240);
  font-size: 0.82rem;
  line-height: 1.55;
}

.nmg-orderlab__fulfillment-content table {
  width: 100% !important;
  border: 0 !important;
  border-collapse: collapse;
  background: transparent !important;
}

.nmg-orderlab__fulfillment-content tr {
  display: grid !important;
  gap: 0.25rem;
  border-bottom: 1px solid oklch(0.76 0.012 240 / 0.08);
  padding: 0.58rem 0;
}

.nmg-orderlab__fulfillment-content tr:first-child {
  padding-top: 0;
}

.nmg-orderlab__fulfillment-content tr:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.nmg-orderlab__fulfillment-content th,
.nmg-orderlab__fulfillment-content td {
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left !important;
}

.nmg-orderlab__fulfillment-content th {
  color: var(--lab-dim) !important;
  font-size: 0.65rem !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.nmg-orderlab__fulfillment-content td {
  color: var(--lab-text) !important;
  font-weight: 760;
}

.nmg-secret-field {
  display: flex;
  width: 100%;
  min-width: 0;
  align-items: center;
  justify-content: space-between;
  gap: 0.6rem;
}

.nmg-secret-field__value {
  min-width: 0;
  color: var(--lab-text);
  overflow-wrap: anywhere;
}

.nmg-secret-field__value.is-masked {
  color: var(--lab-muted);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  letter-spacing: 0.12em;
}

.nmg-secret-field__toggle {
  display: inline-flex;
  min-height: 1.85rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  border: 1px solid oklch(0.88 0.22 130 / 0.26);
  border-radius: 0.38rem;
  background: oklch(0.88 0.22 130 / 0.07);
  padding: 0 0.56rem;
  color: var(--lab-accent);
  font-size: 0.68rem;
  font-weight: 850;
  line-height: 1;
  transition: border-color 160ms ease, background 160ms ease, transform 160ms ease;
}

.nmg-secret-field__toggle:hover,
.nmg-secret-field__toggle:focus-visible {
  border-color: oklch(0.88 0.22 130 / 0.52);
  background: oklch(0.88 0.22 130 / 0.13);
}

.nmg-secret-field__toggle:hover {
  transform: translateY(-1px);
}

.nmg-orderlab__updates {
  overflow: hidden;
}

.nmg-orderlab__notes {
  display: grid;
  gap: 0.8rem;
  margin: 0;
  padding: 1rem;
  list-style: none;
}

.nmg-orderlab__note {
  display: grid;
  gap: 0.48rem;
  border-left: 2px solid color-mix(in oklch, var(--lab-accent) 52%, transparent);
  padding-left: 0.82rem;
}

.nmg-orderlab__note time {
  color: var(--lab-muted);
  font-size: 0.76rem;
  font-weight: 760;
}

.nmg-orderlab__note > span {
  width: fit-content;
  color: var(--lab-accent);
}

.nmg-orderlab__note-content {
  color: oklch(0.82 0.01 240);
  font-size: 0.84rem;
  line-height: 1.55;
}

.nmg-orderlab__note-content p {
  margin: 0;
}

.nmg-orderlab__note-flow {
  display: grid;
  gap: 0.55rem;
  max-width: 56rem;
}

.nmg-orderlab__note-step {
  display: grid;
  grid-template-columns: 1.65rem minmax(0, 1fr);
  gap: 0.65rem;
  align-items: start;
}

.nmg-orderlab__note-step > span {
  display: inline-flex;
  width: 1.55rem;
  height: 1.55rem;
  align-items: center;
  justify-content: center;
  border: 1px solid color-mix(in oklch, var(--lab-accent) 45%, transparent);
  border-radius: 999px;
  background: color-mix(in oklch, var(--lab-accent) 12%, transparent);
  color: var(--lab-accent);
  font-family: Geist Mono, ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.7rem;
  font-weight: 900;
}

.nmg-orderlab__note-text {
  color: oklch(0.82 0.01 240);
  font-weight: 650;
}

.nmg-orderlab__note-warning {
  width: fit-content;
  border: 1px solid oklch(0.68 0.2 25 / 0.32);
  border-radius: 0.38rem;
  background: oklch(0.68 0.2 25 / 0.08);
  padding: 0.38rem 0.52rem;
  color: oklch(0.78 0.2 25);
  font-weight: 850;
}

@media (max-width: 1023px) {
  .nmg-wc-shell .nmg-account-layout {
    grid-template-columns: 1fr !important;
    gap: 1.35rem !important;
  }
}

@media (max-width: 680px) {
  .nmg-wc-shell > .mx-auto {
    padding-top: 1rem !important;
  }

  .nmg-wc-shell .nmg-account-layout {
    gap: 0.85rem !important;
  }

  .nmg-account-layout__nav {
    gap: 0.55rem !important;
  }

  .nmg-account-nav-card {
    min-height: 0 !important;
    padding: 0.72rem !important;
  }

  .nmg-account-nav-card__head {
    display: none !important;
  }

  .nmg-account-nav-card ul {
    display: flex !important;
    gap: 0.48rem !important;
    overflow-x: auto !important;
    scrollbar-width: none;
  }

  .nmg-account-nav-card ul::-webkit-scrollbar {
    display: none;
  }

  .nmg-account-nav-card li {
    flex: 0 0 auto !important;
  }

  .nmg-account-nav-card a {
    display: inline-flex !important;
    width: auto !important;
    min-height: 2.65rem !important;
    gap: 0.45rem !important;
    margin: 0 !important;
    border: 1px solid oklch(0.76 0.012 240 / 0.1) !important;
    border-radius: 0.45rem !important;
    padding: 0 0.72rem !important;
    white-space: nowrap !important;
  }

  .nmg-account-nav-card li.is-active a,
  .nmg-account-nav-card a:hover {
    border-left-width: 1px !important;
  }

  .nmg-account-help-card {
    display: none !important;
  }

  .nmg-orderlab {
    gap: 0.72rem;
  }

  .nmg-orderlab__hero {
    min-height: 0;
    gap: 0.8rem;
    padding: 0.86rem;
  }

  .nmg-orderlab__hero h2 {
    font-size: clamp(2.05rem, 13vw, 3rem);
  }

  .nmg-orderlab__status-card {
    min-height: 8.5rem;
  }

  .nmg-orderlab__status-card img {
    width: 12.5rem;
    height: 8.5rem;
    opacity: 0.5;
  }

  .nmg-orderlab__primary-action,
  .nmg-orderlab__secondary-action {
    width: 100%;
  }

  .nmg-orderlab__item {
    padding: 0.9rem;
  }

  .nmg-orderlab__thumb {
    width: 100%;
    max-width: 10rem;
    height: 7rem;
  }

  .nmg-orderlab__totals {
    padding: 0.8rem;
  }

  .nmg-orderlab__totals div {
    grid-template-columns: minmax(0, 1fr);
    gap: 0.18rem;
  }

  .nmg-orderlab__totals strong {
    justify-self: start;
    text-align: left;
  }

  .nmg-orderlab__note-step {
    grid-template-columns: 1.55rem minmax(0, 1fr);
    gap: 0.5rem;
  }

}
