/* static/css/location_hierarchy.css */

/* Location Hierarchy List Format */
/* Base list spacing */
.loc-list {
  margin: 0.25rem 0 0.5rem 0;
  padding-left: 1.1rem;   /* smaller than default */
}

/* Nested list spacing (even smaller) */
.loc-list-nested {
  margin-top: 0.15rem;
  padding-left: 0.9rem;   /* reduce further for each level */
}

/* Optional: tighten bullets vertically */
.loc-list li {
  margin: 0.1rem 0;
}

.loc-region {
  margin-top: 0.4rem;
}

