:root {
  font-family: "Helvetica Neue", Arial, "Microsoft YaHei", sans-serif;
  font-size: 14px;
  color: #58666e;
  background: #f0f3f4;
  font-synthesis: none;
}

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  line-height: 1.45;
}

a {
  color: #23a7d2;
  text-decoration: none;
}

a:hover {
  color: #1688ad;
}

button,
input,
select {
  font: inherit;
}

button,
a,
input,
select,
summary {
  outline-offset: 3px;
}

:focus-visible {
  outline: 2px solid #23b7e5;
}

button,
summary {
  cursor: pointer;
}

.icon {
  height: 18px;
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.65;
  stroke-linecap: round;
  stroke-linejoin: round;
  vertical-align: middle;
  flex-shrink: 0;
}

.topbar {
  position: fixed;
  z-index: 20;
  inset: 0 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 0 1px 3px #00000012;
}

.brand {
  width: 200px;
  height: 50px;
  flex-shrink: 0;
  background: #1c2b36;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 20px;
  color: #edf1f2;
  font-size: 19px;
  font-weight: 600;
}

.brand:hover {
  color: white;
}

.brand-mark {
  width: 28px;
  height: 28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  background: #7266ba;
  color: white;
  font-size: 20px;
  font-weight: 700;
  font-style: italic;
}

.menu-toggle {
  height: 50px;
  width: 50px;
  border: 0;
  color: #58666e;
  background: white;
}

.menu-toggle:hover {
  background: #f6f8f8;
}

.top-caption {
  color: #98a6ad;
  font-size: 12px;
}

.account-menu {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 28px;
  padding-right: 22px;
}

.language {
  font-size: 12px;
}

.account-menu details {
  position: relative;
}

.account-menu summary {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 12px;
}

.account-menu summary::-webkit-details-marker {
  display: none;
}

.avatar {
  width: 29px;
  height: 29px;
  border-radius: 50%;
  background: #e8e4f5;
  color: #7266ba;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
}

.caret {
  color: #a3adb3;
}

.account-popup {
  position: absolute;
  right: 0;
  top: 38px;
  width: 150px;
  background: white;
  padding: 7px 0;
  border: 1px solid #dee5e7;
  box-shadow: 0 4px 15px #00000010;
}

.account-popup a,
.account-popup button {
  display: block;
  border: 0;
  background: white;
  width: 100%;
  text-align: left;
  padding: 10px 18px;
  color: #58666e;
}

.account-popup a:hover,
.account-popup button:hover {
  background: #f5f7f8;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 50px;
  bottom: 0;
  width: 200px;
  background: #1c2b36;
  color: #869fb1;
  display: flex;
  flex-direction: column;
  z-index: 15;
  overflow: auto;
}

.sidebar nav {
  padding: 12px 0;
}

.nav-label {
  font-size: 12px;
  color: #627b8d;
  padding: 9px 20px;
}

.sidebar nav > a {
  display: flex;
  align-items: center;
  gap: 16px;
  color: #a4b7c6;
  padding: 13px 20px;
  font-size: 13px;
  min-height: 45px;
}

.sidebar nav > a > .icon {
  width: 16px;
  height: 16px;
  color: #7893a8;
}

.sidebar nav > a:hover,
.sidebar nav > a.active {
  background: #16232d;
  color: #fff;
}

.sidebar nav > a.active > .icon {
  color: #a69ae0;
}

.nav-dot {
  background: #23b7e5;
  border-radius: 2px;
  font-size: 10px;
  line-height: 15px;
  padding: 0 5px;
  color: #fff;
  margin-left: auto;
}

.nav-divider {
  margin: 12px 0;
  border-top: 1px solid #15232d;
}

.sidebar-footer {
  margin-top: auto;
  padding: 22px 20px;
  font-size: 11px;
  color: #7f96a7;
}

.online-dot {
  display: inline-block;
  background: #27c24c;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  margin-right: 7px;
}

main {
  margin-left: 200px;
  padding-top: 50px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.page-heading {
  padding: 21px 25px;
  background: #f6f8f8;
  border-bottom: 1px solid #dee5e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.page-heading h1 {
  margin: 0;
  font-size: 24px;
  font-weight: 300;
  color: #58666e;
}

.page-heading p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #98a6ad;
}

.crumb {
  padding: 0 8px;
}

.content {
  padding: 20px 25px;
  flex: 1;
  min-width: 0;
}

