/* Userlike chat widget: reposition the chat button (widget injects its own styles at runtime, hence !important) */
aside[aria-label=Chat] div[data-test-id=button] > div {
  right: 60px !important;
}
aside[aria-label=Chat] div[data-test-id=button] > div + div {
  height: 22px !important;
  right: 56px !important;
}
@media (min-width: 501px) {
  aside[aria-label=Chat] div[data-test-id=main] > div:first-child {
    right: 60px !important;
  }
}
