
/* IPERC_BUSCADOR_CATALOGO_RIESGOS_V159 */
.iperc-risk-search-v159 {
  border-color: #2563eb !important;
  background: #ffffff !important;
  font-weight: 700 !important;
}

.iperc-search-tools-v159 {
  margin-top: 8px;
  background: #ffffff;
  border: 1px solid #dbeafe;
  border-radius: 12px;
  padding: 10px;
  box-shadow: 0 8px 18px rgba(37, 99, 235, .08);
}

.iperc-search-status-v159 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  font-size: 11px;
  font-weight: 800;
  color: #1e3a8a;
}

.iperc-search-actions-v159 {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}

.iperc-search-actions-v159 button {
  border: 1px solid #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
  border-radius: 8px;
  padding: 5px 8px;
  font-size: 10px;
  font-weight: 900;
  cursor: pointer;
}

.iperc-search-actions-v159 button:hover {
  background: #dbeafe;
}

.iperc-chip-row-v159 {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 8px;
}

.iperc-chip-v159 {
  border: 1px solid #e2e8f0;
  background: #f8fafc;
  color: #334155;
  border-radius: 999px;
  padding: 5px 8px;
  font-size: 10px;
  line-height: 1;
  font-weight: 800;
  cursor: pointer;
}

.iperc-chip-v159:hover {
  background: #eff6ff;
  color: #1d4ed8;
  border-color: #bfdbfe;
}
