.beshare-popup {
  display: none;
  background: white;
  border-radius: 20px;
  box-shadow: 0 0 8px 0px rgba(0,0,0,0.2);
  padding: 10px;
  width: 272px;
  position: absolute;
  z-index: 9999;
  transform: translate(-50%, 20px);
}

.beshare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.beshare-list:before {
  content: "";
  position: absolute;
  top: -25.3px;
  left: 50%;
  transform: rotate(225deg);
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border: 10px solid #ffffff;
  box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, .06);
  border-radius: 3px;
}

.beshare-list li {
  margin: 6px 0;
}

.beshare-list a {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: #242424;
  padding: 7px 10px;
  border-radius: 4px;
  transition: background 0.2s;
  font-family: 'Rubik';
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
  letter-spacing: -0.4px;

}

.beshare-list a:hover {
  background: #f0f0f0;
  border-bottom: none;
  color: #242424;
}

.beshare-list a:active {
  background: #E0E0E0;
  border-bottom: none;
  color: #242424;
}

.beshare-list a:focus-visible {
border: 2 solid #000;
border-radius: 4px;
}

.beshare-list img {
  width: 18px;
  height: 18px;
}

@media (max-width: 768px) {
  .beshare-popup {
    width:240px;
  }
}
