.workcontrol_socialshare{
    display: block;
    width: 100%;
    padding: 20px 15px;
    background: #fbfbfb;
    border-bottom: 1px solid #eee;
    text-align: right;
}

.workcontrol_socialshare_cta{
    display: inline-block;
    vertical-align: middle;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 0.875em;
    text-shadow: 1px 1px 0px #eee;
    color: #ccc;
}

.workcontrol_socialshare_item{
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    margin: 0 5px;
}

.workcontrol_socialshare_item span{
    vertical-align: middle;
    font-size: 0.875em;
    color: #fff;
    padding-left: 8px;
    text-transform: uppercase;
}

.workcontrol_socialshare_item img{
    width: 22px;
    max-width: 100%;
}

.workcontrol_socialshare_item a{
    display: inline-block;
    text-decoration: none;
    padding: 10px;
    background: #ccc;
    transition-duration: 0.3s;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.workcontrol_socialshare_facebook a{
    background: #5B74A9;
}

.workcontrol_socialshare_facebook a:hover{
    background: #3B5998;
}

.workcontrol_socialshare_googleplus a{
    background: #E4564B;
}

.workcontrol_socialshare_googleplus a:hover{
    background: #CB3D38;
}

.workcontrol_socialshare_twitter a{
    background: #059FF5;
}

.workcontrol_socialshare_twitter a:hover{
    background: #0083B6;
}

@media (max-width: 48em){
    .workcontrol_socialshare_cta{
        display: none;
    }
    
    .workcontrol_socialshare{
        text-align: center;
    }
}





/* ==================================================
   SHARE – OVERRIDE PARA BLOG SINGLE (ESTILO PDF)
   (não quebra o share em outras páginas)
   ================================================== */

.blog-single__share .workcontrol_socialshare{
  background: transparent;
  border: 0;
  padding: 0;
  text-align: center;
}

/* some com o texto “COMPARTILHE ESSE POST” */
.blog-single__share .workcontrol_socialshare_cta{
  display: none;
}

/* centraliza e “achata” os botões */
.blog-single__share .workcontrol_socialshare_item{
  margin: 0 6px;
}

/* remove contador “00” */
.blog-single__share .workcontrol_socialshare_item span{
  display: none;
}

/* tamanho/visual do botão */
.blog-single__share .workcontrol_socialshare_item a{
  padding: 0;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
}

/* ícone um pouco menor */
.blog-single__share .workcontrol_socialshare_item img{
  width: 16px;
}


/* =====================================
   SHARE – ÍCONES PDF (FINAL)
   ===================================== */

.blog-single__share{
  margin:40px 0 30px;
  padding-top:24px;
  border-top:1px solid #e7e7e3;
  text-align:center;
}

.blog-single__share h3{
  margin:0 0 18px;
  font-size:16px;
  font-weight:600;
  color:#2b2b2b;
}

/* container do share */
.blog-single__share .workcontrol_socialshare{
  background:none;
  border:0;
  padding:0;
  display:flex;
  justify-content:center;
  align-items:center;
}

/* remove textos e contadores */
.blog-single__share .workcontrol_socialshare_cta,
.blog-single__share .workcontrol_socialshare_item span,
.blog-single__share .workcontrol_socialshare_item small,
.blog-single__share .workcontrol_socialshare_item b{
  display:none !important;
}

/* cada item */
.blog-single__share .workcontrol_socialshare_item{
  margin:0 14px;
}

/* botão LIMPO */
.blog-single__share .workcontrol_socialshare_item a{
  background:none !important;
  padding:0 !important;
  width:auto;
  height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

/* tamanho dos ícones (PDF) */
.blog-single__share .workcontrol_socialshare_item img{
  width:42px;   /* ajuste fino aqui se quiser */
  height:auto;
  display:block;
  transition:opacity .2s ease;
}

/* hover discreto */
.blog-single__share .workcontrol_socialshare_item a:hover img{
  opacity:.75;
}

