#joruri-agent .agent-popup-wrapper {
  bottom: 120px;
}

#joruri-agent-qagen-link .agent-popup-wrapper {
  position: fixed;
  z-index: 999;
  right: 20px;
  bottom: 50px;
}

#joruri-agent-qagen-link .agent-popup-balloon {
  color: black;
  text-decoration: none;
}

#joruri-agent-qagen-link .agent-popup-wrapper .agent-popup__link {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  width: 210px;
  padding: .25rem .5rem;
  border-radius: 10px;
  background-color: #edf6fb;
  text-decoration: none;
  white-space: nowrap;
  gap: 0 10px;
  cursor: pointer;
}

#joruri-agent-qagen-link .agent-popup-wrapper .agent-popup__link span {
  font-size: 0.875rem;
}

#joruri-agent-qagen-link .agent-popup-wrapper .agent-popup__image {
  width: 40px;
  height: 40px;
}

#joruri-agent-qagen .agent-dialogue__message.agent-dialogue__message--initial {
  padding: 16px !important;
}