@import url("../variables.css");

.block-better-social-sharing-buttons.block-social-sharing-buttons-block {
  margin-bottom: 0;
  bottom: 0;
  margin-top: auto;
  width: 100%;
  padding: relative;
}

.social-sharing-buttons {
  justify-content: flex-start;
  border-top: 1px solid #ccc;
  padding-top: 21px;
  margin-top: 40px;
  margin-bottom: 8px;
}

.social-sharing-buttons a,
.social-sharing-buttons__button {
  background: var(--yellow);
  width: 32px;
  height: 32px;
  border-radius: 32px;
}

.social-sharing-buttons a:hover ,
.social-sharing-buttons__button:hover {
  background: var(--yellow_hover);
}

.social-sharing-buttons:before {
  content: "Share on:";
  font-weight: 700;
  margin-right: 7px;
}

html[lang="it"] .social-sharing-buttons:before{
  content: "Condividi:";
}



@media (min-width:992px){
  .block-better-social-sharing-buttons.block-social-sharing-buttons-block {
    position: absolute;
  }
  .social-sharing-buttons {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom:-79px;
    margin: 0;
    margin-top: 0px;
  }
}
