.psswatg-wrap{
  margin-top:12px;
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin-bottom: 10px;
  
}

.psswatg-btn{
display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 10px 10px;
    border-radius: 5px;
    /* font-weight: 700; */
    text-decoration: none !important;
    border: 0;
    color: #fff !important;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, .12); */
    transition: transform .08s ease, box-shadow .12s ease, opacity .12s ease;
    line-height: 1;
    /*margin-bottom: 10px;*/
}

.psswatg-btn:hover{ opacity:.95; box-shadow:0 12px 26px rgba(0,0,0,.16); }
.psswatg-btn:active{ transform:translateY(1px); }

.psswatg-ico{
  width:22px;
  height:22px;
  border-radius:7px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  font-size:11px;
  font-weight:900;
  background:rgba(255,255,255,.22);
}

.psswatg-wa{ background:#25D366; }
.psswatg-tg{ background:#229ED9; }

@media (max-width:420px){
  .psswatg-btn{ width:100%; justify-content:center; }
}
