/* LBO Share Buttons (Icons) */
.lbo-share-wrap{ margin-top:22px; }
.lbo-share-title{
  text-align:center;
  border-bottom:1px solid #CECECE;
  padding-bottom:10px;
  margin:0 0 14px;
  font-weight:700;
}
.lbo-share-buttons{
  display:flex;
  gap:12px;
  justify-content:space-between;
}
.lbo-share-btn{
  width:52px;
  height:52px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:6px;
  text-decoration:none;
  box-shadow:0 4px 10px rgba(0,0,0,.12);
  transition:transform .12s ease;
}
.lbo-share-btn:hover{ transform:translateY(-2px); }
.lbo-share-icon svg{
  width:22px;
  height:22px;
  fill:#fff;
  display:block;
}
.lbo-facebook{ background:#1877F2; }
.lbo-x{ background:#111; }
.lbo-pinterest{ background:#E60023; }
.lbo-whatsapp{ background:#25D366; }
.lbo-reddit{ background:#FF4500; }
.lbo-linkedin{ background:#0A66C2; }
.lbo-email{ background:#6B7280; }
