/******* Do not edit this file *******
Code Snippets Manager
Saved: Dec 23 2025 | 01:22:47 */
/* Remove qualquer comportamento de link de telefone */
a[href^="tel"], a[href*="tel:"] {
  pointer-events: none !important;
  cursor: default !important;
  color: inherit !important;
  text-decoration: none !important;
}
/* iOS / Safari */
span, p, div {
  -webkit-touch-callout: none;
}
