.credit-mall-panel {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 40;
  width: min(360px, calc(100vw - 32px));
  max-height: calc(100svh - 32px);
  overflow: hidden;
  border: 1px solid rgba(210, 210, 215, 0.82);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.86);
  color: #1d1d1f;
  box-shadow: 0 24px 80px rgba(29, 29, 31, 0.16);
  backdrop-filter: saturate(180%) blur(22px);
}

.credit-mall-panel--embedded {
  position: static;
  z-index: auto;
  width: 100%;
  max-width: 100%;
  max-height: none;
  min-height: 0;
  min-width: 0;
  overflow: hidden;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #121212;
  box-shadow: none;
  backdrop-filter: none;
}

.credit-mall-panel[data-collapsed="true"] .credit-mall-body {
  display: none;
}

.credit-mall-panel[data-collapsed="true"] {
  width: min(176px, calc(100vw - 32px));
}

.credit-mall-panel [hidden] {
  display: none !important;
}

.credit-mall-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 14px 12px;
}

.credit-mall-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  color: #1d1d1f;
}

.credit-mall-balance {
  margin-top: 4px;
  color: #0066cc;
  font-size: 28px;
  font-weight: 750;
  line-height: 1;
}

.credit-mall-toggle {
  display: inline-flex;
  min-width: 44px;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(210, 210, 215, 0.9);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.9);
  color: #0066cc;
  cursor: pointer;
}

.credit-mall-status,
.credit-mall-inline-status,
.credit-mall-topup,
.credit-mall-support,
.credit-mall-payment-link,
.credit-mall-session,
.credit-mall-transactions,
.credit-mall-orders,
.credit-mall-admin-orders {
  border-color: rgba(210, 210, 215, 0.82) !important;
  background: rgba(255, 255, 255, 0.72) !important;
  color: #424245 !important;
}

.credit-mall-section-title,
.credit-mall-auth span,
.credit-mall-project-auth p,
.credit-mall-topup p,
.credit-mall-support p,
.credit-mall-payment-link p {
  color: #6e6e73 !important;
}

.credit-mall-auth input,
.credit-mall-auth select,
.credit-mall-auth textarea {
  border-color: rgba(210, 210, 215, 0.9) !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.94) !important;
  color: #1d1d1f !important;
}

.credit-mall-button,
.credit-mall-nav-button,
.credit-mall-package {
  border-color: rgba(0, 113, 227, 0.22) !important;
  border-radius: 999px !important;
}

.credit-mall-button,
.credit-mall-nav-button {
  background: #0071e3 !important;
  color: #ffffff !important;
}

.credit-mall-button:hover:not(:disabled),
.credit-mall-nav-button:hover {
  background: #0077ed !important;
  color: #ffffff !important;
}

.credit-mall-package {
  background: rgba(255, 255, 255, 0.82) !important;
  color: #1d1d1f !important;
}

.credit-mall-body {
  display: grid;
  gap: 12px;
  max-height: calc(100svh - 112px);
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 0 14px 14px;
}

.credit-mall-panel--embedded .credit-mall-body {
  gap: 10px;
  width: 100%;
  max-width: 100%;
  max-height: none;
  overflow: visible;
  padding: 0;
}

.credit-mall-panel--embedded .credit-mall-body > *,
.credit-mall-panel--embedded .credit-mall-auth,
.credit-mall-panel--embedded .credit-mall-auth-actions {
  min-width: 0;
  max-width: 100%;
}

.credit-mall-panel--embedded .credit-mall-header {
  display: none;
}

.credit-mall-panel--embedded .credit-mall-status {
  min-height: 0;
  border: 1px solid rgba(18, 18, 18, 0.16);
  background: rgba(18, 18, 18, 0.04);
  color: rgba(18, 18, 18, 0.7);
  padding: 8px 10px;
  font-size: 12px;
  font-weight: 800;
}

.credit-mall-panel--embedded .credit-mall-auth {
  gap: 5px;
}

.credit-mall-panel--embedded label,
.credit-mall-panel--embedded .credit-mall-auth > span,
.credit-mall-panel--embedded .credit-mall-section-title {
  color: rgba(18, 18, 18, 0.7);
  font-size: 12px;
  font-weight: 900;
}

.credit-mall-panel--embedded input,
.credit-mall-panel--embedded select,
.credit-mall-panel--embedded textarea {
  min-height: 38px;
  max-width: 100%;
  border-color: rgba(18, 18, 18, 0.22);
  border-radius: 0;
  background: #fff;
  color: #121212;
}

.credit-mall-panel--embedded input:focus,
.credit-mall-panel--embedded select:focus {
  border-color: #121212;
}

