
/* v9.3 contador público de consultas del verificador */
html body .ji-cert-query-counter{
  display:flex;
  align-items:flex-start;
  gap:.85rem;
  margin:1.2rem 0 0;
  padding:1rem 1.1rem;
  border:1px solid #d8e2fb;
  border-radius:18px;
  background:#f4f7ff;
  color:#0d214a;
}
html body .ji-cert-query-counter__icon{
  width:36px;
  height:36px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 36px;
  background:#2457e6;
  color:#fff;
  font-weight:950;
  font-size:1.2rem;
}
html body .ji-cert-query-counter strong{
  display:block;
  color:#0f2b63;
  font-size:1rem;
  line-height:1.25;
}
html body .ji-cert-query-counter small{
  display:block;
  margin-top:.2rem;
  color:#51627f;
  line-height:1.35;
}
html body .ji-cert-query-counter--warning{
  background:#fff8e5;
  border-color:#f4c542;
}
html body .ji-cert-query-counter--warning .ji-cert-query-counter__icon{
  background:#d98c00;
}
html body .ji-cert-query-counter--warning strong{
  color:#8a5a00;
}
