.near_refugios {
  margin-top: 50px;
}

.near_refugios h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

h3 {
    letter-spacing: normal !important;
}

.card-image {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border-radius: 10px;
    background-color: var(--_color---color--feature-image-01);
    max-width: 471.694px;
    max-height: 545px;
    overflow: hidden;
}
a.text-decoration-none.text-dark {
    text-decoration: none;
}

.near_refugios_grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 15px;
}


.how-it-work-card-wrapper {
    align-content: center;
    align-items: center;
}


.near_refugio_card {
  display: block;
  padding: 15px 16px;
  background: #ffffff;
  border-radius: 12px;
  text-decoration: none;
  color: #222;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.near_refugio_card:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.1);
}

.card_title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 8px;
}

.card_meta {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #666;
}

@media (max-width: 991px) {
  aside:empty {
    display: none;
  }
}

.leaflet-container {
  height: 500px;
  max-width: 100%;
  max-height: 100%;
}

.bg-primary {
    --tw-bg-opacity: 1;
    background-color: rgb(107 91 255 / var(--tw-bg-opacity, 1)) !important;
}

.text-primary {
    --tw-text-opacity: 1;
    color: rgb(107 91 255 / var(--tw-text-opacity, 1)) !important;
}