.fsp-wrapper{
  display:flex;
  align-items:center;
  gap:12px;
  font-family:Arial, sans-serif;
}
.fsp-icons{
  display:flex;
  gap:10px;
  background:rgba(255,255,255,0.06);
  padding:6px;
  border-radius:12px;
  box-shadow:0 4px 10px rgba(0,0,0,0.08);
}
.fsp-btn{
  width:44px;
  height:44px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:10px;
  text-decoration:none;
  color:white;
  transition:transform .12s ease,box-shadow .12s ease;
  box-shadow:0 2px 6px rgba(0,0,0,0.12);
}
.fsp-btn:hover{ transform:translateY(-3px); box-shadow:0 6px 18px rgba(0,0,0,0.16); }
.fsp-whatsapp{ background: linear-gradient(180deg,#25D366,#128C7E); }
.fsp-pinterest{ background: linear-gradient(180deg,#E60023,#C5111B); }
.fsp-facebook{ background: linear-gradient(180deg,#1877F2,#0F5AC3); }

.fsp-download{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background: linear-gradient(180deg,#1473E6,#0B56C1);
  color:white;
  padding:10px 14px;
  border-radius:12px;
  border:none;
  cursor:pointer;
  font-weight:600;
  box-shadow:0 8px 24px rgba(11,86,193,0.18);
}
.fsp-download .fsp-label{ font-size:14px; }
