
.social-buttons-sidebar .social-btn-fb,
.social-buttons-sidebar .social-btn-in,
.social-buttons-sidebar .social-btn-tw,
.social-buttons-sidebar .social-btn-yt {
  font-size: 11px;
  display: block;
  padding: 4px 8px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 600;
  justify-content: space-between;
}

.social-buttons-sidebar .social-btn-fb:hover,
.social-buttons-sidebar .social-btn-in:hover,
.social-buttons-sidebar .social-btn-tw:hover,
.social-buttons-sidebar .social-btn-yt:hover {
  opacity: 0.8;
  color: #fff;
}

.social-buttons-sidebar .social-btn-fb {
  background-color: #516dab;
}

.social-buttons-sidebar .social-btn-in {
  background-color: #427096;
}

.social-buttons-sidebar .social-btn-tw {
  background-color: #29c5f6;
}

.social-buttons-sidebar .social-btn-yt {
  background-color: #e14e42;
}

.social-icon {
  width: 23px;
  border-right: 1px #fff solid;
  height: 23px;
  padding-right: 5px;
  fill: #fff;
}

.social-buttons-sidebar .social-btn-text {
  border-left: 1px #fff solid;
  padding-left: 5px;
  width: 65px;
  text-align: center;
}


/* ACF */

.acf-block-preview .social-btn {
    display: flex;
    margin-bottom: 10px;
    align-items: center;
}