/* Make the header label match the .fe-step-title visuals used in the editor panels */
.fe-step-title {
  font-weight: 600;
  font-size: 1rem; /* 16px */
  margin-bottom: 0.5rem;
  color: #212529; /* matches Bootstrap body color */
  line-height: 1.25;
}

/* Apply the same appearance to the form label in the header area */
.fe-header-left .form-label.fw-semibold {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  color: inherit;
  line-height: 1.25;
  display: block;
}