/*
Theme Name: Astra Child versao 02
Theme URI: https://wpastra.com/
Template: astra
Author: Brainstorm Force
Author URI: https://wpastra.com/about/
Description: Tema filho do Astra para o projeto FADA.
Version: 1.0.0
*/

@media screen and (max-width: 768px) {
  .fada-shortcode-lateral {
    display: none !important;
  }
}

.fada-compartilhar-linha input {
  flex: 1;
  min-width: 140px;
  max-width: 100%;
  padding: 6px 8px;
  border-radius: 6px;
  border: 1px solid #ccc;
  font-size: 11px;
}

.fada-compartilhar-linha {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 0;
}

/* Adoção (CF7) — esconder campos técnicos somente no formulário cf7-adocao */
.cf7-adocao input[name="pet-title"],
.cf7-adocao input[name="pet-id"],
.cf7-adocao input[name="pet-url"],
.cf7-adocao input[name="project-name"],
.cf7-adocao input[name="dest-email"]{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  padding:0 !important;
  border:0 !important;
  margin:0 !important;
}
