.vs-product-nav-list .is-locked a {
  background: #fffaf0;
  border-color: rgba(201, 150, 79, .25);
}

.vs-product-nav-list .vs-icon,
.vs-account-nav-tools .vs-icon {
  width: 28px;
  height: 28px;
  color: var(--vs-tea);
}

.vs-product-nav-list .is-locked .vs-icon {
  color: var(--vs-gold);
}

.vs-product-nav-list strong {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  overflow-wrap: anywhere;
}

.vs-product-nav-list small {
  display: block;
  margin-top: 3px;
  color: var(--vs-muted);
  font-weight: 800;
}

.vs-account-nav-tools {
  border-top: 1px solid var(--vs-line);
  margin-top: 12px;
  padding-top: 12px;
}

.vs-account-nav-tools a {
  min-height: 44px;
  grid-template-columns: 24px minmax(0, 1fr);
  background: transparent;
  color: var(--vs-muted);
  font-weight: 850;
}

.vs-account-nav-tools .vs-icon {
  width: 21px;
  height: 21px;
  color: var(--vs-muted);
}

.vs-members-status {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 22px;
  margin-bottom: 18px;
}

.vs-members-status h2 {
  font-size: clamp(28px, 4vw, 42px);
  line-height: 1.05;
  margin: 8px 0 8px;
}

.vs-members-status p {
  margin: 0;
}

.vs-members-status .vs-account-stats {
  margin: 0;
  justify-content: flex-end;
}

.vs-members-status .vs-account-stats span {
  background: #eef7f2;
  border-color: rgba(82, 125, 112, .24);
  color: var(--vs-tea);
}

.vs-members-status .vs-account-stats strong {
  color: var(--vs-brown);
}

.vs-product-access-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 28px;
}