.panel {
  background: white;
  border: 1px solid #dee5e7;
  border-radius: 3px;
  margin-bottom: 20px;
  box-shadow: 0 1px 1px #00000003;
  min-width: 0;
}

.panel-title {
  padding: 13px 16px;
  border-bottom: 1px solid #edf1f2;
  font-weight: 600;
  font-size: 14px;
  background: #fdfdfd;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  min-height: 46px;
}

.panel-title a,
.panel-title > .muted {
  font-size: 12px;
  font-weight: 400;
}

.panel-body {
  padding: 20px;
}

.panel-body > p:first-child {
  margin-top: 0;
}

.muted,
small {
  color: #98a6ad;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 12px;
  border: 1px solid transparent;
  border-radius: 3px;
  color: white;
  font-size: 13px;
  line-height: 1.5;
  white-space: nowrap;
  cursor: pointer;
}

.btn .icon {
  width: 14px;
  height: 14px;
}

.btn-primary {
  background: #7266ba;
  border-color: #7266ba;
}

.btn-primary:hover {
  background: #6254b2;
  color: white;
}

.btn-success {
  background: #27c24c;
  border-color: #27c24c;
}

.btn-success:hover {
  background: #20a83f;
  color: white;
}

.btn-info {
  background: #23b7e5;
  border-color: #23b7e5;
}

.btn-info:hover {
  background: #19a3cf;
  color: white;
}

.btn-white {
  background: white;
  border-color: #dee5e7;
  color: #58666e;
}

.btn-white:hover {
  background: #f3f6f7;
  color: #363f44;
}

.btn-small {
  padding: 3px 8px;
  font-size: 12px;
}

.stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 15px;
}

.stat {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  padding: 23px 12px;
}

.stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e9e5f7;
  width: 49px;
  height: 49px;
  border-radius: 50%;
  flex-shrink: 0;
  border: 3px solid #f7f6fc;
}

.stat-icon .icon {
  width: 24px;
  height: 24px;
}

.stat > div {
  min-width: 0;
  text-align: center;
}

.stat strong {
  display: block;
  font-size: 25px;
  line-height: 1.4;
  font-weight: 300;
  white-space: nowrap;
}

.stat > div > span {
  display: block;
  font-size: 12px;
  color: #98a6ad;
  margin-top: 4px;
}

.color-0 {
  color: #7266ba;
}

.color-1 {
  color: #23b7e5;
}

.color-2 {
  color: #27c24c;
}

.color-3 {
  color: #f4a83c;
}

.color-4 {
  color: #f05050;
}

.stat-icon.color-1 {
  background: #e2f5fc;
  border-color: #f5fbfd;
}

.stat-icon.color-2 {
  background: #e5f7e9;
  border-color: #f4fcf6;
}

.stat-icon.color-3 {
  background: #fff3da;
  border-color: #fffaf0;
}

.stat-icon.color-4 {
  background: #fce9e9;
  border-color: #fff7f7;
}

.dashboard-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.profile-banner {
  height: 86px;
  background: #23b7e5;
  color: white;
  padding: 16px 20px;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}

.profile-banner a {
  color: #d9f4fd;
}

.profile-body {
  text-align: center;
  padding: 0 20px 18px;
}

.profile-avatar {
  height: 65px;
  width: 65px;
  margin-top: -33px;
  background: white;
  border-radius: 50%;
  border: 4px solid white;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #23b7e5;
  font-size: 35px;
  font-weight: 700;
  box-shadow: 0 1px 5px #0000000a;
}

.profile-body h2 {
  font-weight: 300;
  font-size: 21px;
  margin: 12px 0 7px;
}

.profile-body p {
  font-size: 12px;
  margin: 0;
}

.profile-counts {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #f6f8f8;
  border-block: 1px solid #edf1f2;
  text-align: center;
}

.profile-counts a {
  padding: 16px;
  color: #58666e;
  border-right: 1px solid #e8edef;
}

.profile-counts a:last-child {
  border: 0;
}

.profile-counts strong {
  display: block;
  font-size: 23px;
  font-weight: 300;
}

.profile-counts span {
  font-size: 12px;
  color: #98a6ad;
}

.payment-totals {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  padding: 18px 8px;
  gap: 5px;
}

.payment-totals > div {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 7px;
}

.pay-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  border-radius: 5px;
  color: white;
  font-size: 15px;
  font-weight: 700;
}

.alipay {
  background: #1aa2e6;
}

.wechat {
  background: #27c24c;
}

.yesterday {
  background: #98a6ad;
}

