.not-image .image-with-text__media {
  display: none !important;
}

.not-image .image-with-text__inner  {
  padding-inline-start: 0 !important;
}
#chat-button {
  transition: bottom 0.3s ease;
}
body:has(.sticky-atc-bar--show) #chat-button {
  bottom: 110px !important;
}

@media(max-width: 767px) {
  body:has(.sticky-atc-bar--show) #chat-button {
    bottom: 74px !important;
  }
}