apple-pay-button {
  -webkit-appearance: none;
  /* Désactive le style par défaut */

  display: flex;
  align-items: center;
  justify-content: center;

  background-color: black;
  color: white;

  width: 100%;
  height: 1.875rem;

  padding: 0.313rem 0 0.313rem 0;
  border-radius: 0.313rem;
  margin-bottom: 0.625rem;
}

#googlepay_container {

  display: none;
  align-items: center;
  justify-content: center;

  padding: 0.313rem 0 0.313rem 0;
  border-radius: 0.313rem;

  width: 100%;
  height: 1.875rem;
}

#googlepay_container:has(button) {
  display: block;
}