div[data-content] {
  position: fixed;
  right: 28px;
  top: 28px;
  z-index: 8888;
  height: 48px;
  width: 48px;
  background-color: var(--primark-bg-color);
  padding: 6px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
}
