#mapa-ruta-container {
  display: none;
  position: relative;
  margin-top: 24px;
  margin-bottom: 24px;
  overflow: hidden;
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

#mapa-ruta {
  width: 100%;
  height: 500px;
}

#mapa-toggle-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 400;
  padding: 5px 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 4px rgba(0,0,0,0.2);
  font-family: inherit;
  font-size: 12px;
  color: #333;
  cursor: pointer;
}

#mapa-toggle-btn:hover {
  background: #f0f0f0;
}

.leaflet-bottom,
.leaflet-top {
  z-index: 400 !important;
}

.dest-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  color: #888;
  font-size: 14px;
}

.dest-spinner-icon {
  width: 32px;
  height: 32px;
  margin-bottom: 12px;
  border: 3px solid #e0e0e0;
  border-top-color: #c9a84c;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#resultadoDestino .dest,
#resultadoDestino > div {
  max-height: none !important;
  height: auto !important;
  overflow: visible !important;
}

/* condiciones de tarifa - mover a dest-rates.css cuando se apruebe */

.cond-seccion {
  background: #F4EFE6;
  padding: 56px 24px;
  font-family: 'Inter', sans-serif;
}

.cond-container {
  margin: 0 auto;
}

.cond-eyebrow-top {
  margin-bottom: 20px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #6B6B6B;
  text-transform: uppercase;
}

.cond-card {
  max-width: 1349px;
  margin: 0 auto;
  border: 1px solid #E5E0D5;
  background: #fff;
}

.cond-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 56px 28px;
  border-bottom: 1px solid #E5E0D5;
}

.cond-header-left {}

.cond-eyebrow {
  margin-bottom: 10px;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.22em;
  color: #B8893A;
  text-transform: uppercase;
}

.cond-titulo {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(34px, 3.6vw, 44px);
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: -0.005em;
  color: #1A1A1A;
}

.cond-nota-header {
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 1.6;
  color: #6B6B6B;
  text-align: right;
}

.cond-items {
  padding: 0 56px;
}

.cond-item {
  display: grid;
  grid-template-columns: 260px 1fr;
  align-items: start;
  gap: 32px;
  padding: 22px 0;
  border-bottom: 1px solid #E5E0D5;
}

.cond-item:last-child {
  border-bottom: none;
}

.cond-label {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-top: 2px;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.20em;
  color: #B8893A;
  text-transform: uppercase;
}

.cond-label svg {
  flex-shrink: 0;
}

.cond-texto {
  margin: 0;
  font-size: 14.5px;
  font-weight: 300;
  line-height: 1.6;
  color: #1A1A1A;
}

.cond-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 22px 56px;
  border-top: 1px solid #E5E0D5;
  background: #f3f1ee;
}

.cond-cta-texto {
  margin: 0;
  font-family: 'Cormorant Garamond', serif;
  font-size: 18px;
  font-weight: 500;
  color: #1A1A1A;
}

.cond-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 14px 22px;
  border: none;
  border-radius: 0;
  background: #1A1A1A;
  font-family: 'Inter', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.2s;
}

.cond-btn,
.cond-btn:link,
.cond-btn:visited {
  color: #fff !important;
}

.cond-btn:hover {
  background: #B8893A;
}

.cond-btn-wa {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
}

@media (max-width: 880px) {
  .cond-seccion {
    padding: 32px 12px;
  }

  .cond-header {
    flex-direction: column;
    gap: 12px;
    padding: 28px 20px 20px;
  }

  .cond-nota-header {
    text-align: left;
  }

  .cond-items {
    padding: 0 20px;
  }

  .cond-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .cond-cta {
    flex-direction: column;
    align-items: flex-start;
    padding: 18px 20px;
  }
}

/* ficha técnica de aeródromo */

#mapa-info {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  flex-wrap: wrap;
  background: #fafafa;
  border-top: 1px solid rgba(194, 168, 120, 0.25);
}

#mapa-info .mapa-info-item {
  padding: 16px 20px;
  border-left: 1px solid rgba(194, 168, 120, 0.15);
  border-bottom: 1px solid rgba(194, 168, 120, 0.15);
}

#mapa-info .mapa-info-item:first-child {
  border-left: none;
}

#mapa-info .mapa-info-label {
  display: block;
  margin-bottom: 4px;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: 0.08em;
  color: #C2A878;
  text-transform: uppercase;
}

#mapa-info .mapa-info-value {
  display: block;
  font-weight: 500;
  color: #2a2a2a;
}

@media (max-width: 600px) {
  #mapa-info {
    grid-template-columns: 1fr;
  }

  #mapa-info .mapa-info-item {
    border-left: none;
    border-bottom: 1px solid rgba(194, 168, 120, 0.15);
  }

  #mapa-info .mapa-info-item:last-child {
    border-bottom: none;
  }
}