/* Remove o botão "Entrar" pelo ID estável do elemento */
#portal_tabsignin {
  display: none !important;
}

/* Remove botão "Seguir" + descrição — páginas de categoria */
.SubscribeDepart__followContent,
.SubscribeDepart__decsmall,

/* Remove botão "Seguir" + descrição — páginas de artigo (coluna direita) */
.ArticleDetailRightContainer__followContent,
.ArticleDetailRightContainer__followContentLow,
.ArticleDetailRightContainer__descriptionFlw,
.WidgetsContainer__followContent,
.WidgetsContainer__decsmall {
  display: none !important;
}

/* Remove apenas o bloco de compartilhamento em redes sociais */
.ArticleCmd__socialShareLt {
  display: none !important;
}

/* Remove o rodapé "Desenvolvido por Zoho Desk" */
.Footer__footer {
  display: none !important;
}

/* Header ultra-compacto para mobile — máximo de proximidade sem sobreposição */
@media only screen and (max-width: 768px) {

  /* Container principal — padding mínimo no topo, zero embaixo */
  .Header__titleSearchBox {
    padding-top: 0.5rem !important;
    padding-bottom: 0 !important;
  }

  /* Remove o espaço entre o bloco de título e a barra de busca */
  .Header__titleDescription {
    padding-bottom: 0 !important;
  }

  /* Título: fonte compacta, margem mínima apenas embaixo */
  .Header__welcomeTitle {
    font-size: 1.1rem !important;
    line-height: 1.3rem !important;
    margin: 0 0 0.35rem 0 !important;
  }

  /* Descrição: sem margem */
  .Header__welcomeDescription {
    margin: 0 !important;
    font-size: 0.8rem !important;
  }

  /* Barra de busca: sem padding abaixo */
  .Header__searchalt {
    padding-bottom: 0.35rem !important;
  }

  /* Botão de adicionar ticket: alinha com a busca sem espaço extra */
  .Header__panelbtns {
    margin-top: 0 !important;
  }

}

/* Remove o botão "Início" do header */
#portal_tabSolutions {
  display: none !important;
}

/* Remove o botão hambúrguer (menu lateral) no mobile */
@media only screen and (max-width: 768px) {
  .Header__menuClick {
    display: none !important;
  }
}

/* Oculta botão "Adicionar Ticket" apenas no app */
.phiz-app-view .Header__cdstretchynav,
.phiz-app-view .Header__ticketTopic,
.phiz-app-view .Header__ticketTopicClick,
.phiz-app-view .Header__panelbtns {
  display: none !important;
}

/* ===============================
   Embed App Experience – Zoho Desk - Felipe
   =============================== */

.embed-from-app a[href*="newticket"],
.embed-from-app a[href*="/portal/pt-br/newticket"],
.embed-from-app .new-ticket,
.embed-from-app .open-ticket-btn,
.embed-from-app button[aria-label*="ticket"] {
  display: none !important;
}

/* Opcional: remover CTA do header */
.embed-from-app header a[href*="ticket"] {
  display: none !important;
}



