/* === Neuro Expert Widget Styles === */

/* Скрываем оригинальную иконку */
#neuro-expert-widget .logo-wrapper .logo {
  display: none !important;
}

/* Добавляем нашу иконку */
#neuro-expert-widget .logo-wrapper {
  background: url('../neuroexpert-logo.svg') center/contain no-repeat !important;
  width: 22px !important;
  height: 22px !important;
  min-width: 22px !important;
  min-height: 22px !important;
}

/* Изменяем текст кнопки на "Задать вопрос" */
#neuro-expert-widget .toggle-button::after {
  content: 'Задать вопрос' !important;
}
#neuro-expert-widget .toggle-button > :not(.logo-wrapper) {
  display: none !important;
}
