/* Tooltips e popups do mapa de atuação do CTA */
.leaflet-tooltip.tip-atuacao {
  width: 280px;
  white-space: normal;
  background: #ffffff;
  color: #26332a;
  border: 1px solid #e2e8de;
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(13, 36, 23, 0.22);
  padding: 0;
  overflow: hidden;
}
.leaflet-tooltip.tip-atuacao::before { display: none; }

.tip-atuacao .tip-head {
  background: #0d2417;
  color: #ffffff;
  padding: 0.55rem 0.85rem 0.5rem;
  font-weight: 700;
  font-size: 0.88rem;
  line-height: 1.3;
}
.tip-atuacao .tip-head small {
  display: block;
  color: #97bc62;
  font-weight: 600;
  font-size: 0.68rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-top: 0.2rem;
}
.tip-atuacao .tip-body {
  padding: 0.55rem 0.85rem 0.15rem;
  font-size: 0.78rem;
  line-height: 1.5;
  color: #3a463d;
}
.tip-atuacao .tip-km {
  display: inline-block;
  margin: 0.3rem 0.85rem 0.65rem;
  padding: 0.16rem 0.6rem;
  background: #eff4e6;
  color: #2c5f2d;
  border-radius: 999px;
  font-size: 0.7rem;
  font-weight: 700;
}
.tip-atuacao .tip-nota {
  display: block;
  padding: 0 0.85rem 0.55rem;
  font-size: 0.66rem;
  font-style: italic;
  color: #8a958c;
}

/* Popups (clique) no mesmo padrão */
.leaflet-popup-content-wrapper {
  border-radius: 12px;
  box-shadow: 0 10px 28px rgba(13, 36, 23, 0.22);
}
.leaflet-popup-content {
  font-size: 0.82rem;
  line-height: 1.5;
  color: #26332a;
  margin: 0.7rem 0.9rem;
}
