.SectionMessageButton.ButtonNext {
    color: var(--section-message-button-color);
  }

    .SectionMessageButton.ButtonNext:hover,
    .SectionMessageButton.ButtonNext:focus:not(:focus-visible) {
      color: var(--section-message-button-color);
    }

    .SectionMessageButton.ButtonNext:focus {
      color: var(--section-message-button-color-hover);
    }
