.contact-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  flex-wrap: wrap;
}

.contact-button.whatsapp {
  color: #fff;
  background: linear-gradient(135deg, #25d366, #159447);
}

@media (max-width: 760px) {
  .contact-actions {
    width: 100%;
  }

  .contact-actions .contact-button {
    width: 100%;
    justify-content: center;
  }
}
