/* Shared account-style page heading */
.account-body {
  background: var(--tg-color-white-default);
  border: 1px solid var(--tg-color-border-soft);
  border-radius: 22px;
  box-shadow: 0 18px 44px var(--tg-color-alpha-051336-06);
  min-height: 540px;
  padding: 34px;
}

.account-body__header {
  align-items: center;
  border-bottom: 1px solid var(--tg-color-border-soft);
  display: flex;
  gap: 18px;
  justify-content: space-between;
  margin-bottom: 28px;
  padding-bottom: 22px;
}

.account-body__header span {
  color: var(--tg-theme-primary);
  display: block;
  font-weight: 800;
  letter-spacing: 0.04em;
  margin-bottom: 8px;
}

.account-body__header h1 {
  color: var(--tg-theme-secondary);
  line-height: 1;
  margin: 0;
}

.account-body__header p {
  color: var(--tg-color-text-muted);
  line-height: 1.65;
  margin: 12px 0 0;
}

.patimu-public-page-heading .listing-results__summary {
  display: block;
  width: fit-content;
  margin: 12px 0 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: var(--tg-color-text-muted);
  font-weight: 700;
  line-height: 1.45;
}

.patimu-public-page-heading .listing-results__summary strong {
  color: var(--tg-theme-primary);
}

.patimu-public-page-heading.account-body {
  min-height: 0;
  margin: 0 0 var(--patimu-public-card-gap);
}

.patimu-public-page-heading .account-body__header {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

@media (max-width:767.98px) {
  .account-body {
    min-height: 0;
    padding: 14px;
  }

.account-body__header {
    align-items: flex-start;
    flex-direction: column;
    gap: 4px;
    margin-bottom: 12px;
    padding-bottom: 10px;
  }

.account-body__header span {
    margin-bottom: 4px;
  }

.account-body__header h1 {
    line-height: 1.08;
  }

.account-body__header p {
    display: none;
  }

.patimu-public-page-heading .listing-results__summary {
    margin-top: 6px;
    line-height: 1.3;
  }

.patimu-public-page-heading .account-body__header {
    margin-bottom: 0;
    padding-bottom: 0;
  }

.patimu-public-page-heading.account-body {
    margin-bottom: 8px;
    padding: 10px 12px;
    border-radius: 16px;
  }

}

/* Shared account dashboard hero */
.account-dashboard__hero {
  align-items: center;
  background: linear-gradient(135deg, var(--tg-color-white-default) 0%, var(--tg-color-surface-soft) 100%);
  border: 1px solid var(--tg-color-border-soft);
  border-radius: 18px;
  display: flex;
  gap: 24px;
  justify-content: space-between;
  padding: 22px 24px;
}

.account-dashboard__hero-content {
  max-width: 650px;
}

.account-dashboard__eyebrow, .account-dashboard__panel-kicker {
  color: var(--tg-theme-primary);
  display: block;
  font-weight: 800;
  letter-spacing: .04em;
  margin-bottom: 6px;
}

.account-dashboard__hero h2 {
  color: var(--tg-theme-secondary);
  margin: 0 0 7px;
}

.account-dashboard__hero p {
  color: var(--tg-color-text-muted);
  line-height: 1.65;
  margin: 0;
}

.account-dashboard__primary-action {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 8px;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
}

@media (max-width:767.98px) {
  .account-dashboard__hero {
    align-items: flex-start;
    flex-direction: column;
    padding: 18px;
  }

.account-dashboard__primary-action {
    width: 100%;
  }

.account-dashboard__hero h2 {
  }

.account-dashboard__eyebrow, .account-dashboard__panel-kicker {
  }

.account-dashboard__hero p {
    line-height: 1.45;
  }

}

