.fada-botao a,
.fada-botao a:visited,
.fada-botao a:hover,
.fada-botao a:focus {
    display: inline-block;
    background-color: #ff00aa;
    color: #fff;
    padding: 10px 25px;
    border-radius: 6px;
    font-weight: bold;
    text-decoration: none !important;
    transition: background 0.3s ease;
    margin-top: 10px;
}

.fada-botao a:hover {
    background-color: #cc0088;
}
.fada-botoes-navegacao {
  text-align: center;
  margin-top: 30px;
}
.fada-botoes-navegacao a {
  margin: 0 10px;
}

.fada-form-container {
  margin: 20px 0;
}
.fada-galeria {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  margin: 20px auto;
  max-width: 100%;
  padding-bottom: 10px;
}

.fada-galeria img {
  max-height: 200px;
  border-radius: 6px;
  cursor: zoom-in;
  transition: transform 0.3s ease;
}

.fada-galeria img:hover {
  transform: scale(1.05);
}
.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Garante que os slides se comportem como swiper espera */
.swiper {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.swiper-wrapper {
  display: flex !important;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100% !important;
  height: auto;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* Cor padrão: cinza */
.fada-acompanhamento {
  color: #5c5c5c !important;
}

/* Cor rosa SOMENTE na página Transparência – Todas as Doações (exemplo com ID 123) */
body.page-id-2555 .fada-acompanhamento {
  color: #ff00aa !important;
}


.fada-compartilhar {
  text-align: center;
  font-size: 15px;
  margin-top: 30px;
  white-space: nowrap;
}

.fada-compartilhar span,
.fada-compartilhar a {
  display: inline-block;
  margin-right: 12px;
  white-space: nowrap;
}

/* === Ajustes visuais complementares FADA === */

/* Centralização e largura máxima nas páginas */
body {
    max-width: 1140px;
    margin: 0 auto;
    padding: 20px;
}

/* Imagens da nota fiscal (swiper) com hover ampliado */
.fada-swiper img,
.fada-receb-swiper img {
    max-height: 350px;
    border-radius: 6px;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.fada-swiper img:hover,
.fada-receb-swiper img:hover {
    transform: scale(1.05);
}

/* Título dos cards da página "Doações Utilizadas" */
.fada-card {
    background: #fff0fa;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #222;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    margin-bottom: 20px;
    display: inline-block;
    width: 260px;
}

/* Container para os cards (shortcode geral) */
.fada-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-top: 40px;
}

/* Fundo do cabeçalho com degradê rosinha */ 
.ast-site-header,
.ast-primary-header-bar,
.ast-site-identity,
.ast-mobile-header-wrap {
  background: linear-gradient(to bottom, #fff1f9 0%, #ffffff 100%) !important;
  border: none !important;
  box-shadow: none !important;
}

/* Fundo do rodapé com o mesmo degradê rosinha do cabeçalho */
.site-footer {
  background: linear-gradient(to top, #fff1f9 0%, #ffffff 100%) !important;
  border-top: none !important;
  box-shadow: none !important;
  padding: 40px 20px;
}


/* Cor de fundo rosa para item ativo ou focado no menu mobile */
.ast-header-break-point .main-header-menu .menu-item.current-menu-item > a,
.ast-header-break-point .main-header-menu .menu-item.current-menu-ancestor > a,
.ast-header-break-point .main-header-menu .menu-item:hover > a,
.ast-header-break-point .main-header-menu .menu-item:focus > a {
  background-color: #ff00aa !important;
  color: white !important;
}

/* Corrige links azul ao clicar no menu mobile e em geral */
.main-header-menu a,
.main-header-menu a:visited,
.main-header-menu a:active,
.main-header-menu a:focus {
  color: #ff00aa !important;
}

/* Estilo título-fada recuperado */
.titulo-fada {
  font-size: 32px;
  font-weight: bold;
  color: #ff00aa;
  margin-bottom: 25px;
  text-align: center;
}

/* Reduzir altura do logotipo FADA com precisão */
.ast-site-header .ast-site-identity img {
  max-height: 40px !important;
  height: auto;
  width: auto;
}

/* Força largura total no container principal */
.ast-container {
  max-width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.ast-site-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

/* Remover qualquer espaçamento entre o cabeçalho e o conteúdo principal */
.ast-site-header {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.site-content,
.content-area,
.ast-container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}


/* 🌸 Fundo do cabeçalho com degradê rosinha original */
.ast-site-header,
.ast-primary-header-bar,
.ast-site-identity,
.ast-mobile-header-wrap {
  background: linear-gradient(to bottom, #fff1f9 0%, #ffffff 100%) !important;
  border: none !important;
  box-shadow: none !important;
}
.selo-fada-card {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 42px;
    height: auto;
    z-index: 10;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Tabelas de transparência do projeto (desktop e mobile) */
.fada-transparencia-box table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  font-size: 15px;
  background: white;
}

.fada-transparencia-box th,
.fada-transparencia-box td {
  padding: 8px;
  border: 1px solid #ccc;
  text-align: left;
  white-space: nowrap;
}

/* Responsivo no mobile */
@media screen and (max-width: 768px) {
  .fada-transparencia-box table,
  .fada-transparencia-box thead,
  .fada-transparencia-box tbody,
  .fada-transparencia-box th,
  .fada-transparencia-box td,
  .fada-transparencia-box tr {
    display: block;
    width: 100%;
  }

  .fada-transparencia-box thead {
    display: none;
  }

  .fada-transparencia-box tr {
  margin-bottom: 20px;
  padding: 10px;
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
  border: 1px solid #ddd;
}




  .fada-transparencia-box td {
    text-align: right;
    padding-left: 50%;
    position: relative;
  }

  .fada-transparencia-box td::before {
    content: attr(data-label);
    position: absolute;
    left: 15px;
    width: 45%;
    white-space: nowrap;
    font-weight: bold;
    color: deeppink;
    text-align: left;
  }
}

@media screen and (max-width: 768px) { 
  .fada-transparencia-box td {
    border: none !important;
    border-bottom: 1px solid #eee;
  }

  .fada-transparencia-box td:last-child {
    border-bottom: none;
  }
}

.fada-button {
  background-color: #ff00aa;
  color: white;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none !important;
  border-radius: 6px;
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
  margin: 5px 4px;
}


.fada-button.limpar {
  background-color: white;
  color: #ff00aa;
  border: 2px solid #ff00aa;
}

.fada-botao-verde {
  background-color: #28a745;
  color: white !important;
  padding: 14px 24px;
  font-size: 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none !important;
  display: inline-block;
  width: 100%;
  max-width: 320px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  margin: 10px auto;
  text-align: center;
  transition: background-color 0.3s ease;
}

.fada-botao-verde:hover {
  background-color: #218838 !important;
}



/* BOTÃO FLUTUANTE EXCLUSIVO PARA MOBILE */
.fada-btn-mobile-ajuda {
  display: none;
}

@media (max-width: 768px) {
  .fada-btn-mobile-ajuda {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background-color: deeppink;
    color: #fff;
    padding: 12px 20px;
    border-radius: 6px;
    z-index: 999;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  }
}


/* BOTÃO VERDE FIXO NO MOBILE – estilo Vakinha */
@media screen and (max-width: 768px) {
  .fada-botao-flutuante-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff5fb;
    padding: 14px 20px 20px;
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 9999;
  }

  .fada-botao-flutuante-mobile span {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: #444;
  }

  .fada-botao-verde {
    background-color: #28a745;
    color: white !important;
    padding: 14px 24px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
    width: 100%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  }
}

.fada-botao-verde:hover {
    background-color: #218838 !important;
}

.fada-transparencia-box table td .fada-button {
  padding: 6px 12px;
  font-size: 13px;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
  text-align: center;
}

@media (max-width: 768px) {
  .fada-transparencia-box table td .fada-button {
    width: 100%;
    font-size: 12px;
    padding: 8px 6px;
  }
}

.fada-transparencia-box td .fada-button {
  display: block;
  width: 100%;
  text-align: center;
  margin: 4px auto;
  font-size: 13px;
  padding: 6px 12px;
  box-sizing: border-box;
  white-space: nowrap;
}

.fada-transparencia-box td {
  text-align: center;
  vertical-align: middle;
}

.fada-transparencia-box .acoes-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

/* Destaca blocos de ações com fundo cinza claro */
.fada-transparencia-box .bloco-acoes {
  background: #f7f7f7;
  padding: 10px;
  border-radius: 6px;
  margin-top: 8px;
}

.fada-redes-projeto {
  text-align: center;
  margin: 20px 0;
}

.fada-redes-projeto a {
  margin: 0 10px;
  display: inline-block;
}

.fada-redes-projeto img {
  width: 24px;
  height: 24px;
  filter: grayscale(100%);
  transition: filter 0.3s ease;
}

.fada-redes-projeto img:hover {
  filter: grayscale(0%);
}

.fada-compartilhar-texto {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

.fada-tabela-icone {
  background: none;
  border: none;
  font-size: 18px;
  padding: 6px 10px;
  cursor: pointer;
  color: #ff00aa;
  transition: background 0.3s ease;
}

.fada-tabela-icone:hover {
  background-color: #fff1f9;
  border-radius: 6px;
}

/* 💞 Botão Recorrente FADA */

.fada-botao-recorrente {
  background-color: #28a745;
  color: white;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease, transform 0.2s ease;
  position: relative;
  overflow: hidden;
  max-width: 320px;
  width: 100%;
  margin: 12px auto;
}

.fada-botao-recorrente::before {
  content: '💞';
  position: absolute;
  left: 16px;
  font-size: 18px;
  top: 50%;
  transform: translateY(-50%);
}

.fada-botao-recorrente:hover {
  background-color: #218838;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}
