.topo-download {
  display: flex;
  justify-content: space-between;
  /* background: #fff; */
  padding: 1rem 1.5rem;
  border-radius: 0px;
  gap: 2rem;
  /* margin-bottom: 2rem; */
  flex-wrap: wrap;
}

.download-logo {
    width: 80px;
    height: 80px;
    border-radius: 16px;
    object-fit: cover;
    background: #fafafa;
    border: 1px solid #eee;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
    display: block;
    flex-shrink: 0;
}

.download-esquerda {
  display: flex;
  flex: 1;
  gap: 1rem;
  align-items: center;
  min-width: 280px;
}

.logo-download {
  width: 100px;
  height: auto;
  border-radius: 12px;
}

.info-basica-download {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.nome-software {
  font-size: 1.4rem;
  font-weight: bold;
}

.sistema-software {
  font-size: 0.9rem;
  color: #444;
  margin-left: 0.25rem;
}

.meta-software {
  font-size: 0.9rem;
  color: #333;
  display: flex;
  gap: 0.5rem;
}

.selo-confiavel {
  background: #e7f7eb;
  color: #1a7c3e;
  padding: 0.3rem 0.8rem;
  border-radius: 6px;
  font-size: 0.85rem;
  font-weight: 600;
  display: inline-block;
  width: fit-content;
}

.versao-software {
  font-size: 0.85rem;
  color: #666;
}

.download-direita{
  /* nada de flex aqui para o bloco do anúncio */
  width:300px;     /* fixa a largura do espaço do anúncio */
  min-width:300px;
  max-width:300px;
}

.download-direita .adsbygoogle{
  display:inline-block !important;
  width:300px !important;
  height:250px !important;
}

.botao-download,
.botao-compra {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  text-align: left;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: transform 0.2s ease;
}

.botao-download {
  background: #059669; /* verde */
}

.botao-compra {
  background: #f97316; /* laranja */
}

.botao-download:hover,
.botao-compra:hover {
  transform: scale(1.02);
}

@media(max-width: 768px) {
  .topo-download {
    flex-direction: column;
    align-items: center;
  }
  .download-direita {
    align-items: center;
    width: 100%;
  }
  .botao-download,
  .botao-compra {
    text-align: center;
  }
  .topo-download {
  /* background: #fff; */
  padding: 0.5rem 0.5rem;
  gap: 1rem;
  margin-bottom: 0rem;
}
}


/* BOTAO DOWNLOAD */
.software-download {
    flex-shrink: 0;
    margin-bottom: 15px;
  }

  .btn-download {
    background: #00a95d;
    color: white;
    padding: 12px 20px;
    border-radius: 10px;
    font-size: 1rem;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-weight: bold;
    width: 100%;
  }

  .btn-download span {
    display: block;
    font-size: 0.8rem;
    font-weight: normal;
  }

  .btn-download .icon {
    font-size: 1.2rem;
  }

  .ficha-download {
  background: #f4f4f4;
  border-radius: 12px;
  padding: 1rem 1.5rem;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #1f1f1f;
  max-width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
}

.linha-ficha {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}

.linha-ficha .campo {
  font-size: 0.85rem;
  color: #555;
}

.linha-ficha .valor {
  font-weight: 600;
  color: #000;
}

.ficha-download select {
  padding: 0.4rem 0.6rem;
  font-size: 0.9rem;
  border-radius: 6px;
  border: 1px solid #ccc;
}

.link-plataforma {
  font-size: 0.85rem;
  color: #1d4ed8;
  text-decoration: underline;
}

.ficha-download span[title] {
  cursor: help;
  font-size: 0.9rem;
  margin-left: 4px;
}

.ver-mais-categoria {
  text-align: center;
  margin-top: 20px;
}

.btn-ver-mais {
  display: inline-block;
  background: #0073e6;
  color: #fff;
  padding: 10px 18px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
  transition: background 0.3s ease;
}

.btn-ver-mais:hover {
  background: #005bb5;
}

  /* BLOCO CSS: Botões de plataformas */
  .outras-plataformas-bloco {
    margin-top: 0px;
  }
  .outras-plataformas-bloco h3 {
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
  }
  .plataformas-lista {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 10px;
  }
  .plataforma-botao {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border: 1px solid #ccc;
    border-radius: 12px;
    text-decoration: none;
    font-size: 14px;
    color: #222;
    background: #fff;
    transition: 0.2s ease;
  }
  .plataforma-botao:hover {
    border-color: #999;
    background: #f9f9f9;
  }
  .plataforma-botao .icon {
    font-size: 16px;
  }

  .editor-opinion-box {
    background: #f5f7fa;
    border-left: 4px solid #1e88e5;
    padding: 24px;
    margin: 40px 0;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgb(0 0 0 / .05)
}

.editor-opinion-title {
    font-size: 20px;
    font-weight: 600;
    color: #1e88e5;
    margin-bottom: 12px
}

.editor-opinion-content {
    font-size: 16px;
    color: #333;
    line-height: 1.6
}

@media (max-width: 600px) {
    .editor-opinion-box {
        padding:16px
    }

    .editor-opinion-title {
        font-size: 18px
    }

    .editor-opinion-content {
        font-size: 15px
    }
}

.ads-fixo {
  position: sticky;
  top: 100px; /* distância do topo da tela */
}


