.aserluz-public-wrapper {
  max-width: 100%;
  background: #1e6c7e;
  padding: 32px 24px;
}
.aserluz-public-wrapper .aserluz-public__bar {
  margin-bottom: 24px;
}
.aserluz-public-wrapper .aserluz-public__bar input[type="search"] {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 420px;
  padding: 14px 18px;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  font-size: 1em;
  color: #333;
  box-sizing: border-box;
}
.aserluz-public-wrapper .aserluz-public__bar input[type="search"]::placeholder {
  color: #888;
}
.aserluz-public-wrapper .aserluz-public__map {
  width: 100%;
  height: 520px;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.2);
  margin-bottom: 28px;
  background: #e8e8e8;
}
.aserluz-public-wrapper .aserluz-public__results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  gap: 24px;
}
.aserluz-public-wrapper .aserluz-card {
  background: #fff;
  border-radius: 10px;
  padding: 24px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  color: #333;
}
/* Logo en tarjeta: ancho de tarjeta, centrado, nunca recortar, sin width/height fijos en img */
.aserluz-public-wrapper .aserluz-card-logo {
  width: 100%;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  margin-bottom: 15px;
}
.aserluz-public-wrapper .aserluz-card-logo:empty {
  display: none;
}
.aserluz-public-wrapper .aserluz-card-logo img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  display: block;
  overflow: visible;
}
.aserluz-public-wrapper .aserluz-card-logo.is-square {
  height: 80px;
}
.aserluz-public-wrapper .aserluz-card-logo.is-regular {
  height: 70px;
}
.aserluz-public-wrapper .aserluz-card-logo.is-wide {
  height: 60px;
}
.aserluz-card__body {
  margin-top: 4px;
}
.aserluz-card-title {
  margin: 0 0 12px 0;
  font-size: 1.15em;
  font-weight: 600;
  color: #222;
}
.aserluz-card__row {
  margin-bottom: 8px;
  font-size: 0.9em;
  line-height: 1.5;
  color: #444;
}
.aserluz-card__row strong {
  display: inline-block;
  min-width: 75px;
  color: #555;
}
.aserluz-card__link {
  color: #0073aa;
  text-decoration: none;
}
.aserluz-card__link:hover {
  text-decoration: underline;
}
.aserluz-public-wrapper .aserluz-public__empty {
  padding: 40px;
  text-align: center;
  color: rgba(255,255,255,0.9);
  grid-column: 1 / -1;
}
.aserluz-public-wrapper .leaflet-popup-content-wrapper {
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
}
.aserluz-popup {
  line-height: 1.5;
  font-size: 14px;
  color: #333;
  min-width: 200px;
}
.aserluz-popup__row {
  margin-bottom: 6px;
}
.aserluz-popup__row a {
  color: #0073aa;
  text-decoration: none;
}
.aserluz-popup__row a:hover {
  text-decoration: underline;
}