.credit-mall-panel--embedded .credit-mall-auth-actions,
.credit-mall-panel--embedded .credit-mall-actions {
  gap: 6px;
}

.credit-mall-panel--embedded .credit-mall-session {
  border-color: rgba(18, 18, 18, 0.18);
  border-radius: 0;
  background: #fbfaf6;
}

.credit-mall-panel--embedded .credit-mall-session strong {
  color: #121212;
}

.credit-mall-panel--embedded .credit-mall-button {
  min-height: 38px;
  border-color: #121212;
  border-radius: 0;
  background: #121212;
  color: #fbfaf6;
}

.credit-mall-panel--embedded .credit-mall-button:hover:not(:disabled) {
  background: #ff4d2e;
  color: #fff;
}

.credit-mall-panel--embedded .credit-mall-button:disabled {
  background: rgba(18, 18, 18, 0.12);
  color: rgba(18, 18, 18, 0.48);
}

.credit-mall-panel--embedded .credit-mall-topup {
  gap: 7px;
  border-color: rgba(18, 18, 18, 0.18);
  border-radius: 0;
  background: rgba(18, 18, 18, 0.04);
  padding: 9px;
}

.credit-mall-panel--embedded .credit-mall-topup p {
  margin-top: 2px;
  color: rgba(18, 18, 18, 0.62);
  font-size: 11px;
  line-height: 1.35;
}

.credit-mall-panel--embedded .credit-mall-topup p + p {
  display: none;
}

.credit-mall-panel--embedded .credit-mall-support {
  border-color: rgba(18, 18, 18, 0.16);
  border-radius: 0;
  background: rgba(18, 18, 18, 0.04);
}

.credit-mall-panel--embedded .credit-mall-support p {
  color: rgba(18, 18, 18, 0.62);
}

.credit-mall-panel--embedded .credit-mall-support a {
  color: #ff4d2e;
}

.credit-mall-panel--embedded .credit-mall-payment-link {
  border-color: rgba(18, 18, 18, 0.18);
  border-radius: 0;
  background: #fbfaf6;
}

.credit-mall-panel--embedded .credit-mall-payment-link p {
  color: rgba(18, 18, 18, 0.62);
}

.credit-mall-panel--embedded .credit-mall-payment-qr img {
  border-color: rgba(18, 18, 18, 0.2);
  border-radius: 0;
}

.credit-mall-panel--embedded .credit-mall-payment-qr figcaption {
  color: rgba(18, 18, 18, 0.72);
}

.credit-mall-panel--embedded .credit-mall-payment-link a {
  border-color: #121212;
  border-radius: 0;
  background: #121212;
  color: #fbfaf6;
}

.credit-mall-panel--embedded .credit-mall-payment-link a:hover,
.credit-mall-panel--embedded .credit-mall-payment-link a:focus-visible {
  background: #ff4d2e;
  color: #fff;
}

.credit-mall-panel--embedded .credit-mall-copy-link {
  border-color: rgba(18, 18, 18, 0.28);
  background: #fbfaf6;
  color: #121212;
}

.credit-mall-panel--embedded .credit-mall-package-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.credit-mall-panel--embedded .credit-mall-package {
  display: grid;
  min-height: 42px;
  gap: 2px;
  border-color: rgba(18, 18, 18, 0.22);
  border-radius: 0;
  background: #fbfaf6;
  color: #121212;
  padding: 8px 10px;
}

.credit-mall-panel--embedded .credit-mall-package span {
  color: rgba(18, 18, 18, 0.62);
}

.credit-mall-panel--embedded .credit-mall-package em {
  color: #ff4d2e;
}

.credit-mall-panel--embedded .credit-mall-package:hover:not(:disabled) {
  border-color: #121212;
  background: #fff;
}

.credit-mall-panel--embedded .credit-mall-transactions,
.credit-mall-panel--embedded .credit-mall-orders,
.credit-mall-panel--embedded .credit-mall-admin-orders {
  border-top-color: rgba(18, 18, 18, 0.18);
}

.credit-mall-panel--embedded .credit-mall-transaction-list,
.credit-mall-panel--embedded .credit-mall-order-list {
  color: rgba(18, 18, 18, 0.56);
}

.credit-mall-panel--embedded .credit-mall-transaction,
.credit-mall-panel--embedded .credit-mall-order {
  border-color: rgba(18, 18, 18, 0.16);
  border-radius: 0;
  background: #fbfaf6;
}

.credit-mall-panel--embedded .credit-mall-order strong {
  color: #121212;
}

