.vs-members-top-copy p {
  max-width: 660px;
  font-size: 18px;
  margin: 0;
}

.vs-members-top-actions {
  padding: 20px;
  display: grid;
  align-content: center;
  gap: 12px;
}

.vs-members-top-actions .vs-button {
  width: 100%;
  text-align: center;
}

.vs-members-top-actions .vs-install-help {
  margin: 0;
  color: var(--vs-muted) !important;
  background: #fffaf0;
  border-color: rgba(201, 150, 79, .42);
}

.vs-account-shell {
  grid-template-columns: 292px minmax(0, 1fr);
  gap: 20px;
}

.woocommerce-account .woocommerce-MyAccount-navigation.vs-account-nav {
  top: 92px;
  float: none !important;
  width: 100% !important;
  max-width: none;
  background: var(--vs-paper);
  border: 1px solid var(--vs-line);
  border-radius: 8px;
  box-shadow: 0 12px 34px rgba(47, 39, 35, .08);
  padding: 14px;
}

.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: auto;
}

.vs-account-nav-head {
  display: grid;
  gap: 4px;
  padding: 6px 8px 12px;
  border-bottom: 1px solid var(--vs-line);
  margin-bottom: 10px;
}

.vs-account-nav-head span {
  color: var(--vs-red);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.vs-account-nav-head strong {
  color: var(--vs-brown);
  font-size: 20px;
}

.vs-product-nav-list,
.vs-account-nav-tools {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 8px;
}

.vs-product-nav-list a,
.vs-account-nav-tools a {
  min-height: 62px;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 8px;
  color: var(--vs-brown);
  padding: 10px;
  text-decoration: none;
  background: rgba(244, 241, 234, .7);
}

.vs-product-nav-list .is-open a {
  background: #eef7f2;
  border-color: rgba(82, 125, 112, .25);
}
