.share_icon_content .fa {
  border-radius: 50%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #cccccc;
  width: 50px;
  height: 50px;
}
.share_icon_content .fa:before {
  font-size: 2rem;
  color: white;
  padding-right: 2px;
  padding-bottom: 2px;
}
.container:has(> .share_icon_content) {
  position: unset;
}
