/* AGB Farm Map — charte cohérente avec le job board (orange #eb5c23, Lexend) */

.agb-farm {
  font-family: 'Lexend', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: #111;
  background: #f8f7eb;
  border: 0.5px solid #e8e7df;
  border-radius: 20px;
  padding: 28px 28px 32px;
  margin: 0 auto;
  max-width: 1100px;
  box-sizing: border-box;
}

.agb-farm * { box-sizing: border-box; }

.agb-farm-head { text-align: center; margin-bottom: 20px; }
.agb-farm-surtitre {
  font-family: 'Anton', Impact, sans-serif;
  font-size: 12px; color: #eb5c23; margin: 0 0 8px;
  letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.3;
}
.agb-farm-title {
  font-size: 22px; font-weight: 700; color: #000; margin: 0 0 8px; line-height: 1.2;
}
.agb-farm-sub { font-size: 14px; color: #555; margin: 0; line-height: 1.5; }

/* Filtres */
.agb-farm-filters {
  display: flex; flex-wrap: wrap; align-items: center; gap: 8px;
  margin: 0 0 18px; justify-content: center;
}
.agb-farm-filter-label {
  font-size: 11px; text-transform: uppercase; letter-spacing: 0.08em;
  color: #666; font-weight: 500; margin-right: 2px;
}
.agb-farm-tag {
  font-family: inherit; font-size: 13px; font-weight: 500;
  padding: 6px 14px; border-radius: 999px;
  border: 1px solid #ddd9c9; background: #fff; color: #333;
  cursor: pointer; transition: all 0.15s ease; line-height: 1;
}
.agb-farm-tag:hover { border-color: #eb5c23; color: #eb5c23; }
.agb-farm-tag.is-active { background: #eb5c23; border-color: #eb5c23; color: #fff; }
.agb-farm-reset {
  font-size: 12px; color: #888; text-decoration: underline;
  margin-left: 4px; cursor: pointer;
}
.agb-farm-reset:hover { color: #eb5c23; }
.agb-farm-count {
  font-size: 12px; color: #888; margin-left: auto;
}
.agb-farm-count #agb-farm-count { font-weight: 600; color: #333; }

/* Carte */
.agb-farm-map-wrap { position: relative; }
#agb-farm-map {
  width: 100%; height: 520px; border-radius: 12px;
  border: 0.5px solid #e8e7df; z-index: 0; background: #eef0ee;
}
.agb-farm-loading {
  position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-size: 13px; color: #888; pointer-events: none;
}

/* Marqueur individuel */
.agb-farm-marker div {
  background: #eb5c23; width: 14px; height: 14px; border-radius: 50%;
  border: 2px solid #fff; box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

/* Clusters (override du thème par défaut vers l'orange AGB) */
.agb-farm-cluster {
  background: rgba(235, 92, 35, 0.85);
  border-radius: 50%; text-align: center;
  color: #fff; font-family: 'Lexend', sans-serif; font-weight: 600;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}
.agb-farm-cluster div {
  background: #eb5c23; border-radius: 50%;
  width: 34px; height: 34px; margin: 4px auto 0;
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; border: 2px solid #fff;
}
.agb-farm-cluster span { line-height: 1; }
/* Neutralise le style rond bleu par défaut de markercluster */
.marker-cluster-small, .marker-cluster-medium, .marker-cluster-large { background: transparent; }
.marker-cluster-small div, .marker-cluster-medium div, .marker-cluster-large div { background: transparent; }

/* Popups */
.agb-farm .leaflet-popup-content-wrapper { border-radius: 10px; padding: 0; }
.agb-farm .leaflet-popup-content {
  margin: 0 !important; width: 250px !important;
  font-family: 'Lexend', sans-serif !important; line-height: 1.45 !important;
}
.agb-farm-popup { padding: 14px 16px; }
.agb-farm-popup * { font-family: 'Lexend', sans-serif !important; }
.agb-farm-popup .fp-state {
  display: inline-block; background: #eb5c23; color: #fff;
  padding: 2px 8px; border-radius: 3px; font-size: 9px; font-weight: 600;
  letter-spacing: 0.06em; text-transform: uppercase; margin-bottom: 6px;
}
.agb-farm-popup .fp-title {
  font-size: 14px; font-weight: 600; color: #000; margin: 0 0 6px; line-height: 1.3;
}
.agb-farm-popup .fp-addr { font-size: 12px; color: #555; margin: 0 0 10px; }
.agb-farm-popup .fp-row { font-size: 12.5px; margin: 4px 0; color: #333; }
.agb-farm-popup .fp-row a { color: #eb5c23; text-decoration: none; word-break: break-word; }
.agb-farm-popup .fp-row a:hover { text-decoration: underline; }
.agb-farm-popup .fp-dir {
  display: inline-block; margin-top: 10px; font-size: 12px; font-weight: 500;
  color: #eb5c23; text-decoration: none; border: 1px solid #eb5c23;
  padding: 5px 12px; border-radius: 999px;
}
.agb-farm-popup .fp-dir:hover { background: #eb5c23; color: #fff; }

/* Responsive */
@media (max-width: 640px) {
  .agb-farm { padding: 20px 16px 24px; border-radius: 14px; }
  #agb-farm-map { height: 420px; }
  .agb-farm-count { margin-left: 0; width: 100%; text-align: center; margin-top: 4px; }
  .agb-farm-filters { gap: 6px; }
}
