#jondi-venue-guide { position: relative; z-index: 0; margin-top: 2rem; }
#jondi-venue-map { min-height: 480px; border: 1px solid #ded9cc; background: #edf1ec; }
.jondi-venue-map-title { margin: 0 0 .75rem; }
.jondi-venue-privacy { margin: .75rem 0 1.5rem; color: #57534e; font-size: .9rem; }
.jondi-venue-privacy a { color: inherit; }
.jondi-venue-autocomplete { position: relative; z-index: 2000; width: 100%; max-width: 42rem; margin: 0 0 1rem; }
.jondi-venue-autocomplete > label { display: block; margin-bottom: .4rem; font-weight: 700; }
.jondi-venue-autocomplete-control { position: relative; }
#jondi-venue-search { box-sizing: border-box; display: block; width: 100%; margin: 0; padding: .75rem .85rem; border: 1px solid #bdb7a8; border-radius: 3px; background: #fff; color: #261322; font: inherit; }
#jondi-venue-search:focus { outline: 3px solid rgba(255, 183, 0, .4); outline-offset: 1px; border-color: #7c5f14; }
#jondi-venue-suggestions { position: absolute; top: calc(100% + 4px); right: 0; left: 0; z-index: 1100; max-height: 22rem; margin: 0; padding: .25rem 0; overflow-y: auto; list-style: none; border: 1px solid #bdb7a8; border-radius: 3px; background: #fff; box-shadow: 0 8px 24px rgba(38, 19, 34, .16); }
#jondi-venue-suggestions[hidden] { display: none; }
#jondi-venue-suggestions li { padding: .7rem .85rem; cursor: pointer; }
#jondi-venue-suggestions li::before { display: none; content: none; }
#jondi-venue-suggestions li + li { border-top: 1px solid #eee9df; }
#jondi-venue-suggestions li:hover,
#jondi-venue-suggestions li[aria-selected="true"] { background: #fff4d6; }
#jondi-venue-suggestions strong { display: block; color: #261322; }
#jondi-venue-suggestions span { display: block; margin-top: .15rem; color: #6b665d; font-size: .85rem; }
#jondi-venue-suggestions .jondi-venue-autocomplete-empty { cursor: default; color: #6b665d; }
.jondi-venue-popup p { margin: .35rem 0 0; font-size: .85rem; }
.jondi-venue-directory-actions { display: flex; align-items: center; gap: .75rem; margin: .75rem 0 1.5rem; }
#jondi-venue-load-more { padding: .65rem .9rem; border: 1px solid #7c5f14; border-radius: 3px; background: #fff4d6; color: #261322; font: inherit; font-weight: 700; cursor: pointer; }
#jondi-venue-load-more:disabled { cursor: wait; opacity: .65; }
#jondi-venue-page-status { color: #57534e; font-size: .9rem; }
@media (max-width: 700px) {
  #jondi-venue-map { min-height: 360px; }
  .jondi-venue-autocomplete { max-width: none; }
  #ctrlieuxcat { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
  #ctrlieuxcat a,
  #ctrlieuxcat a.lastm { float: none; width: auto; min-width: 0; height: 120px; margin: 0; }
}