.credit-mall-panel--embedded .credit-mall-order span {
  color: rgba(18, 18, 18, 0.62);
}

.credit-mall-panel--embedded .credit-mall-order code {
  color: #138a3d;
}

.credit-mall-panel--embedded .credit-mall-order-copy {
  border-color: rgba(18, 18, 18, 0.22);
  border-radius: 0;
  background: #fff;
  color: #121212;
}

.credit-mall-panel--embedded .credit-mall-order em {
  border-color: rgba(18, 18, 18, 0.18);
  border-radius: 0;
  color: rgba(18, 18, 18, 0.7);
}

.credit-mall-panel--embedded .credit-mall-order em[data-status="paid"] {
  border-color: rgba(8, 145, 178, 0.32);
  color: #03667b;
}

.credit-mall-panel--embedded .credit-mall-order em[data-status="fulfilled"] {
  border-color: rgba(19, 138, 61, 0.32);
  color: #138a3d;
}

.credit-mall-panel--embedded .credit-mall-order-controls select {
  border-radius: 0;
  background: #fff;
  color: #121212;
}

.credit-mall-panel--embedded .credit-mall-admin-summary {
  color: rgba(18, 18, 18, 0.56);
}

.credit-mall-panel--embedded .credit-mall-admin-metrics div {
  border-color: rgba(18, 18, 18, 0.16);
  background: rgba(18, 18, 18, 0.035);
}

.credit-mall-panel--embedded .credit-mall-admin-metrics span {
  color: rgba(18, 18, 18, 0.58);
}

.credit-mall-panel--embedded .credit-mall-admin-metrics strong {
  color: #121212;
}

.credit-mall-panel--embedded [data-credit-token-row],
.credit-mall-panel--embedded .credit-mall-actions {
  display: none !important;
}

.credit-mall-status {
  min-height: 20px;
  margin: 0;
  color: #94a3b8;
  font-size: 13px;
  line-height: 1.5;
}

.credit-mall-status[data-tone="error"] {
  color: #fca5a5;
}

.credit-mall-status[data-tone="ok"] {
  color: #86efac;
}

.credit-mall-inline-status {
  color: #facc15;
  font-size: 12px;
  line-height: 1.4;
}

.credit-mall-topup {
  display: grid;
  gap: 8px;
  border: 1px solid rgba(103, 232, 249, 0.16);
  border-radius: 8px;
  background: rgba(8, 145, 178, 0.08);
  padding: 10px;
}

.credit-mall-support {
  display: grid;
  gap: 4px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.36);
  padding: 9px 10px;
}

.credit-mall-support p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.45;
}

.credit-mall-support a {
  color: #67e8f9;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.credit-mall-support a:hover,
.credit-mall-support a:focus-visible {
  text-decoration: underline;
}

.credit-mall-payment-link {
  display: grid;
  gap: 6px;
  border: 1px solid rgba(103, 232, 249, 0.24);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.52);
  padding: 9px 10px;
}

.credit-mall-payment-link p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.45;
}

.credit-mall-payment-qr {
  display: grid;
  gap: 6px;
  justify-items: center;
  margin: 2px 0 4px;
}

.credit-mall-payment-qr img {
  width: min(220px, 100%);
  max-height: 248px;
  object-fit: contain;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 8px;
  background: #fff;
}

.credit-mall-payment-qr figcaption {
  color: #cbd5e1;
  font-size: 12px;
  font-weight: 750;
}

.credit-mall-payment-link a {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 232, 249, 0.36);
  border-radius: 8px;
  background: rgba(103, 232, 249, 0.14);
  color: #cffafe;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.credit-mall-payment-link a:hover,
.credit-mall-payment-link a:focus-visible {
  background: rgba(103, 232, 249, 0.22);
  outline: none;
}

.credit-mall-copy-link {
  width: 100%;
}

.credit-mall-topup p {
  margin: 4px 0 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.45;
}

.credit-mall-auth {
  display: grid;
  gap: 6px;
}

.credit-mall-project-auth {
  display: grid;
  gap: 10px;
  border: 1px solid rgba(103, 232, 249, 0.16);
  border-radius: 8px;
  background: rgba(8, 145, 178, 0.08);
  padding: 10px;
}

.credit-mall-project-auth p {
  margin: 0;
  color: #94a3b8;
  font-size: 12px;
  line-height: 1.5;
}

.credit-mall-session {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(103, 232, 249, 0.2);
  border-radius: 8px;
  background: rgba(8, 145, 178, 0.08);
  padding: 10px;
}

.credit-mall-session strong {
  display: block;
  margin-top: 3px;
  overflow-wrap: anywhere;
  color: #f8fafc;
  font-size: 13px;
}

