/* Ocultar botón elegante */
a[href*="canva"],
.button,
.btn,
[class*="button"],
[class*="btn"] {
  display: none !important;
}