.tienvoud-copy-contact {
  position: relative;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  padding: 3px 0;
  border: 0;
  border-radius: 0;
  color: #ff1fa9;
  background: transparent;
  font-family: "Carter One", cursive;
  cursor: pointer;
}
.tienvoud-copy-contact:hover { color: #1a1a1a; }
.tienvoud-copy-contact:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}
.tienvoud-footer-phone,
.tienvoud-footer-email { font-size: 17px; }
.tienvoud-modal-phone,
.tienvoud-modal-email {
  font-family: "Carter One", cursive;
  font-size: 16px;
}
.tienvoud-copy-icon {
  position: relative;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}
.tienvoud-copy-icon::before,
.tienvoud-copy-icon::after {
  content: "";
  position: absolute;
  box-sizing: border-box;
  width: 11px;
  height: 12px;
  border: 2px solid currentColor;
}
.tienvoud-copy-icon::before { top: 1px; right: 1px; }
.tienvoud-copy-icon::after { bottom: 1px; left: 1px; background: #ffffff; }
.tienvoud-copy-contact.is-copied .tienvoud-copy-icon::before {
  content: "\2713";
  inset: -5px 0 0;
  width: auto;
  height: auto;
  border: 0;
  font-family: "Nunito", sans-serif;
  font-size: 22px;
  font-weight: 1000;
  line-height: 1;
}
.tienvoud-copy-contact.is-copied .tienvoud-copy-icon::after { display: none; }
.tienvoud-copy-contact span:first-child {
  text-align: center;
}
.tienvoud-contact-section { position: relative !important; }
.audience-scholen .client-logo-strip { display: none !important; }
.open-whatsapp-button:hover { color: #1a1a1a !important; }
