/* Estilos base (podem ser sobrescritos pelos controles do Elementor) */
.hima-terms {
  list-style: none;
  margin: 0 0 10px 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.hima-term {
  background: #00e0ff;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  border-radius: 30px;
  padding: 6px 14px;
}
.hima-term a { color: inherit; text-decoration: none; }
