.search__container {
    background-color: #098594 !important; /* заменяет синий на нужный цвет */
}

.search__input-button.button-primary {
  background-color: #ffffff !important; /* белый фон */
  color: #098594 !important;            /* цвет текста */
  border: 1px solid #098594 !important; /* чтобы была аккуратная рамка */
}


  /* Ставим переменную на ближайший контейнер виджета */
  body #hr-widget .search__container {
    --custom-main: #ffffff !important;  /* фон */
    --custom-text: #098594 !important;  /* текст/иконки */
  }


/* Если текст внутри не перекрашивается */
.search__input-button .button-content {
  color: #098594 !important;
}


body #hr-widget .button-primary.big.search__input-button:hover {
  background-color: #e7f4ff !important;
  color: #ffffff !important;
}

