.vs-account-hero h1 {
  font-size: clamp(42px, 6vw, 78px);
  line-height: .96;
  margin: 12px 0 18px;
  max-width: 850px;
}

.vs-account-hero p,
.vs-library-row p,
.vs-library-card p,
.vs-library-empty p,
.vs-order-card p,
.vs-login-panel p,
.vs-account-fieldset p {
  color: rgba(251, 245, 235, .72);
  line-height: 1.55;
}

.vs-account-hero p {
  max-width: 690px;
  font-size: 20px;
}

.vs-account-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 26px;
}

.vs-install-help {
  max-width: 620px;
  margin: 12px 0 0;
  border: 1px solid rgba(227, 201, 157, .26);
  border-radius: 8px;
  background: rgba(227, 201, 157, .1);
  color: rgba(251, 245, 235, .84) !important;
  padding: 12px 14px;
  font-size: 15px !important;
}

body.woocommerce-account .vs-button,
body.woocommerce-account .button,
body.woocommerce-account button,
body.woocommerce-account input[type="submit"] {
  background: #e3c99d;
  color: #17201b;
  box-shadow: 0 12px 26px rgba(0, 0, 0, .22);
}

body.woocommerce-account .vs-button.secondary,
body.woocommerce-account .button.secondary {
  background: rgba(251, 245, 235, .08);
  color: #fbf5eb;
  border: 1px solid rgba(251, 245, 235, .18);
}

.vs-account-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.vs-account-stats span {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: 1px solid rgba(251, 245, 235, .14);
  border-radius: 999px;
  background: rgba(251, 245, 235, .07);
  color: rgba(251, 245, 235, .78);
  padding: 10px 14px;
  font-weight: 750;
}

.vs-account-stats strong {
  color: #fbf5eb;
}

.vs-account-hero-card {
  position: relative;
  min-height: 560px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 34px 90px rgba(0, 0, 0, .38);
  background: #1d271f;
}
