.js-ticket-new-ticket-card p {
  font-size: 0 !important;
}
.js-ticket-new-ticket-card p::after {
  content: "Nossa equipe de suporte está aqui para ajudar. Crie um novo ticket para começar.";
  font-size: 1rem; /* restaura tamanho visível */
}
.js-ticket-new-ticket-btn {
  font-size: 0 !important;
}
.js-ticket-new-ticket-btn::after {
  content: "Criar novo ticket";
  font-size: 1rem; /* restaura tamanho visível */
}
.js-ticket-container-header a {
  font-size: 0 !important;
}
.js-ticket-container-header a::after {
  content: "Ver todos";
  font-size: 15px; /* restaura tamanho visível */
}
js-ticket-dashboard-content-area .js-ticket-card p {
  font-size: 0 !important;
}
js-ticket-dashboard-content-area .js-ticket-card p::after {
  content: "Nossa equipe de suporte está aqui para ajudar. Crie um novo ticket para começar.";
  font-size: 1rem; /* restaura tamanho visível */
}