    .bubble-switcher__button,
    .mi-btn--light {
      transition: background-color 0.3s ease-in-out;
    }

    .bubble-switcher__button:hover,
    .mi-btn--light:hover {
      background-color: #0056b3;
      /* Change to the desired hover color */
      color: #fff;
      /* Change to the desired text color on hover */
    }