/**
 * BT — Parcours en mer (widget bt-parcours-map).
 * Préfixe btmap- strict. Hauteur du canvas via style inline (contrôle Elementor).
 */

.btmap-canvas {
  width: 100%;
  border-radius: 14px;
  border: 0.5px solid rgba(25, 25, 25, 0.18);
  overflow: hidden;
}

.btmap-legend {
  list-style: none;
  margin: 12px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 18px;
  font-size: 13px;
  color: #5a5a5a;
}

.btmap-legend__item {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.btmap-legend__num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #185fa5;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  flex: 0 0 auto;
}

.btmap-legend__item:first-child .btmap-legend__num { background: #191919; }
.btmap-legend__item:last-child  .btmap-legend__num { background: #d85a30; }

/* InfoWindow parcours (nom + description) */
.btmap-iw { font-family: inherit; max-width: 220px; line-height: 1.4; }
.btmap-iw__title { display: block; font-size: 13px; font-weight: 700; color: #111; margin: 0 0 4px; }
.btmap-iw__desc { font-size: 12px; color: #555; margin: 0; }
