/* Shared styling for the "browse for a folder" link shown below
   upload dropzones — used by every tool that accepts Shapefile
   loose-parts ingestion. */

.dz-folder-row {
  text-align: center;
  font-size: 12px;
  color: var(--smgis-muted);
  margin-top: 10px;
}
.dz-folder-link {
  background: none;
  border: none;
  padding: 0;
  color: var(--smgis-data-dark);
  text-decoration: underline;
  cursor: pointer;
  font-size: inherit;
  font-family: inherit;
}
.dz-folder-link:hover {
  color: var(--smgis-accent-dark);
}
