footer .social-action-v2 {
  display: grid !important;
  grid-template-columns: 30px auto;
  align-items: center;
  gap: 11px;
  width: min(100%, 230px);
  min-height: 48px;
  margin: 0 !important;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, .13);
  color: rgba(255, 255, 255, .86) !important;
  font-size: 9px !important;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: color .25s ease, border-color .25s ease, transform .25s ease;
}

footer .social-action-v2:hover {
  color: #fff !important;
  border-color: rgba(175, 190, 145, .72);
  transform: translateX(3px);
}

footer .social-action-v2 .link-button { display: none !important; }

.social-icon-v2 {
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  background: rgba(255, 255, 255, .035);
  transition: background .25s ease, border-color .25s ease;
}

.social-icon-v2 img {
  display: block;
  width: 14px;
  height: 14px;
  object-fit: contain;
}

footer .social-action-v2:hover .social-icon-v2 {
  border-color: #afbe91;
  background: #879d68;
}

.whatsapp-float.whatsapp-float-v2 {
  display: grid !important;
  place-items: center;
  width: 58px !important;
  height: 58px !important;
  padding: 0 !important;
  border: 1px solid rgba(255, 255, 255, .65) !important;
  border-radius: 50% !important;
  background: #7f975f !important;
  box-shadow: 0 14px 35px rgba(24, 31, 18, .28) !important;
  transition: transform .25s ease, box-shadow .25s ease !important;
}

.whatsapp-float.whatsapp-float-v2:hover {
  transform: translateY(-3px) scale(1.03);
  box-shadow: 0 18px 40px rgba(24, 31, 18, .35) !important;
}

.whatsapp-float-v2 .social-icon-v2 {
  width: 28px;
  height: 28px;
  border: 0;
  background: transparent;
}

.whatsapp-float-v2 .social-icon-v2 img {
  width: 27px;
  height: 27px;
}

@media (max-width: 650px) {
  footer .social-action-v2 { width: 100%; min-height: 46px; }
  .whatsapp-float.whatsapp-float-v2 { width: 54px !important; height: 54px !important; }
}
