:global(.botfoundry) {
  :global(.botfoundry-btn).top-bar-btn {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    box-shadow:
      inset 0px 1px 3px 0px rgba(255, 255, 255, 0.28),
      inset 0px 1px 3px 0px rgb(0 0 0 / 32%),
      0 1px 1px rgb(0 0 0 / 4%);
    margin-right: 1px;
    font-size: 0.875rem;
    background: #d7d7f3;
    padding: 10px;
  }
}
