.vtpStoreDashboardHero h1 {
  max-width: 760px;
  font-size: clamp(38px, 6vw, 58px);
}

.vtpStoreDashboardHero p,
.vtpOrderHero p,
.vtpClientHero .vtpClientCopy {
  max-width: 640px;
}

.vtpMarketplaceListingEditor {
  overflow: hidden;
  border: 1px solid rgba(111, 75, 137, .18);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 10px 30px rgba(71, 42, 91, .06);
}

.vtpMarketplaceListingEditor > summary {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  gap: 12px;
  align-items: center;
  min-height: 70px;
  padding: 14px 18px;
  cursor: pointer;
  list-style: none;
}

.vtpMarketplaceListingEditor > summary::-webkit-details-marker { display: none; }
.vtpMarketplaceListingEditor > summary:hover { background: #fbf8fd; }
.vtpMarketplaceListingEditor > summary:focus-visible { outline: 3px solid rgba(138, 99, 181, .35); outline-offset: -3px; }
.vtpMarketplaceListingEditor[open] > summary { border-bottom: 1px solid rgba(111, 75, 137, .14); background: #fbf8fd; }
.vtpMarketplaceListingEditor > summary strong,
.vtpMarketplaceListingEditor > summary small { display: block; }
.vtpMarketplaceListingEditor > summary small { margin-top: 4px; color: var(--vtp-muted); }
.vtpMarketplaceListingEditor > summary .vtpListingEditAction { font-weight: 900; color: #714691; }
.vtpMarketplaceListingEditor > .vtpEditCard { margin: 0; border: 0; border-radius: 0; box-shadow: none; }

.vtpStoreDashboardTotalsNote {
  margin-top: 14px;
  padding: 12px 14px;
  border: 1px solid rgba(111, 75, 137, .15);
  border-radius: 14px;
  color: var(--vtp-muted);
  background: #fff;
}

.vtpStoreDashboardTotalsNote summary { cursor: pointer; font-weight: 900; color: #4f345f; }
.vtpStoreDashboardTotalsNote p { margin: 9px 0 0; line-height: 1.55; }

@media (max-width: 620px) {
  .vtpMarketplaceListingEditor > summary { grid-template-columns: minmax(0, 1fr) auto; }
  .vtpMarketplaceListingEditor > summary .vtpStatus { grid-row: 2; justify-self: start; }
  .vtpMarketplaceListingEditor > summary .vtpListingEditAction { grid-column: 2; grid-row: 1 / span 2; }
}