.payment-totals strong {
  font-size: 15px;
  font-weight: 500;
}

.payment-totals > div > span:last-child {
  font-size: 11px;
  color: #98a6ad;
}

.shortcuts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 17px 8px;
}

.shortcuts > a {
  color: #58666e;
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 12px;
  gap: 10px;
}

.shortcuts .icon {
  color: #7266ba;
}

.notice-list > a {
  display: flex;
  padding: 19px 18px;
  gap: 12px;
  border-bottom: 1px solid #edf1f2;
  align-items: flex-start;
  color: #58666e;
}

.notice-list > a:last-child {
  border: 0;
}

.notice-list > a > .icon {
  margin-left: auto;
  color: #c1cbd0;
  width: 13px;
  margin-top: 11px;
}

.notice-list strong {
  font-size: 13px;
  font-weight: 500;
}

.notice-list p {
  font-size: 12px;
  color: #98a6ad;
  margin: 6px 0 0;
  line-height: 1.7;
}

.notice-point {
  width: 7px;
  height: 7px;
  margin-top: 6px;
  flex-shrink: 0;
  border-radius: 50%;
}

.orange {
  background: #fad733;
}

.blue {
  background: #23b7e5;
}

.green {
  background: #27c24c;
}

.endpoint {
  border: 1px solid #dee5e7;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px;
  gap: 10px;
  background: #fafcfc;
}

.endpoint code {
  font-size: 13px;
  overflow-wrap: anywhere;
  color: #7266ba;
}

.endpoint-note {
  font-size: 11px;
  line-height: 2;
  color: #98a6ad;
  margin-bottom: 0;
}

.endpoint-note span {
  margin-left: 14px;
}

.chart {
  padding: 18px 20px 10px;
  position: relative;
}

.chart-legend {
  font-size: 12px;
  margin-bottom: 10px;
}

.chart-legend > .muted {
  float: right;
}

.legend-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #23b7e5;
  border-radius: 50%;
  margin-right: 7px;
}

.chart svg {
  display: block;
  width: 100%;
  height: 200px;
}

.gridline {
  stroke: #edf1f2;
  stroke-width: 1;
  fill: none;
  stroke-dasharray: 4 4;
}

.chart-line {
  fill: none;
  stroke: #23b7e5;
  stroke-width: 2.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.chart text {
  font-size: 10px;
  fill: #98a6ad;
}

.chart-empty {
  text-align: center;
  color: #b1bbc1;
  font-size: 12px;
  margin: 0 0 10px;
}

.table-wrap {
  overflow: auto;
  width: 100%;
}

table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  text-align: left;
}

th,
td {
  padding: 11px 13px;
  border-bottom: 1px solid #e9edef;
  border-right: 1px solid #edf1f2;
  vertical-align: middle;
}

th:last-child,
td:last-child {
  border-right: 0;
}

th {
  font-weight: 600;
  background: #fafbfc;
  color: #58666e;
  white-space: nowrap;
  padding-top: 13px;
  padding-bottom: 13px;
}

tbody tr:nth-child(even) {
  background: #fafbfc;
}

tbody tr:hover {
  background: #f5f9fc;
}

tbody tr:last-child td {
  border-bottom: 0;
}

td small {
  display: block;
  font-size: 11px;
  line-height: 1.8;
  margin-top: 2px;
}

.order-number {
  color: #23a7d2;
  white-space: nowrap;
  font-size: 12px;
}

.amount {
  color: #f05050;
  font-weight: 500;
  white-space: nowrap;
}

.badge {
  display: inline-block;
  color: white;
  line-height: 1.5;
  padding: 2px 6px;
  border-radius: 2px;
  font-size: 11px;
  font-weight: 400;
  white-space: nowrap;
}

.badge.success {
  background: #27c24c;
}

.badge.info {
  background: #23b7e5;
}

.badge.warning {
  background: #f4b541;
}

.badge.danger {
  background: #f05050;
}

.badge.muted {
  background: #98a6ad;
  color: white;
}

.product-name {
  max-width: 180px;
  min-width: 100px;
  overflow-wrap: anywhere;
}

.empty {
  text-align: center !important;
  padding: 50px 20px !important;
  color: #98a6ad;
}

.empty > .icon {
  width: 30px;
  height: 30px;
  color: #c4cfd4;
}

.empty p {
  margin: 10px 0 5px;
}

.empty > span {
  font-size: 11px;
}

.actions {
  white-space: nowrap;
}

.actions form {
  display: inline-block;
  margin-left: 3px;
}

