/* Chat Button Styles */
.fIA-DoX {
  display: flex;
  cursor: pointer;
  flex-direction: row;
  height: 64px;
  width: 64px;
  align-items: center;
  justify-content: center;
  background-color: rgba(10, 13, 17, 0.85);
  border-radius: 9999px;
  bottom: 30px;
  position: absolute;
  right: 30px;
  z-index: 60;
}

.chnNiI {
  display: flex;
  cursor: inherit;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.dGMkk {
  /* Coachmark styles can be added here if needed */
}