/* GP - 2026-07-10 — d75productcontact */
.d75-product-contact {
  margin-top: 1.25rem;
  padding-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.d75-product-contact .d75pc-intro {
  margin-bottom: 0.75rem;
}
.d75-product-contact .d75pc-contacts {
  list-style: none;
  margin: 0 0 1rem;
  padding: 0;
}
.d75-product-contact .d75pc-contacts li {
  margin-bottom: 0.25rem;
}
.d75-product-contact .d75pc-buttons {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.d75-product-contact .d75pc-btn {
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
}
.d75-product-contact .d75pc-btn-whatsapp {
  background-color: #25d366;
  border-color: #25d366;
  color: #fff;
}
.d75-product-contact .d75pc-btn-whatsapp:hover {
  background-color: #1ebe5b;
  border-color: #1ebe5b;
  color: #fff;
}
.d75-product-contact .d75pc-btn-email {
  background-color: #333;
  border-color: #333;
  color: #fff;
}
.d75-product-contact .d75pc-btn-email:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