.order-filter {
  display: flex;
  align-items: center;
  gap: 9px;
  flex-wrap: wrap;
  padding: 16px 13px;
}

.order-filter input,
.order-filter select {
  height: 34px;
  margin: 0;
  padding: 6px 8px;
  font-size: 12px;
  width: auto;
}

.filter-search {
  display: flex;
}

.filter-search select {
  border-radius: 3px 0 0 3px;
  background: #f8fafb;
  width: 95px;
}

.filter-search input {
  border-left: 0;
  border-radius: 0 3px 3px 0;
  width: 150px;
}

.date-range {
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-range input {
  width: 132px;
}

.date-range span {
  color: #a3b1b9;
  font-size: 11px;
}

.order-filter .short-input {
  width: 85px;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px;
  font-size: 12px;
  border-top: 1px solid #e9edef;
  gap: 12px;
}

.pagination > span > .muted {
  margin-left: 8px;
}

.page-number {
  display: inline-block;
  line-height: 28px;
  padding: 0 12px;
  color: #7266ba;
}

.forms {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(285px, 1fr));
  gap: 20px;
  align-items: start;
  scroll-margin-top: 70px;
}

label {
  display: block;
  font-size: 13px;
  margin-bottom: 16px;
}

input,
select {
  display: block;
  width: 100%;
  border: 1px solid #cfdadd;
  padding: 8px 10px;
  border-radius: 3px;
  color: #58666e;
  background: white;
  margin-top: 6px;
  min-width: 0;
}

input:focus,
select:focus {
  border-color: #23b7e5;
}

label small {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 6px;
}

dl {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 14px;
  margin: 0;
  font-size: 13px;
}

dt {
  color: #98a6ad;
}

dd {
  margin: 0;
  overflow-wrap: anywhere;
}

.tabs {
  display: flex;
  gap: 5px;
  margin-bottom: 15px;
}

.tabs a {
  padding: 8px 14px;
  background: white;
  border: 1px solid #dee5e7;
  border-radius: 3px;
  color: #58666e;
  font-size: 12px;
}

.alert {
  padding: 13px 17px;
  border: 1px solid;
  border-radius: 3px;
  margin-bottom: 18px;
  font-size: 13px;
  line-height: 1.8;
}

.alert.info {
  background: #eaf6fc;
  border-color: #cce9f6;
  color: #317f9e;
}

.alert.danger {
  background: #fef0f0;
  border-color: #f5cece;
  color: #ba4b4b;
}

.secret {
  display: block;
  padding: 18px;
  background: #f7f9fb;
  border: 1px solid #e5eaf0;
  color: #7266ba;
  font-size: 20px;
  overflow-wrap: anywhere;
}

.secret-panel {
  max-width: 650px;
}

footer {
  background: #edf1f2;
  border-top: 1px solid #dee5e7;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  font-size: 11px;
  color: #98a6ad;
}

.login-body main {
  margin: 0;
  padding: 0;
}

.login-body .page-heading {
  display: none;
}

.login-body .content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 90vh;
}

.login-panel {
  width: 360px;
  padding: 30px;
  margin: 0;
}

.login-brand {
  text-align: center;
  margin-bottom: 30px;
}

.login-brand .brand-mark {
  width: 44px;
  height: 44px;
  font-size: 29px;
}

.login-brand h2 {
  font-size: 22px;
  font-weight: 400;
  color: #58666e;
  margin: 12px 0 5px;
}

.login-brand p {
  font-size: 12px;
  color: #98a6ad;
  margin: 0;
}

.login-panel .btn {
  width: 100%;
  margin-top: 6px;
}

.nav-folded .sidebar {
  width: 60px;
}

.nav-folded main {
  margin-left: 60px;
}

.nav-folded .brand {
  width: 60px;
  padding: 0 16px;
}

.nav-folded .brand-name,
.nav-folded .sidebar span,
.nav-folded .nav-label,
.nav-folded .nav-dot {
  display: none;
}

.nav-folded .sidebar nav > a {
  padding: 15px 22px;
}

.nav-folded .sidebar-footer {
  padding: 22px;
}

.nav-folded .sidebar-footer .online-dot {
  display: block;
}

@media (min-width: 1700px) {
  .content {
    padding: 25px 35px;
  }

  .chart svg {
    height: 240px;
  }

  .stat {
    padding-block: 28px;
  }
}

