#landbot-bubble {
  position: fixed;
  bottom: 90px;
  right: 20px;
  background: #ffffff;
  color: #464646;
  padding: 20px 20px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  font-family: "Lato", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4;
  max-width: 308px;
  display: none;
  z-index: 99999;
}

#landbot-bubble::after {
  content: "";
  position: absolute;
  bottom: 40px;
  right: 40px;
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

.LandbotLauncher__Button {
  width: 120px !important;
  height: 120px !important;
  bottom: 30px !important;
  right: 30px !important;
}

.LandbotLauncher__Button img.Media.is-contain {
  width: 120px !important;
  height: 120px !important;
}