/* Geo sede — icono pastilla + modal (paridad catálogo destinos / Atenea steel) */
.sede-geo-ico-wrap {
  display: inline-flex;
  margin-left: 6px;
  vertical-align: middle;
}

.sede-geo-ico {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  padding: 0;
  border: none;
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  line-height: 1;
}

.sede-geo-ico i { font-size: 11px; }

.sede-geo-ico--off { color: #4a5568; }
.sede-geo-ico--off:hover { color: #7a8699; }

/* Geo OK — jade (con o sin ETR auto; no gris oscuro) */
.sede-geo-ico--on { color: #5eb89a; }
.sede-geo-ico--on:hover { color: #7dcec4; }

/* Geo OK · ETR auto Off — mismo jade, un poco más suave */
.sede-geo-ico--etr-off { color: #5eb89a; opacity: 0.72; }
.sede-geo-ico--etr-off:hover { color: #7dcec4; opacity: 1; }

.overlay-sede-geo {
  position: fixed;
  inset: 0;
  z-index: 1200;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 1rem;
}

.overlay-sede-geo.visible { display: flex; }

.sede-geo-modal {
  position: relative;
  width: min(440px, 94vw);
  display: flex;
  flex-direction: column;
  padding: 20px 20px 14px;
  overflow: visible;
}

.sede-geo-cerrar {
  position: absolute;
  top: 10px;
  right: 12px;
  width: 26px;
  height: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 4px;
  background: transparent;
  font-size: 14px;
  cursor: pointer;
  line-height: 1;
  font-family: inherit;
}

.sede-geo-modal > h2 {
  margin: 0 0 4px;
  padding-right: 28px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.sede-geo-sub {
  margin: 0 0 12px;
  font-size: 11px;
  line-height: 1.35;
  color: var(--steel-sub, #8b97a8);
}

.sede-geo-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.sede-geo-section {
  width: 100%;
  margin: 0;
  padding: 12px 14px;
}

.sede-geo-section-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.sede-geo-section-title .fa-solid {
  color: #5eb89a;
  font-size: 13px;
  flex-shrink: 0;
}

.sede-geo-section-label {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: #c5d0e0;
}

.sede-geo-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  margin-bottom: 8px;
}

.sede-geo-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 11px;
  color: #8b97a8;
}

.sede-geo-field input {
  height: 28px;
  box-sizing: border-box;
  width: 100%;
  background: #0f1117;
  border: 1px solid #2a3142;
  border-radius: 3px;
  color: #c8d0dc;
  padding: 4px 8px;
  font-size: 12px;
  outline: none;
}

.sede-geo-field input:focus {
  border-color: rgba(94, 184, 154, 0.55);
  box-shadow: 0 0 0 1px rgba(94, 184, 154, 0.2);
}

.sede-geo-field input::placeholder {
  color: #4a5568;
}

.sede-geo-hint {
  margin: 0;
  font-size: 11px;
  color: #6a7588;
  line-height: 1.4;
}

.sede-geo-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  padding-top: 4px;
}

.sede-geo-spacer { flex: 1; }

.sede-geo-save--idle {
  background: #1a1f2a !important;
  border-color: #2a3142 !important;
  color: #6a7588 !important;
}
