.contact-card-whatsapp{
  display:grid !important;
  place-items:center;
  width:58px;
  height:58px;
  margin:30px auto 15px;
  border-radius:50%;
  background:#25d366;
  color:#fff;
  box-shadow:0 9px 22px rgba(13,55,35,.2);
  transition:transform .25s ease,background .25s ease;
}
.contact-card-whatsapp svg{width:32px;height:32px;fill:currentColor}
.contact-card-whatsapp:hover{background:#20bd5a;transform:translateY(-2px)}
.contact-card-whatsapp:focus-visible{outline:3px solid var(--forest);outline-offset:3px}
.contact-card .phone-link{display:block;text-align:center;font-size:13px}
