.svg-share-box{
  margin:30px 0;
  padding:16px;
  background:#f7f9fc;
  border-radius:12px;
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
}

.svg-share-box span{
  font-weight:700;
  margin-right:6px;
}

.svg-share-box a{
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  text-decoration:none;
  transition:transform 0.2s ease;
}

.svg-share-box a:hover{
  transform:scale(1.08);
}

.wa{background:#25D366;}
.fb{background:#1877F2;}
.x{background:#000000;}
.tg{background:#229ED9;}

.svg-share-box svg{
  width:22px;
  height:22px;
  fill:#ffffff;
}