/* beat Emplifi's inline width/height/border-radius */
.AstuteBotMessengerContainer[data-type="Launcher"] {
  width: 210px !important;
  height: 64px !important;
  border-radius: 32px !important;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,.25);
  background: #8fad15;
}

.AstuteBotMessengerContainer[data-type="Launcher"] .ComponentFrame {
  width: 100% !important;
  height: 100% !important;
}

.AstuteBotMessengerContainer[data-type="Launcher"]::after {
  content: "Chat with Us";
  position: absolute;
  top: 50%;
  left: 70px;
  transform: translateY(-50%);
  color: #fff;
  font-weight: 700;
  font-size: 20px;
  white-space: nowrap;
  pointer-events: none; /* let clicks fall through to the iframe */
  z-index: 2;
}
