/* Lightweight polish for locations pages (Bootstrap-friendly)
   Keeps layout consistent and improves readability without changing site theme. */

main.overflow-hidden {
  padding-top: 10px;
}

.box-shadow {
  border-radius: var(--bs-border-radius-lg);
  box-shadow: var(--bs-box-shadow-sm);
  overflow: hidden;
}

.background-img-hero-section img {
  width: 100%;
  height: auto;
  max-height: 460px;
  object-fit: cover;
}

@media (max-width: 768px) {
  .background-img-hero-section img {
    max-height: 320px;
  }
}

.location-figure {
  margin: 0;
}

.location-figure img {
  border-radius: var(--bs-border-radius-lg);
}

img.location-figure-img {
  border-radius: var(--bs-border-radius-lg);
}

.location-figure figcaption {
  margin-top: .5rem;
}

.location-ocr {
  border-radius: var(--bs-border-radius-lg);
  border: 1px solid var(--bs-border-color);
  box-shadow: var(--bs-box-shadow-sm);
}

.location-ocr ul {
  margin: 0;
  padding-left: 1.1rem;
}

.location-ocr li {
  margin: .25rem 0;
}
