/* TR Marketplace FixPack - iOS friendly taps + z-index sanity */
.trmp-fixpack-form button,
.trmp-fixpack-form input[type="submit"],
.trmp-fixpack-form input[type="button"]{
  -webkit-appearance:none;
  appearance:none;
  touch-action: manipulation;
  pointer-events:auto;
}

#tr-btn-publicar{
  position:relative;
  z-index:9999;
  pointer-events:auto;
  touch-action: manipulation;
}

.trmp-fixpack-form,
.trmp-fixpack-form *{
  pointer-events:auto;
}

/* Avoid accidental overlay blocks on iOS */
.trmp-fixpack-form{
  position:relative;
  z-index:5;
}

/* Ensure file input is clickable */
.trmp-fixpack-form input[type="file"]{
  position:relative;
  z-index:10;
  pointer-events:auto;
}
