/*
* Units
*/
/*
* Quick pseudoclass
*/
/*
* Position absolute
*/
/*
* Custom scrollbar
*/
/*
* Fluid Typography.
*/
/*
* Truncates
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
/*
* BOOTSTRAP OVERWRITE - START
*/
/*
* BOOTSTRAP OVERWRITE - END
*/
.block-share-buttons__wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin-top: 1rem;
  padding: 2.4rem 2.4rem 2.2rem;
  background-color: #f5f5f5;
  border-radius: 8px; }
  .block-share-buttons__wrapper .label {
    font-size: var(--fs-15);
    font-weight: 900;
    margin: 0 auto 0 0;
    color: #007e32; }
  .block-share-buttons__wrapper a.icon {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 0 .5rem;
    border-radius: 50%;
    background-color: #007e32;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 46%;
    transition-duration: .25s; }
    .block-share-buttons__wrapper a.icon:hover {
      background-color: #004a1d; }
    .block-share-buttons__wrapper a.icon--facebook {
      background-image: url("../img/facebook.svg"); }
    .block-share-buttons__wrapper a.icon--linkedin {
      background-image: url("../img/linkedin.svg");
      background-size: 43%; }
    .block-share-buttons__wrapper a.icon--twitter {
      background-image: url("../img/twitter.svg"); }


/*# sourceMappingURL=block_share-buttons.css.map*/