.site-whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9990;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 18px;
  border-radius: 999px;
  background: #25d366;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 6px 24px rgba(37, 211, 102, 0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}

.site-whatsapp-float:hover {
  color: #fff;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(37, 211, 102, 0.45);
}

.site-whatsapp-float-icon {
  font-size: 1.25rem;
  line-height: 1;
}

.site-whatsapp-float-label {
  display: none;
}

@media (min-width: 600px) {
  .site-whatsapp-float-label {
    display: inline;
  }
}

body.has-cookie-consent .site-whatsapp-float {
  bottom: 88px;
}

@media (max-width: 520px) {
  body.has-cookie-consent .site-whatsapp-float {
    bottom: 120px;
  }
}

.footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.footer-social a {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--primary, #6b1d3a);
}
