/* 2. Remoção do botão "View more releases" (apenas na página Sobre Nós) */
.page-id-38 .trigger-container {
    display: none !important;
}

/* Remover apenas a opção "All" do filtro */
.category-filter-video li:first-child {
    display: none !important;
}

/* Free → Entrada Livre */
.we-label-free {
    font-size: 0;
}
.we-label-free::before {
    content: 'Entrada Livre';
    font-size: 14px; /* ajusta ao tamanho original */
}

/* Tickets → Comprar */
.ticket-button {
    font-size: 0;
}
.ticket-button::before {
    content: 'Comprar';
    font-size: 14px;
}