/* .salespeak-embed {
  display: flex;
  justify-content: end;
}

#salespeak-widget.inline-button .launcher-container {
  border: none !important;
  color: white !important;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 500;
  font-size: 1rem;
}


.salespeak-relyance-icon {
  display: flex;
  position: relative;
  top: -0.2rem;
  justify-content: center;
  align-items: center;
  width: 1.45rem;
  color: #0568f7;
}

#salespeak-widget.inline-button .launcher-container:hover {
  background: unset !important;
  border-color: unset !important;
  box-shadow: unset !important;
  color: var(--base-color-brand--electric-blue) !important;
}



@media screen and (max-width: 1035px) and (min-width: 992px) {
  .salespeak-relyance-icon {
    display: none;
  }
  .salespeak-embed {
    width: 5.5rem;
  }
} */
