.detail-whatsapp-button {
  align-items: center;
  background: #16a34a;
  border: 1px solid #15803d;
  color: #fff;
  display: inline-flex;
  font-weight: 800;
  gap: 8px;
  justify-content: center;
  min-height: 42px;
  text-decoration: none;
}

.detail-whatsapp-button:hover,
.detail-whatsapp-button:focus-visible {
  background: #15803d;
  color: #fff;
  outline: 3px solid #86efac;
  outline-offset: 2px;
}
