/* header-text.css */
.mazda-custom-header-transparent .mazda-custom-header-utility-icon-row .mazda-header-center-text {
  color: #fff;
}

.mazda-custom-header-transparent.bg-fill .mazda-custom-header-utility-icon-row .mazda-header-center-text {
  color: #000;
}

.mazda-custom-header-utility-icon-row .mazda-header-center-text {
  flex: 1 1 auto;          /* take remaining horizontal space */
  text-align: center;      /* center the text within that space */
  font-size: 18px;         /* adjust as needed */
  font-weight: 500;        /* optional */
}
