.contact__consent input,
.appointment-modal__consent input {
  appearance: none;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  margin: 2px 0 0;
  border: 1px solid var(--color-text-strong);
  border-radius: 4px;
  outline: 0;
  background: var(--color-surface);
  cursor: pointer;
}

.contact__consent input:checked,
.appointment-modal__consent input:checked {
  background: var(--color-surface) url("/assets/images/Vector.svg") center / 12px 12px no-repeat !important;
}

.contact__form button[type="submit"]:disabled,
.appointment-modal__form button[type="submit"]:disabled {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.45;
}

.contact__form button[type="submit"]:disabled:hover,
.appointment-modal__form button[type="submit"]:disabled:hover {
  background-color: var(--color-text-strong);
}

.contact__consent a,
.appointment-modal__consent a {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}
