/*itsrlabs/apps/platform/static/css/_shared/labels_headers.css*/
.section-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
  font-weight: 650;
  color: #4b5563;
}

.text-label {
  text-transform: uppercase;
  letter-spacing: 0.07em;
  font-size: 0.74rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.1rem;
}

.section-header-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.section-label-sub {
  font-size: 0.75rem;
  color: #6b7280;
}

/* ----- Platform theme: tab and modal headers (settings-title, tab-header-subtitle) ----- */
.settings-title {
  font-size: 1.1rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.tab-header-subtitle {
  font-size: 0.8rem;
  color: #6b7280;
  margin-top: 0.25rem;
  margin-bottom: 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #e5e7eb;
}

/* Modal header: title + close inline (like add-subscription); underline extends full width below */
.platform-modal-header {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 0.75rem 0.9rem 0;
}

.platform-modal-header-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
}

.platform-modal-header .settings-title {
  flex: 1 1 auto;
  min-width: 0;
}

.platform-modal-close {
  flex: 0 0 auto;
}

.platform-modal-header .tab-header-subtitle {
  margin-top: 0.25rem;
  padding-bottom: 0.35rem;
  width: 100%;
}

/* ----- Platform form/section label (reusable; not profile-specific) ----- */
.platform-header-1 {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #374151;
  margin-bottom: 0.1rem;
}