.aegex-mapa-emergencias {
  position: relative;
  min-height: 360px;
  background: #eef1f3;
  font-family: Arial, Helvetica, sans-serif;
}

.aegex-mapa-emergencias .leaflet-control-layers {
  max-width: 330px;
}

.aegex-mapa-emergencias .leaflet-control-layers-list {
  margin: 0;
}

.aegex-control-title,
.aegex-legend-brand {
  margin: -6px -10px 8px;
  padding: 7px 10px;
  border-bottom: 1px solid #d8d8d8;
  text-align: center;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.aegex-map-legend,
.aegex-sources,
.aegex-cadastral-search {
  background: rgba(255, 255, 255, 0.96);
  border-radius: 4px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.35);
  color: #222;
}

.aegex-map-legend {
  width: 235px;
  padding: 6px 10px 9px;
  font-size: 12px;
  line-height: 1.35;
}

.aegex-legend-title {
  font-weight: 700;
}

.aegex-legend-current {
  margin-bottom: 7px;
}

.aegex-legend-items {
  display: grid;
  gap: 4px;
}

.aegex-legend-item {
  display: flex;
  align-items: center;
  gap: 7px;
}

.aegex-legend-item.is-hidden {
  display: none;
}

.aegex-burn-symbol {
  display: inline-block;
  flex: 0 0 20px;
  width: 20px;
  height: 12px;
  border: 1px solid rgba(80, 80, 80, 0.65);
  opacity: 0.9;
}

.aegex-burn-day {
  background: #e31a1c;
}

.aegex-burn-week {
  background: #ff7f00;
}

.aegex-burn-month {
  background: #4da3ff;
}

.aegex-burn-season {
  background: #33a02c;
}

.aegex-legend-note {
  margin-top: 7px;
  padding-top: 6px;
  border-top: 1px solid #dedede;
  color: #555;
  font-size: 10.5px;
}

.aegex-sources {
  padding: 5px 8px;
  font-size: 11px;
}

.aegex-cadastral-search {
  box-sizing: border-box;
  width: 310px;
  max-width: calc(100vw - 70px);
  margin-top: 8px;
  padding: 9px;
  font-size: 12px;
}

.aegex-search-title {
  margin-bottom: 6px;
  text-align: center;
  font-size: 13px;
  font-weight: 700;
}

.aegex-search-label {
  display: block;
  margin-bottom: 4px;
  font-weight: 600;
}

.aegex-search-row {
  display: flex;
  gap: 5px;
}

.aegex-search-input {
  box-sizing: border-box;
  min-width: 0;
  flex: 1 1 auto;
  height: 34px;
  padding: 6px 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  background: #fff;
  color: #222;
  font-size: 13px;
  text-transform: uppercase;
}

.aegex-search-button {
  flex: 0 0 auto;
  min-width: 70px;
  height: 34px;
  padding: 6px 10px;
  border: 1px solid #1d5f9e;
  border-radius: 3px;
  background: #236fae;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.aegex-search-button:hover {
  background: #195d96;
}

.aegex-search-button:disabled,
.aegex-search-input:disabled {
  cursor: wait;
  opacity: 0.7;
}

.aegex-search-status {
  min-height: 16px;
  margin-top: 5px;
  color: #555;
  line-height: 1.3;
}

.aegex-search-status.is-error {
  color: #a40000;
}

.aegex-search-status.is-success {
  color: #146b25;
}

.aegex-search-status.is-working {
  color: #555;
}

.aegex-catastro-image {
  image-rendering: auto;
}

@media (max-width: 600px) {
  .aegex-mapa-emergencias .leaflet-control-layers {
    max-width: 250px;
    font-size: 12px;
  }

  .aegex-map-legend {
    width: 205px;
  }

  .aegex-cadastral-search {
    width: 250px;
  }

  .aegex-search-row {
    display: grid;
    grid-template-columns: 1fr;
  }

  .aegex-search-button {
    width: 100%;
  }
}
