:root {
  --widget-height: 100px;
}

#chat-button {
  bottom: var(--widget-height) !important;
}

@media (min-width: 96ch) {
  #chat-button {
    bottom: 20px !important;
  }
}