@media (max-width: 1250px) {
  .stats {
    gap: 10px;
  }

  .stat {
    gap: 7px;
    padding: 18px 8px;
  }

  .stat-icon {
    width: 36px;
    height: 36px;
  }

  .stat-icon .icon {
    width: 19px;
    height: 19px;
  }

  .stat strong {
    font-size: 21px;
  }

  .content {
    padding: 18px;
  }

  .page-heading {
    padding: 20px;
  }

  .dashboard-grid {
    gap: 16px;
  }
}

@media (max-width: 1050px) {
  .stats {
    grid-template-columns: repeat(3, 1fr);
  }

  .dashboard-grid {
    grid-template-columns: 1fr;
  }

  .stat {
    margin-bottom: 5px;
  }

  .stats {
    margin-bottom: 15px;
  }

  .top-caption {
    display: none;
  }

  .stat strong {
    font-size: 24px;
  }
}

@media (max-width: 760px) {
  .topbar .brand {
    width: auto;
    min-width: 160px;
  }

  .topbar .menu-toggle {
    order: -1;
    background: #1c2b36;
    color: white;
    width: 44px;
  }

  .account-menu {
    padding-right: 12px;
  }

  .language,
  .top-caption {
    display: none;
  }

  .account-menu summary {
    font-size: 0;
  }

  .account-menu .avatar {
    font-size: 12px;
  }

  .sidebar {
    transform: translateX(-100%);
    transition: transform 0.15s;
  }

  .nav-open .sidebar {
    transform: translateX(0);
    box-shadow: 6px 0 20px #0003;
  }

  main,
  .nav-folded main {
    margin: 0;
  }

  .content {
    padding: 14px;
  }

  .page-heading {
    padding: 18px 15px;
  }

  .page-heading h1 {
    font-size: 22px;
  }

  .page-heading p {
    max-width: 270px;
  }

  .stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .stat:last-child {
    grid-column: span 2;
    justify-content: flex-start;
    padding-left: 20px;
  }

  .stat:last-child > div {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 14px;
  }

  .stat {
    padding: 16px 8px;
  }

  .stat strong {
    font-size: 22px;
  }

  .forms {
    grid-template-columns: 1fr;
  }

  .pagination {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }

  dl {
    grid-template-columns: 110px 1fr;
    gap: 12px;
  }

  .order-filter {
    gap: 10px;
  }

  .filter-search {
    flex: 1;
    min-width: 220px;
  }

  .filter-search input {
    flex: 1;
  }

  .date-range {
    flex: 1;
  }

  .date-range input {
    flex: 1;
    min-width: 120px;
  }

  .order-filter select {
    flex: 1;
  }

  .order-filter .short-input {
    flex: 1;
    min-width: 80px;
  }

  .chart {
    padding: 16px 8px;
  }

  .chart svg {
    height: 175px;
  }

  .chart-legend {
    padding: 0 8px;
  }

  .profile-banner {
    height: 78px;
  }

  .profile-counts a {
    padding: 12px;
  }

  .login-panel {
    padding: 25px;
    width: min(360px, 100%);
  }

  footer {
    padding: 15px;
  }

  .nav-folded .brand-name {
    display: inline;
  }

  .nav-folded .brand {
    width: auto;
  }

  .nav-folded .sidebar {
    width: 200px;
  }

  .nav-folded .sidebar span,
  .nav-folded .nav-label {
    display: initial;
  }

  .nav-folded .sidebar nav > a {
    padding: 13px 20px;
  }
}

.merchant-totals {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-bottom: 20px;
}
.merchant-totals .panel {
  padding: 20px;
  margin-bottom: 0;
}
.merchant-totals strong {
  display: block;
  color: #7266ba;
  font-size: 26px;
  margin-top: 8px;
}
.merchant-orders {
  min-width: 1050px;
}
.merchant-orders td small {
  display: block;
  color: #98a6ad;
  margin-top: 5px;
}
.merchant-orders td:nth-child(2) {
  max-width: 200px;
  overflow-wrap: anywhere;
}
.merchant-portal .profile-body h2 {
  overflow-wrap: anywhere;
}
.merchant-portal .row-actions {
  display: flex;
  align-items: center;
  gap: 5px;
}
.merchant-portal dd {
  overflow-wrap: anywhere;
}
.merchant-key-form {
  max-width: 420px;
  margin: 20px 0;
}
@media (max-width: 760px) {
  .merchant-totals {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .merchant-totals .panel {
    padding: 14px;
  }
  .merchant-portal .brand-name {
    font-size: 16px;
  }
}