.credit-mall-session-actions {
  display: grid;
  gap: 6px;
}

.credit-mall-session-actions .credit-mall-button {
  min-height: 30px;
  padding: 4px 9px;
}

.credit-mall-nav-button {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 232, 249, 0.3);
  border-radius: 8px;
  background: rgba(103, 232, 249, 0.12);
  color: #cffafe;
  font-size: 13px;
  font-weight: 750;
  text-decoration: none;
}

.credit-mall-nav-button:hover,
.credit-mall-nav-button:focus-visible {
  background: rgba(103, 232, 249, 0.2);
  outline: none;
}

.credit-mall-auth span {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 650;
}

.credit-mall-auth input,
.credit-mall-auth select,
.credit-mall-auth textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.84);
  color: #f8fafc;
  padding: 0 12px;
  outline: none;
}

.credit-mall-auth textarea {
  min-height: 74px;
  padding: 10px 12px;
  resize: vertical;
}

.credit-mall-auth input:focus,
.credit-mall-auth select:focus,
.credit-mall-auth textarea:focus {
  border-color: rgba(103, 232, 249, 0.72);
}

.credit-mall-topup-note {
  margin-top: 2px;
}

.credit-mall-inline {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.credit-mall-auth-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.credit-mall-turnstile {
  min-height: 65px;
  overflow: hidden;
}

.credit-mall-actions {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.credit-mall-button {
  min-height: 42px;
  border: 1px solid rgba(103, 232, 249, 0.3);
  border-radius: 8px;
  background: rgba(103, 232, 249, 0.12);
  color: #cffafe;
  cursor: pointer;
  font-size: 13px;
  font-weight: 750;
}

.credit-mall-button:hover:not(:disabled) {
  background: rgba(103, 232, 249, 0.2);
}

.credit-mall-button:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.credit-mall-package-list {
  display: grid;
  gap: 8px;
}

.credit-mall-package {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(148, 163, 184, 0.24);
  border-radius: 8px;
  background: rgba(15, 23, 42, 0.6);
  color: #f8fafc;
  cursor: pointer;
  padding: 9px 11px;
  text-align: left;
}

.credit-mall-package strong,
.credit-mall-package span {
  display: block;
}

.credit-mall-package strong {
  font-size: 13px;
}

.credit-mall-package span {
  margin-top: 2px;
  color: #94a3b8;
  font-size: 12px;
}

.credit-mall-package .credit-mall-price {
  color: #cbd5e1;
  font-weight: 700;
}

.credit-mall-package em {
  color: #67e8f9;
  font-size: 12px;
  font-style: normal;
  font-weight: 750;
  white-space: nowrap;
}

.credit-mall-package:hover:not(:disabled) {
  border-color: rgba(103, 232, 249, 0.54);
  background: rgba(8, 145, 178, 0.14);
}

.credit-mall-package:disabled {
  cursor: not-allowed;
  opacity: 0.48;
}

.credit-mall-transactions,
.credit-mall-orders,
.credit-mall-admin-orders {
  display: grid;
  gap: 8px;
  border-top: 1px solid rgba(148, 163, 184, 0.16);
  padding-top: 4px;
}

.credit-mall-admin-filters {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(120px, 0.55fr);
  gap: 8px;
}

.credit-mall-admin-summary {
  color: #94a3b8;
  font-size: 11px;
  font-weight: 750;
}

.credit-mall-admin-metrics {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 6px;
}

.credit-mall-admin-metrics div {
  display: grid;
  gap: 2px;
  border: 1px solid rgba(148, 163, 184, 0.18);
  background: rgba(15, 23, 42, 0.42);
  padding: 8px;
}

.credit-mall-admin-metrics span {
  color: #94a3b8;
  font-size: 10px;
  font-weight: 750;
}

.credit-mall-admin-metrics strong {
  color: #e2e8f0;
  font-size: 13px;
  font-weight: 850;
  line-height: 1.25;
}

.credit-mall-admin-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.credit-mall-admin-toolbar .credit-mall-button {
  min-height: 32px;
  padding: 4px 10px;
}

.credit-mall-section-title {
  color: #94a3b8;
  font-size: 12px;
  font-weight: 750;
}

.credit-mall-transaction-list,
.credit-mall-order-list {
  display: grid;
  gap: 6px;
  color: #64748b;
  font-size: 12px;
}

.credit-mall-transaction,
.credit-mall-order {
  display: flex;
  min-height: 30px;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: 1px solid rgba(148, 163, 184, 0.16);
  border-radius: 8px;
  background: rgba(2, 6, 23, 0.4);
  padding: 6px 9px;
}

.credit-mall-order > div:first-child {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.credit-mall-order-heading,
.credit-mall-order-code {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 6px;
}

.credit-mall-order strong,
.credit-mall-order span,
.credit-mall-order code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.credit-mall-order strong {
  color: #cbd5e1;
  font-size: 12px;
}

.credit-mall-order .credit-mall-order-help {
  color: #94a3b8;
  font-size: 11px;
  line-height: 1.35;
  white-space: normal;
}

.credit-mall-order code {
  color: #86efac;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 11px;
  font-weight: 800;
}

.credit-mall-order-copy {
  display: inline-flex;
  flex: 0 0 auto;
  min-height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(103, 232, 249, 0.28);
  border-radius: 5px;
  background: rgba(103, 232, 249, 0.08);
  color: #67e8f9;
  cursor: pointer;
  font: inherit;
  font-size: 10px;
  font-weight: 800;
  padding: 2px 6px;
  text-decoration: none;
}

.credit-mall-order-copy:hover {
  border-color: rgba(103, 232, 249, 0.56);
}

.credit-mall-order em {
  flex: 0 0 auto;
  border: 1px solid rgba(148, 163, 184, 0.2);
  border-radius: 999px;
  padding: 2px 7px;
  color: #cbd5e1;
  font-size: 11px;
  font-style: normal;
  font-weight: 750;
}

.credit-mall-order em[data-status="paid"] {
  border-color: rgba(103, 232, 249, 0.35);
  color: #67e8f9;
}

.credit-mall-order em[data-status="fulfilled"] {
  border-color: rgba(134, 239, 172, 0.35);
  color: #86efac;
}

.credit-mall-order em[data-status="failed"],
.credit-mall-order em[data-status="cancelled"] {
  border-color: rgba(252, 165, 165, 0.32);
  color: #fca5a5;
}

.credit-mall-order--admin {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
}

.credit-mall-order-controls {
  display: flex;
  gap: 6px;
}

.credit-mall-order-details {
  display: grid;
  gap: 2px;
}

.credit-mall-order-details span {
  white-space: normal;
}

.credit-mall-admin-note {
  margin-top: 2px;
}

.credit-mall-admin-note textarea {
  min-height: 52px;
  font-size: 12px;
}

.credit-mall-order-controls select {
  min-height: 30px;
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 6px;
  background: #020617;
  color: #cbd5e1;
  font: inherit;
}

.credit-mall-order-controls .credit-mall-button {
  min-height: 30px;
  padding: 4px 8px;
}

.credit-mall-order-controls a.credit-mall-button {
  text-decoration: none;
}

.credit-mall-order-controls a[aria-disabled="true"] {
  pointer-events: none;
  opacity: 0.48;
}

.credit-mall-transaction strong {
  font-size: 12px;
}

.credit-mall-transaction strong[data-tone="positive"] {
  color: #86efac;
}

.credit-mall-transaction strong[data-tone="negative"] {
  color: #fca5a5;
}

@media (max-width: 640px) {
  .credit-mall-panel {
    right: 10px;
    bottom: calc(10px + env(safe-area-inset-bottom, 0px));
    width: calc(100vw - 16px);
    max-height: calc(100svh - 16px);
    border-radius: 10px;
  }

  .credit-mall-body {
    max-height: calc(100svh - 92px);
  }

  .credit-mall-panel[data-collapsed="true"] {
    width: min(132px, calc(100vw - 20px));
    border-radius: 12px;
  }

  .credit-mall-panel[data-collapsed="true"] .credit-mall-header {
    gap: 8px;
    padding: 8px;
  }

  .credit-mall-panel[data-collapsed="true"] .credit-mall-title {
    font-size: 11px;
  }

  .credit-mall-panel[data-collapsed="true"] .credit-mall-balance {
    font-size: 16px;
  }

  .credit-mall-panel[data-collapsed="true"] .credit-mall-toggle {
    min-width: 32px;
    min-height: 30px;
  }

  .credit-mall-inline,
  .credit-mall-session,
  .credit-mall-auth-actions,
  .credit-mall-admin-filters,
  .credit-mall-admin-metrics,
  .credit-mall-admin-toolbar,
  .credit-mall-actions {
    grid-template-columns: 1fr;
  }

  .credit-mall-admin-toolbar {
    align-items: stretch;
  }

  .credit-mall-panel--embedded .credit-mall-package-list {
    grid-template-columns: 1fr;
  }

  .credit-mall-order,
  .credit-mall-order--admin,
  .credit-mall-order-controls {
    display: grid;
    grid-template-columns: 1fr;
  }
}
