.nm-public-navigation {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px 24px;
  width: 100%;
  padding: 0 0 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid rgba(255,255,255,.12);
  color: #f4f3f5;
  font-family: Manrope, sans-serif;
}
.nm-public-navigation .nm-public-brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: inherit;
  text-decoration: none;
  font-size: 17px;
  font-weight: 800;
}
.nm-public-brand img { width: 32px; height: 32px; object-fit: contain; }
.nm-public-links { display: flex; flex-wrap: wrap; gap: 8px 20px; }
.nm-public-links a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #d0cdd2;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}
.nm-public-links a[aria-current="page"], .nm-public-links a:hover { color: #8ff1df; }
.nm-public-navigation a:focus-visible { outline: 2px solid #8ff1df; outline-offset: 4px; border-radius: 4px; }
.order-portal-header.nm-public-portal-header { display: block; margin-bottom: 24px; }
.nm-public-portal-header .order-portal-header-actions { justify-content: flex-end; }
.nm-resale-promo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 32px;
  padding: 24px;
  margin: 24px 0;
  border: 1px solid rgba(143,241,223,.25);
  border-radius: 12px;
  background: #161215;
  color: #f4f3f5;
}
.nm-resale-promo-copy { flex: 1 1 360px; }
.nm-resale-promo h2 { margin: 4px 0 10px; font: 700 1.2rem/1.4 Manrope, sans-serif; color: inherit; }
.nm-resale-promo p { margin: 0; max-width: 70ch; color: #b8b4bc; font-size: .9rem; line-height: 1.6; }
.nm-resale-promo-label { color: #8ff1df; font-size: .75rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.nm-resale-promo-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.nm-resale-promo-actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 10px 16px; border: 1px solid rgba(143,241,223,.35); border-radius: 8px; color: #8ff1df; text-decoration: none; font-weight: 700; font-size: .85rem; }
.nm-resale-promo-actions a:first-child { background: #8ff1df; color: #101513; }
.nm-resale-promo-actions a:focus-visible { outline: 2px solid #8ff1df; outline-offset: 3px; }
@media (max-width: 600px) {
  .nm-public-navigation { gap: 8px; padding-bottom: 12px; }
  .nm-public-links { width: 100%; justify-content: space-between; gap: 8px; }
  .nm-resale-promo { padding: 18px; }
  .nm-resale-promo-actions { width: 100%; }
  .nm-resale-promo-actions a { flex: 1 1 140px; }
}
@media print { .nm-public-navigation { display: none; } }
