.header-container {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
  color: #2F2D4E;
}

.open-chat-button-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.1em;
  position: relative;
}

.open-chat-button-content .stacked-bubble {
  position: absolute;
  top: -50px;
  left: 90%;
  transform: translateX(-50%);
  width: 100px;
  height: 100px;
  pointer-events: none;
}

.open-chat-button-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
  line-height: 1.2;
  font-size: 1.5em;
  padding: 0.3em 0.6em;
  font-family: inherit;
}

.open-chat-button-text .text-bold {
  font-weight: 600;
}

.font-regular {
  font-family: inherit;
  font-size: 16px;
}

.font-semibold {
  font-family: inherit;
  font-size: 24px;
}
