/* PROMAX — barre de position, bandeau de zone, badges de zone sur les cartes.
   A1 (26/07/2026). Volontairement dans un fichier séparé : promax.css fait
   52 Ko et n'a pas à être touché pour un correctif de tri. */

.ppx-geobar-wrap { margin: 0 0 .35rem; }

.ppx-geobar {
  background: #fff;
  border: 1px solid rgba(17, 17, 17, .10);
  border-left: 3px solid #ee0000;
  border-radius: 12px;
  padding: .9rem 1.05rem;
  margin: .9rem 0 .2rem;
  box-shadow: 0 10px 30px -22px rgba(17, 17, 17, .55);
}
.ppx-geobar[hidden] { display: none; }

.ppx-geobar__label {
  display: block;
  font-weight: 600;
  color: #111;
  margin-bottom: .5rem;
  font-size: .96rem;
}
.ppx-geobar__row {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  align-items: center;
}
.ppx-geobar__row .form-control { flex: 1 1 220px; min-width: 180px; }
.ppx-geobar__hint {
  margin: .55rem 0 0;
  font-size: .84rem;
  color: #6b6b73;
}
.ppx-geobar__hint.is-err { color: #c0182a; }

.ppx-btn--ghost {
  background: transparent;
  color: #111;
  border: 1px solid rgba(17, 17, 17, .22);
}
.ppx-btn--ghost:hover { border-color: #111; }

.ppx-zone-notice {
  margin: .6rem 0 0;
  font-size: .9rem;
  color: #3b3b42;
  line-height: 1.5;
}
.ppx-zone-notice[hidden] { display: none; }
.ppx-zone-notice strong { color: #111; }
.ppx-zone-notice a { color: #ee0000; text-decoration: underline; }
.ppx-zone-notice--warn {
  background: #fff6f6;
  border: 1px solid rgba(238, 0, 0, .22);
  border-radius: 10px;
  padding: .55rem .8rem;
}
.ppx-zone-notice__approx { color: #8a8a93; }

.ppx-linkbtn {
  background: none;
  border: 0;
  padding: 0;
  margin-left: .35rem;
  color: #ee0000;
  text-decoration: underline;
  cursor: pointer;
  font: inherit;
}

/* Zone affichée sur la carte quand aucun cloisonnement n'est appliqué :
   un Nantais doit voir « Martinique » écrit noir sur blanc, pas le deviner. */
.ppx-card__zone {
  display: inline-block;
  margin: .2rem 0 0;
  padding: .1rem .45rem;
  border-radius: 999px;
  background: rgba(17, 17, 17, .06);
  color: #55555e;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .02em;
}
