/* ===================================================
   Artist-Seiten-Überschriften (Meine Gigs, Profilansicht, Profil anpassen)
   =================================================== */

.dashboard-header-title {
  display: flex;
  flex-wrap: nowrap;
  align-items: baseline;
  gap: 0;
  min-width: 0;
  width: 100%;
  font-size: var(--dashboard-title-size, 32px);
  line-height: 1.2;
}

.dashboard-header-title h1 {
  font-size: 1em;
  color: #815da7;
  font-weight: 600;
  margin: 0;
  text-align: left;
  white-space: nowrap;
  flex-shrink: 0;
}

.dashboard-active-profile-label,
.dashboard-active-profile-label.muveup-profile-nav-trigger {
  font-size: 1em;
  font-weight: 700;
  color: #F28C38;
  white-space: nowrap;
  min-width: 0;
}

.dashboard-active-profile-label::before {
  content: "·";
  margin: 0 8px;
  color: #bbb;
  font-weight: 400;
}

.dashboard-active-profile-label-text {
  font: inherit;
  font-weight: 700;
  min-width: 0;
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.muveup-profile-nav-dropdown--dashboard {
  position: relative;
  display: inline-flex;
  align-items: baseline;
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
}

.dashboard-active-profile-label.muveup-profile-nav-trigger {
  cursor: pointer;
  border: none;
  background: transparent;
  font-family: inherit;
  padding: 0;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  line-height: 1.2;
  -webkit-tap-highlight-color: transparent;
}

.dashboard-active-profile-label.muveup-profile-nav-trigger:hover,
.muveup-profile-nav-dropdown--dashboard.is-open .dashboard-active-profile-label.muveup-profile-nav-trigger {
  color: #E87C28;
}

.muveup-profile-nav-chevron--inline {
  border-top-color: currentColor;
  margin-top: 5px;
  opacity: 0.9;
  flex-shrink: 0;
}

.profile-page-title-row {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin: 12px 0 0 0;
  width: 100%;
}

.profile-page-title-row .dashboard-header-title {
  flex: 1 1 auto;
  min-width: 0;
  width: auto;
}

.profile-page-title-row .profile-status-badges-top {
  justify-content: flex-end;
}

.profile-page-badges {
  margin: 0;
  flex-shrink: 0;
}

@media (max-width: 768px) {
  .dashboard-header-title:not(.dashboard-header-title--fitted) {
    --dashboard-title-size: 24px;
  }
}
