:root{--lbfd-blue:#1296e8;--lbfd-ink:#16202a;--lbfd-line:#e4e9ee;--lbfd-soft:#f5f7f9}.lbfd-explore{font-family:Nunito,sans-serif;color:var(--lbfd-ink);background:#fff;min-height:75vh}.lbfd-explore *{box-sizing:border-box}.lbfd-explore__types{display:flex;gap:8px;padding:12px 20px;border-bottom:1px solid var(--lbfd-line);background:#fff}.lbfd-explore__types a{display:flex;align-items:center;gap:9px;padding:12px 28px;border-radius:9px;background:#f0f2f4;color:#28323b;text-decoration:none;font-weight:800}.lbfd-explore__types a.is-active{background:var(--lbfd-blue);color:#fff}.lbfd-explore__toolbar{height:62px;display:flex;align-items:center;justify-content:space-between;padding:0 22px;border-bottom:1px solid var(--lbfd-line)}.lbfd-explore__scope,.lbfd-explore__views{display:flex;gap:6px}.lbfd-explore__scope a,.lbfd-explore__views button{border:0;background:#f3f5f7;color:#27313a;padding:10px 16px;border-radius:8px;text-decoration:none;font-weight:800}.lbfd-explore__scope .is-active,.lbfd-explore__views .is-active{background:#e9f5fd;color:#0879bf}.lbfd-explore__layout{display:grid;grid-template-columns:350px minmax(480px,700px) minmax(420px,1fr);min-height:760px}.lbfd-explore__filters{padding:24px 28px;border-right:1px solid var(--lbfd-line);background:#fff}.lbfd-explore__filters form{display:grid;gap:18px}.lbfd-explore__filters fieldset{border:0;padding:0;margin:0}.lbfd-explore__filters legend,.lbfd-explore__filters label{font-weight:800}.lbfd-explore__filters input,.lbfd-explore__filters select{display:block;width:100%;margin-top:8px;border:1px solid #d8e0e6;border-radius:8px;padding:12px;background:#fff;font:inherit}.lbfd-explore__filters label>span{display:block;margin-top:8px;border:1px solid #d8e0e6;border-radius:8px;padding:10px}.lbfd-explore__filters label>span input{border:0;padding:0;margin:0}.lbfd-explore__quick-dates{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:10px}.lbfd-explore__quick-dates button{padding:9px;border:1px solid #d8e0e6;border-radius:7px;background:#fff}.lbfd-explore__search{padding:13px;border:0;border-radius:7px;background:var(--lbfd-blue);color:#fff;font-weight:800;font-size:16px}.lbfd-explore__reset{text-align:center;color:#64707a;text-decoration:none}.lbfd-explore__filter-toggle{display:none}.lbfd-explore__results{padding:18px 20px;background:#fafbfc;min-width:0}.lbfd-explore__results-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:14px;color:#52606b}.lbfd-explore__results-head select{border:1px solid var(--lbfd-line);border-radius:7px;padding:8px}.lbfd-explore__cards{display:grid;gap:14px}.lbfd-explore-card{display:grid;grid-template-columns:260px 1fr;background:#fff;border:1px solid var(--lbfd-line);border-radius:12px;overflow:hidden;box-shadow:0 2px 6px rgba(20,35,50,.06);transition:.2s}.lbfd-explore-card.is-highlighted{outline:3px solid rgba(18,150,232,.35)}.lbfd-explore-card__media{position:relative;min-height:210px;background:#dbe7ef center/cover no-repeat}.lbfd-explore-card__media time{position:absolute;top:14px;left:14px;width:78px;text-align:center;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px rgba(0,0,0,.2);color:#13202a}.lbfd-explore-card__media time b{display:block;background:var(--lbfd-blue);color:#fff;padding:5px}.lbfd-explore-card__media time strong{display:block;font-size:24px;line-height:1.1;padding:6px 2px 2px;white-space:nowrap;letter-spacing:-.7px}.lbfd-explore-card__media time span{display:block;font-size:11px;padding:2px 3px 7px}.lbfd-explore-card__body{position:relative;padding:18px 18px 50px}.lbfd-explore-card h2{font-size:20px;line-height:1.25;margin:0 0 12px}.lbfd-explore-card h2 a{color:var(--lbfd-ink);text-decoration:none}.lbfd-explore-card__date{margin:-3px 0 11px;color:#53616c;font-weight:700}.lbfd-explore-card__club{display:flex;align-items:center;gap:10px;color:#25323c;text-decoration:none}.lbfd-explore-card__club img,.lbfd-explore-card__logo-fallback{width:38px;height:38px;border-radius:50%;object-fit:cover;border:1px solid var(--lbfd-line)}.lbfd-explore-card__logo-fallback{display:grid;place-items:center;background:#edf5fa;font-weight:800}.lbfd-explore-card__club span span{display:block}.lbfd-explore-card__club small{display:block;color:#6d7881;margin-top:2px}.lbfd-explore-card__tags{display:flex;flex-wrap:wrap;gap:6px;margin:13px 0}.lbfd-explore-card__tags span{background:#f0f2f4;border-radius:999px;padding:5px 9px;font-size:12px}.lbfd-explore-card__prize{margin:8px 0;color:#53616c}.lbfd-explore-card__button{position:absolute;right:16px;bottom:14px;background:var(--lbfd-blue);color:#fff;text-decoration:none;border-radius:6px;padding:8px 12px;font-weight:800}.lbfd-explore-card__button:hover,.lbfd-explore-card__button:focus,.lbfd-explore-card__button:visited{background:#0879bf;color:#fff;text-decoration:none}.lbfd-explore-card__button:focus-visible{outline:3px solid rgba(18,150,232,.35);outline-offset:2px}.lbfd-explore__map{position:relative;min-width:0}.lbfd-explore__map #lbfd-explore-map{height:100%;min-height:760px}.lbfd-explore__map>label{position:absolute;z-index:500;top:18px;left:18px;background:#fff;padding:10px 13px;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);font-weight:700}.lbfd-explore__pagination ul{display:flex;justify-content:center;gap:5px;list-style:none;padding:20px 0;margin:0}.lbfd-explore__pagination a,.lbfd-explore__pagination span{display:grid;place-items:center;min-width:36px;height:36px;border:1px solid var(--lbfd-line);border-radius:6px;text-decoration:none}.lbfd-explore__pagination .current{background:var(--lbfd-blue);color:#fff}.lbfd-explore__layout[data-view=grid]{grid-template-columns:350px 1fr}.lbfd-explore__layout[data-view=grid] .lbfd-explore__map{display:none}.lbfd-explore__layout[data-view=grid] .lbfd-explore__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.lbfd-explore__layout[data-view=grid] .lbfd-explore-card{grid-template-columns:1fr}.lbfd-explore__layout[data-view=grid] .lbfd-explore-card__media{min-height:230px}.lbfd-explore__layout[data-view=map]{grid-template-columns:350px 1fr}.lbfd-explore__layout[data-view=map] .lbfd-explore__results{display:none}.lbfd-explore__empty{padding:60px;text-align:center;background:#fff;border-radius:12px}
@media(max-width:1100px){.lbfd-explore__layout{grid-template-columns:300px 1fr}.lbfd-explore__map{display:none}.lbfd-explore__layout[data-view=map] .lbfd-explore__map{display:block}.lbfd-explore__layout[data-view=map] .lbfd-explore__filters{display:none}.lbfd-explore__layout[data-view=map]{grid-template-columns:1fr}.lbfd-explore__layout[data-view=grid]{grid-template-columns:300px 1fr}}
@media(max-width:760px){.lbfd-explore__types{padding:8px}.lbfd-explore__types a{flex:1;justify-content:center;padding:10px}.lbfd-explore__toolbar{height:auto;align-items:stretch;gap:10px;padding:10px;flex-direction:column}.lbfd-explore__scope,.lbfd-explore__views{justify-content:center}.lbfd-explore__layout,.lbfd-explore__layout[data-view=grid]{display:block}.lbfd-explore__filters{padding:10px 14px;border-right:0}.lbfd-explore__filter-toggle{display:block;width:100%;padding:11px;background:#eaf6fd;border:1px solid #b9e0f7;border-radius:7px;font-weight:800}.lbfd-explore__filters form{display:none;padding-top:14px}.lbfd-explore.filters-open .lbfd-explore__filters form{display:grid}.lbfd-explore__results{padding:12px}.lbfd-explore-card,.lbfd-explore__layout[data-view=grid] .lbfd-explore-card{grid-template-columns:1fr}.lbfd-explore-card__media{min-height:210px}.lbfd-explore__layout[data-view=grid] .lbfd-explore__cards{grid-template-columns:1fr}.lbfd-explore__results-head{font-size:13px}.lbfd-explore__map #lbfd-explore-map{min-height:70vh}.lbfd-explore__map>label{font-size:12px}.lbfd-explore__layout[data-view=map] .lbfd-explore__filters{display:block}.lbfd-explore__layout[data-view=map] .lbfd-explore__results{display:none}}

/* 1.0.105: keep the desktop map viewport-sized rather than stretching to the full result list. */
@media(min-width:1101px){
  .lbfd-explore__layout{align-items:start;min-height:0}
  .lbfd-explore__map{position:sticky;top:0;align-self:start;height:calc(100vh - 32px);min-height:640px;max-height:920px;overflow:hidden;background:#e9eef2}
  .admin-bar .lbfd-explore__map{top:32px;height:calc(100vh - 64px)}
  .lbfd-explore__map #lbfd-explore-map{height:100%;min-height:0}
}
@media(min-width:783px) and (max-width:1100px){
  .lbfd-explore__map #lbfd-explore-map{height:calc(100vh - 120px);min-height:620px}
}

/* 1.0.106: desktop Explore behaves as a fixed three-pane workspace. */
@media(min-width:1101px){
  .lbfd-explore__layout{height:calc(100vh - 165px);min-height:620px;overflow:hidden;align-items:stretch}
  .admin-bar .lbfd-explore__layout{height:calc(100vh - 197px)}
  .lbfd-explore__filters{height:100%;overflow-y:auto;overscroll-behavior:contain}
  .lbfd-explore__results{height:100%;overflow-y:auto;overscroll-behavior:contain;scrollbar-gutter:stable}
  .lbfd-explore__map,.admin-bar .lbfd-explore__map{position:relative;top:auto;height:100%;min-height:0;max-height:none;align-self:stretch}
  .lbfd-explore__map #lbfd-explore-map{height:100%;min-height:0}
}

/* 1.0.112: prominent shared current-location control. */
.lbfd-explore__location-control{display:flex!important;align-items:stretch;padding:0!important;overflow:hidden}
.lbfd-explore__location-control input{min-width:0;flex:1;border:0!important;margin:0!important;border-radius:8px 0 0 8px!important}
.lbfd-explore__locate{display:flex;align-items:center;justify-content:center;gap:6px;flex:0 0 auto;border:0;border-left:1px solid #d8e0e6;background:#eaf6fd;color:#0879bf;padding:0 13px;font:inherit;font-weight:800;cursor:pointer}
.lbfd-explore__locate:hover,.lbfd-explore__locate:focus{background:#d8effc;color:#066ca9}
.lbfd-explore__locate:disabled{cursor:wait;opacity:.75}
.lbfd-explore__location-status{display:block;min-height:18px;margin-top:5px;color:#64707a;font-size:12px;font-weight:600}
@media(max-width:760px){.lbfd-explore__locate{padding:0 11px}.lbfd-explore__locate span{display:inline}}

/* 1.0.113: move filters into an off-canvas modal to reclaim Explore space. */
.lbfd-explore__views{align-items:center;flex-wrap:wrap}
.lbfd-explore__view-group{display:flex;gap:6px}
.lbfd-explore__open-filters,.lbfd-explore__toolbar-locate{border:1px solid #cfe5f3!important;background:#fff!important;color:#0879bf!important}
.lbfd-explore__open-filters:hover,.lbfd-explore__open-filters:focus,.lbfd-explore__toolbar-locate:hover,.lbfd-explore__toolbar-locate:focus{background:#eaf6fd!important}
.lbfd-explore__filter-count{display:inline-grid;place-items:center;min-width:22px;height:22px;margin-left:4px;padding:0 6px;border-radius:999px;background:var(--lbfd-blue);color:#fff;font-size:12px}
.lbfd-explore__layout{grid-template-columns:minmax(520px,760px) minmax(440px,1fr)}
.lbfd-explore__layout[data-view=grid]{grid-template-columns:1fr}
.lbfd-explore__layout[data-view=map]{grid-template-columns:1fr}
.lbfd-explore__filter-backdrop{position:fixed;inset:0;z-index:99990;background:rgba(11,24,36,.42)}
.lbfd-explore__filter-backdrop[hidden],.lbfd-explore__filters[hidden]{display:none!important}
.lbfd-explore__filters{position:fixed;z-index:99991;top:0;right:0;width:min(440px,100%);height:100vh;padding:0;background:#fff;border:0;box-shadow:-12px 0 34px rgba(20,35,50,.18);overflow-y:auto;overscroll-behavior:contain}
.admin-bar .lbfd-explore__filters{top:32px;height:calc(100vh - 32px)}
.lbfd-explore__filter-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--lbfd-line);background:#fff}
.lbfd-explore__filter-head h2{margin:0;font-size:23px}.lbfd-explore__filter-head p{margin:3px 0 0;color:#6d7881;font-size:13px}.lbfd-explore__filter-head button{width:40px;height:40px;border:0;border-radius:50%;background:#f1f4f6;font-size:28px;line-height:1;cursor:pointer}
.lbfd-explore__filters form{display:grid!important;gap:18px;padding:22px 24px 110px}
.lbfd-explore__modal-actions{position:sticky;bottom:0;display:grid;grid-template-columns:1fr 1.5fr;gap:10px;margin:4px -24px -110px;padding:16px 24px;background:#fff;border-top:1px solid var(--lbfd-line)}
.lbfd-explore__modal-actions .lbfd-explore__reset{display:grid;place-items:center;border:1px solid #d8e0e6;border-radius:7px;color:#52606b;font-weight:800}
body.lbfd-filter-modal-open{overflow:hidden}
@media(max-width:1100px){.lbfd-explore__layout{grid-template-columns:1fr}.lbfd-explore__map{display:none}.lbfd-explore__layout[data-view=map] .lbfd-explore__map{display:block}.lbfd-explore__layout[data-view=map]{grid-template-columns:1fr}}
@media(min-width:1101px){.lbfd-explore__layout{height:calc(100vh - 165px)}.admin-bar .lbfd-explore__layout{height:calc(100vh - 197px)}}
@media(max-width:760px){.lbfd-explore__toolbar{align-items:stretch}.lbfd-explore__views{display:grid;grid-template-columns:1fr 1fr;gap:8px}.lbfd-explore__view-group{grid-column:1/-1}.lbfd-explore__view-group button{flex:1}.lbfd-explore__toolbar-locate,.lbfd-explore__open-filters{justify-content:center}.lbfd-explore__filters{top:0!important;height:100vh!important;width:100%;border-radius:0}.lbfd-explore__filter-head{padding:16px 18px}.lbfd-explore__filters form{padding:18px 18px 105px}.lbfd-explore__modal-actions{margin:4px -18px -105px;padding:14px 18px}.lbfd-explore__results{padding:12px}.lbfd-explore__layout{display:block}}

/* 1.0.114: clearer filter state and AJAX result updates. */
.lbfd-explore__quick-dates button{cursor:pointer;transition:background .15s,border-color .15s,color .15s}
.lbfd-explore__quick-dates button.is-selected{border-color:var(--lbfd-blue);background:var(--lbfd-blue);color:#fff;font-weight:800}
.lbfd-explore__location-control{min-height:48px;border-width:1px!important}
.lbfd-explore__location-control input{font-size:15px!important;padding:12px 14px!important}
.lbfd-explore__location-control .lbfd-explore__locate{min-width:118px}
.lbfd-explore.is-loading-results .lbfd-explore__results{opacity:.55;pointer-events:none}
.lbfd-explore.is-loading-results .lbfd-explore__map{opacity:.75}
.lbfd-explore__search:disabled{opacity:.7;cursor:wait}
@media(max-width:520px){.lbfd-explore__location-control{display:grid!important;grid-template-columns:1fr}.lbfd-explore__location-control .lbfd-explore__locate{min-height:44px;border-left:0;border-top:1px solid #d8e0e6}.lbfd-explore__location-control input{border-radius:8px 8px 0 0!important}}


/* 1.0.115: centred filter modal and simplified chronological results. */
.lbfd-explore__filter-backdrop{display:block;backdrop-filter:blur(2px)}
.lbfd-explore__filters{top:50%;right:auto;left:50%;width:min(680px,calc(100% - 40px));height:auto;max-height:min(820px,calc(100vh - 64px));transform:translate(-50%,-50%);border-radius:16px;box-shadow:0 24px 70px rgba(20,35,50,.28);overflow:hidden}
.admin-bar .lbfd-explore__filters{top:calc(50% + 16px);height:auto;max-height:calc(100vh - 96px)}
.lbfd-explore__filter-head{position:relative;border-radius:16px 16px 0 0}
.lbfd-explore__filters form{max-height:calc(100vh - 190px);overflow-y:auto;padding-bottom:96px}
.lbfd-explore__modal-actions{position:sticky;bottom:-96px;margin:4px -24px -96px}
.lbfd-explore__results-head{justify-content:flex-start}
@media(max-width:760px){
  .lbfd-explore__filters,.admin-bar .lbfd-explore__filters{top:12px!important;left:12px;right:12px;width:auto;height:calc(100vh - 24px)!important;max-height:none;transform:none;border-radius:14px}
  .lbfd-explore__filters form{max-height:calc(100vh - 92px)}
}


/* 1.0.116: balanced two-column filter modal and complete quick-date grid. */
.lbfd-explore__filter-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:18px 16px}
.lbfd-explore__filter-grid>label{min-width:0}
.lbfd-explore__filter-grid .lbfd-explore__location-control{width:100%}
.lbfd-explore__quick-dates{grid-template-columns:repeat(2,minmax(0,1fr))}
@media(max-width:620px){
  .lbfd-explore__filter-grid{grid-template-columns:1fr;gap:16px}
}


/* 1.0.117: separate Leaflet zoom controls from the search-as-map-moves control. */
.lbfd-explore__map>label{left:64px;top:14px;max-width:calc(100% - 82px)}
.lbfd-explore__map .leaflet-top.leaflet-left{top:4px;left:4px}
@media(max-width:760px){.lbfd-explore__map>label{left:58px;top:10px;max-width:calc(100% - 70px)}}


/* 1.0.118: single-row Explore header, upcoming-only tournament discovery, and fully visible pagination. */
.lbfd-explore__topbar{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:68px;padding:10px 18px;border-bottom:1px solid var(--lbfd-line);background:#fff}
.lbfd-explore__topbar .lbfd-explore__types{padding:0;border:0;background:transparent}
.lbfd-explore__topbar .lbfd-explore__views{margin-left:auto;justify-content:flex-end}
.lbfd-explore__toolbar,.lbfd-explore__scope{display:none!important}
@media(min-width:1101px){
  .lbfd-explore__layout{height:calc(100vh - 103px)}
  .admin-bar .lbfd-explore__layout{height:calc(100vh - 135px)}
  .lbfd-explore__results{padding-bottom:72px;scroll-padding-bottom:72px}
  .lbfd-explore__pagination{padding-bottom:22px}
}
@media(max-width:900px){
  .lbfd-explore__topbar{align-items:stretch;flex-direction:column;gap:8px;padding:10px}
  .lbfd-explore__topbar .lbfd-explore__types,.lbfd-explore__topbar .lbfd-explore__views{width:100%;margin:0}
  .lbfd-explore__topbar .lbfd-explore__views{justify-content:center}
}
@media(max-width:520px){
  .lbfd-explore__topbar .lbfd-explore__views{display:grid;grid-template-columns:1fr 1fr;gap:8px}
  .lbfd-explore__topbar .lbfd-explore__view-group{grid-column:1/-1}
}

/* 1.0.119: controlled event-format dropdown and clearer keyword guidance. */

/* 1.0.121: denser responsive tournament grid for faster visual browsing. */
.lbfd-explore__layout[data-view=grid] .lbfd-explore__cards{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:14px;
}
.lbfd-explore__layout[data-view=grid] .lbfd-explore-card__media{
  min-height:200px;
}
.lbfd-explore__layout[data-view=grid] .lbfd-explore-card__body{
  min-height:220px;
}
.lbfd-explore__layout[data-view=grid] .lbfd-explore-card__club small{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
}
@media(min-width:1900px){
  .lbfd-explore__layout[data-view=grid] .lbfd-explore__cards{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
}
@media(max-width:1180px){
  .lbfd-explore__layout[data-view=grid] .lbfd-explore__cards{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}
@media(max-width:680px){
  .lbfd-explore__layout[data-view=grid] .lbfd-explore__cards{
    grid-template-columns:1fr;
  }
  .lbfd-explore__layout[data-view=grid] .lbfd-explore-card__body{
    min-height:0;
  }
}

/* 1.0.122: group tournaments by club on the map and distinguish clubs with multiple upcoming events. */
.lbfd-map-multi-marker{background:transparent;border:0}
.lbfd-map-multi-marker span{position:relative;display:grid;place-items:center;width:34px;height:34px;border:3px solid #fff;border-radius:50% 50% 50% 0;background:#f59e0b;box-shadow:0 4px 10px rgba(15,23,42,.3);transform:rotate(-45deg)}
.lbfd-map-multi-marker span:after{content:attr(data-count);position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:14px;font-weight:800;line-height:1;font-variant-numeric:tabular-nums;transform:rotate(45deg)}
.lbfd-map-popup strong{display:block;margin-bottom:6px}
.lbfd-map-popup ol{margin:0;padding-left:18px}
.lbfd-map-popup li{margin:0 0 7px}
.lbfd-map-popup li:last-child{margin-bottom:0}
.lbfd-map-popup li.is-next a{font-weight:700}
.lbfd-map-popup small{display:block;color:#64748b;margin-top:1px}

/* 1.0.124: custom Club Explore powered by MyListing club records. */
.lbfd-club-card__media{min-height:220px}
.lbfd-club-card__verified,.lbfd-club-card__status{position:absolute;top:14px;left:14px;padding:7px 11px;border-radius:999px;background:#fff;color:#0879bf;font-weight:800;box-shadow:0 2px 8px rgba(0,0,0,.15)}
.lbfd-club-card__status.is-promoted{background:#fff7df;color:#8a5800}
.lbfd-club-card__status.is-featured{background:#eef3ff;color:#3451a4}
.lbfd-club-card__status.is-verified{background:#ecf8ef;color:#176b35}
.lbfd-club-card__identity{display:flex;align-items:flex-start;gap:12px}
.lbfd-club-card__identity>img,.lbfd-club-card__identity>.lbfd-explore-card__logo-fallback{flex:0 0 auto;width:54px;height:54px;border-radius:50%;object-fit:cover;border:1px solid var(--lbfd-line)}
.lbfd-club-card__identity h2{margin:0 0 4px}
.lbfd-club-card__identity p{margin:0;color:#6d7881}
.lbfd-club-card__distance{margin:10px 0 0;color:#0879bf;font-weight:800}
.lbfd-club-explore .lbfd-explore__layout[data-view=grid] .lbfd-club-card__media{min-height:180px}
.lbfd-club-explore .lbfd-explore__layout[data-view=grid] .lbfd-club-card__identity>img,.lbfd-club-explore .lbfd-explore__layout[data-view=grid] .lbfd-club-card__identity>.lbfd-explore-card__logo-fallback{width:46px;height:46px}


/* Club map: all filtered pins are independent of card pagination. */
.lbfd-explore__map-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-top:1px solid #e5eaf0;background:#fff;font-size:13px;color:#526174}
.lbfd-explore__map-meta>span{font-weight:700;color:#24364b;white-space:nowrap}
.lbfd-explore__map-meta label{display:flex;align-items:center;gap:7px;margin:0}
.lbfd-explore__map .marker-cluster-small,.lbfd-explore__map .marker-cluster-medium,.lbfd-explore__map .marker-cluster-large{background:rgba(26,115,232,.22)}
.lbfd-explore__map .marker-cluster-small div,.lbfd-explore__map .marker-cluster-medium div,.lbfd-explore__map .marker-cluster-large div{background:#1a73e8;color:#fff;font-weight:800}
@media(max-width:640px){.lbfd-explore__map-meta{align-items:flex-start;flex-direction:column}}


/* 1.0.146: sticky shared controls, reliable SVG icons, and richer map previews. */
.lbfd-explore__topbar{position:sticky;top:var(--lbfd-explore-sticky-top,0px);z-index:850;box-shadow:0 1px 0 rgba(22,32,42,.06)}
.lbfd-explore__icon{display:inline-flex;width:16px;height:16px;flex:0 0 16px;align-items:center;justify-content:center}
.lbfd-explore__icon svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.lbfd-explore__types a,.lbfd-explore__views button,.lbfd-explore__view-group button{display:inline-flex;align-items:center;justify-content:center;gap:7px}
.lbfd-map-popup--club{min-width:220px;max-width:260px;padding:4px 2px;text-align:center}
.lbfd-map-popup__identity{display:flex;align-items:center;gap:10px;margin-bottom:10px}.lbfd-map-popup__logo-wrap{display:flex;justify-content:center;margin:0 0 8px}
.lbfd-map-popup__identity img,.lbfd-map-popup__logo-wrap img,.lbfd-map-popup__logo-fallback{width:54px;height:54px;flex:0 0 54px;border-radius:50%;object-fit:contain;border:1px solid #dbe4ea;background:#fff}
.lbfd-map-popup__logo-fallback{display:grid;place-items:center;font-weight:800;color:#27445d}
.lbfd-map-popup__title{display:block;color:#0878b8;font-size:15px;font-weight:800;line-height:1.25;text-decoration:none;text-align:center}
.lbfd-map-popup__title:hover{text-decoration:underline}
.lbfd-map-popup__badges{display:flex;justify-content:center;flex-wrap:wrap;gap:4px;margin-top:6px}
.lbfd-map-popup__badges span{display:inline-flex;border-radius:999px;padding:2px 7px;font-size:11px;font-weight:800;background:#eef2f5;color:#34495c}
.lbfd-map-popup__badges .is-verified{background:#e8f7ec;color:#17743a}
.lbfd-map-popup__badges .is-featured{background:#fff4d9;color:#8b6500}
.lbfd-map-popup__badges .is-promoted{background:#e8f3ff;color:#086fae}
.lbfd-map-popup__hours{display:flex;flex-direction:column;align-items:center;gap:2px;margin:9px 0 11px;font-size:12px;text-align:center}
.lbfd-map-popup__hours strong{margin:0}
.lbfd-map-popup__hours small{margin:0;color:#637282}
.lbfd-map-popup__hours.is-open strong{color:#16833f}
.lbfd-map-popup__hours.is-closed strong{color:#6b7280}
.lbfd-map-popup__button{display:block;padding:8px 12px;border-radius:6px;background:var(--lbfd-blue);color:#fff!important;text-align:center;font-weight:800;text-decoration:none!important}
.lbfd-map-popup__button:hover,.lbfd-map-popup__button:focus{background:#0879bf;color:#fff!important}
@media(max-width:760px){.lbfd-explore__topbar{top:var(--lbfd-explore-sticky-top,0px)}}

/* 1.0.149: richer Club Explore cards and roomier map popups. */
.lbfd-map-popup__identity img,.lbfd-map-popup__logo-wrap img,.lbfd-map-popup__logo-fallback{width:64px;height:64px;flex-basis:64px}
.lbfd-map-popup__button{margin-top:14px}
.lbfd-club-card__hours{display:flex;align-items:center;gap:7px;margin-top:10px;font-size:13px}
.lbfd-club-card__hours strong{font-weight:800}.lbfd-club-card__hours span{color:#64748b}
.lbfd-club-card__hours.is-open strong{color:#16833f}.lbfd-club-card__hours.is-closed strong{color:#6b7280}
.lbfd-club-card__facilities .is-more{background:#edf5fb;color:#0879bf;font-weight:800}
.lbfd-club-card__activity{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}
.lbfd-club-card__activity span{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#f3f6f8;color:#31475a;font-size:12px;font-weight:800}
.lbfd-club-explore .lbfd-explore__layout[data-view=grid] .lbfd-club-card__activity{gap:6px}

/* 1.0.154 — Explore readability pass. */
.lbfd-native-explore { font-size: 16px; line-height: 1.5; }
.lbfd-native-explore button,
.lbfd-native-explore input,
.lbfd-native-explore select,
.lbfd-native-explore a { font-size: 15px; }
.lbfd-native-explore .lbfd-explore-card h2,
.lbfd-native-explore .lbfd-explore-card h3,
.lbfd-native-explore .lbfd-club-card__title,
.lbfd-native-explore .lbfd-tournament-card__title {
  font-size: 19px !important;
  line-height: 1.3 !important;
}
.lbfd-native-explore .lbfd-card-meta,
.lbfd-native-explore .lbfd-card-address,
.lbfd-native-explore .lbfd-card-hours,
.lbfd-native-explore .lbfd-card-distance,
.lbfd-native-explore .lbfd-explore-count,
.lbfd-native-explore .lbfd-chip {
  font-size: 14px !important;
  line-height: 1.4 !important;
}
.lbfd-native-explore .lbfd-view-button,
.lbfd-native-explore .lbfd-explore-toolbar button,
.lbfd-native-explore .lbfd-filter-modal button {
  font-size: 15px !important;
}

/* Location autocomplete */
.lbfd-explore__filters label:has(.lbfd-location-suggestions){position:relative}
.lbfd-location-suggestions{position:absolute;z-index:10005;left:0;right:0;top:calc(100% - 2px);max-height:260px;overflow:auto;background:#fff;border:1px solid #d8e1ea;border-radius:10px;box-shadow:0 12px 30px rgba(15,35,55,.16);padding:6px}
.lbfd-location-suggestion{display:block;width:100%;border:0;background:#fff;text-align:left;padding:11px 12px;border-radius:7px;font:inherit;color:#16283a;cursor:pointer}
.lbfd-location-suggestion:hover,.lbfd-location-suggestion:focus{background:#edf6ff;outline:2px solid transparent}
.lbfd-explore.is-loading-results .lbfd-explore__results{opacity:.62;pointer-events:none}


/* 1.0.159: keep the shared Explore controls visible beneath the live site header. */
.lbfd-explore__topbar{
  position:sticky!important;
  top:var(--lbfd-explore-sticky-top,0px)!important;
  z-index:1200!important;
  width:100%;
  background:#fff;
  isolation:isolate;
}
.lbfd-explore__topbar::after{
  content:"";
  position:absolute;
  left:0;right:0;bottom:-1px;height:1px;
  background:var(--lbfd-line);
}
@media(min-width:761px){
  .lbfd-explore__layout{
    height:calc(100vh - var(--lbfd-explore-sticky-top,0px) - 62px);
    min-height:560px;
  }
}


/* 1.0.162 — configurable fallback media and richer tournament map popup. */
.lbfd-map-popup--tournament{min-width:245px;max-width:290px;padding:4px 2px;text-align:center}
.lbfd-map-popup--tournament .lbfd-map-popup__address{margin:5px auto 10px;max-width:250px;color:#657482;font-size:12px;line-height:1.35}
.lbfd-map-popup__events{display:grid;gap:7px;margin-top:11px;text-align:left}
.lbfd-map-popup__event{position:relative;padding:8px 9px;border:1px solid #e3e9ee;border-radius:8px;background:#f8fafb}
.lbfd-map-popup__event.is-next{border-color:#b9ddf5;background:#f0f8fd}
.lbfd-map-popup__event>a{display:block;color:#16354a;font-size:13px;font-weight:800;line-height:1.3;text-decoration:none}
.lbfd-map-popup__event>a:hover{text-decoration:underline}
.lbfd-map-popup__event small{display:block;margin-top:3px;color:#667784;font-size:11px}
.lbfd-map-popup__next-label{display:inline-flex;margin-bottom:4px;border-radius:999px;padding:2px 6px;background:#e0f2fe;color:#0879bf;font-size:10px;font-weight:800;text-transform:uppercase;letter-spacing:.02em}
.lbfd-map-popup__more{padding:2px 4px;color:#657482;font-size:11px;text-align:center}
.lbfd-map-popup--tournament .lbfd-map-popup__button{margin-top:11px}
