/* CONTENEDOR GENERAL DEL CONTROL */
.leaflet-control-catastro-locator {
  position: relative;
  font-family: Arial, sans-serif;
}

/* BOTÓN DEL CONTROL (usa la CLASE del buscador antiguo para mantener el icono) */
.catastro-locator-toggle.search-refcat {
  width: 30px;
  height: 30px;
  cursor: pointer;
  text-align: center;
  line-height: 30px;
  /* Si el viejo icono estaba definido por background-image, esto lo hereda */
}

/* PANEL FLOTANTE */
.catastro-locator-panel {
  display: none;
  background: #fff;
  padding: 6px;
  margin-top: 4px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.4);
  border-radius: 3px;
  font-size: 11px;
  width: 260px;
  z-index: 9999;
}

/* INPUTS */
.catastro-locator-panel input,
.catastro-locator-panel select,
.catastro-locator-panel button {
  font-size: 11px;
  margin-top: 4px;
}

/* BOTONES */
.catastro-locator-panel button {
  background: #4a89dc;
  color: white;
  padding: 4px 6px;
  border: none;
  border-radius: 2px;
  width: 100%;
  cursor: pointer;
}

.catastro-locator-panel button:hover {
  background: #376fbd;
}

/* TÍTULOS */
.catastro-locator-panel .title {
  font-size: 14px;   
  font-weight: bold;
  margin-bottom: 4px;
}

.catastro-locator-panel hr {
  margin: 6px 0;
}
.catastro-locator-panel .catloc-polparc-row {
  display: flex;
  gap: 4px;
  margin-bottom: 4px;
}

.catastro-locator-panel .catloc-polparc-row input {
  flex: 1;
  min-width: 0;
  box-sizing: border-box;
}
