/* CSS for Social Share component */
.phantom-better-social-sharing a {
  cursor: pointer;
}

.phantom-better-social-sharing .label {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.phantom-better-social-sharing a {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
  transition: .2s ease;
  margin-right: 8px;
}

.phantom-better-social-sharing a:hover{
  opacity: 0.8;
}

.social-sharing-buttons-popup {
  display: none;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  margin-bottom: 5px;
}

.social-sharing-buttons-popup.visible {
  display: block;
  width: 123px;
  bottom: 0;
  position: absolute;
  top: 40px;
  left: 19px;
}
