
/* Critical Leaflet layout fallback: keeps tiles/markers positioned even if CDN CSS is blocked. */
.leaflet-container{position:relative;overflow:hidden;outline:0;touch-action:none;}
.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0;}
.leaflet-tile{user-select:none;-webkit-user-drag:none;filter:inherit;visibility:hidden;}
.leaflet-tile-loaded{visibility:inherit;}
.leaflet-map-pane{z-index:400;}
.leaflet-tile-pane{z-index:200;}
.leaflet-overlay-pane{z-index:400;}
.leaflet-shadow-pane{z-index:500;}
.leaflet-marker-pane{z-index:600;}
.leaflet-tooltip-pane{z-index:650;}
.leaflet-popup-pane{z-index:700;}
.leaflet-control{position:relative;z-index:800;pointer-events:auto;}
.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none;}
.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}
.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}
.leaflet-control-zoom-in,.leaflet-control-zoom-out{display:block;width:30px;height:30px;line-height:30px;text-align:center;text-decoration:none;font:bold 18px Arial,sans-serif;background:#fff;color:#111;border-bottom:1px solid #ccc;}
.leaflet-control-attribution{background:rgba(255,255,255,.78);padding:0 5px;font-size:11px;}
.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{background:#fff;border-radius:12px;box-shadow:0 3px 14px rgba(0,0,0,.25);padding:1px}.leaflet-popup-content{margin:13px 18px;line-height:1.35;text-align:left}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;transform:rotate(45deg);background:#fff;box-shadow:0 3px 14px rgba(0,0,0,.25)}
@media print{body{overflow:visible}.ll-map-shell{height:auto;min-height:900px}.ll-map-panel,#newmap{height:820px!important;break-inside:avoid;page-break-inside:avoid}.ll-controls{break-after:avoid}.leaflet-control-container{display:none}}

 :root{--ll-bg:#f7f1e8;--ll-panel:#fffaf2;--ll-text:#20201d;--ll-muted:#6c6258;--ll-line:#e4d6c8;--ll-accent:#0f766e;--ll-accent-dark:#0d514d;--ll-shadow:0 18px 48px rgba(40,34,28,.18)}*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--ll-bg);color:var(--ll-text);overflow:hidden}.ll-topbar{height:70px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px clamp(12px,3vw,28px);background:#fff;border-bottom:1px solid var(--ll-line);box-shadow:0 3px 14px rgba(28,22,15,.08);position:relative;z-index:600}.ll-brand{text-decoration:none;color:var(--ll-text);display:flex;align-items:baseline;gap:10px;min-width:0}.ll-brand small{color:var(--ll-muted);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.ll-logo{font-weight:900;font-size:clamp(26px,4vw,38px);letter-spacing:-.05em}.ll-logo span{color:var(--ll-accent)}.ll-button{border:1px solid var(--ll-line);background:#fff;color:var(--ll-text);border-radius:999px;padding:10px 14px;font-weight:800;box-shadow:0 4px 14px rgba(20,15,10,.08);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;gap:6px}.ll-button:hover,.ll-button:focus{border-color:var(--ll-accent);outline:3px solid rgba(15,118,110,.14)}.ll-button-primary{background:var(--ll-accent);border-color:var(--ll-accent);color:#fff}.ll-button-primary:hover,.ll-button-primary:focus{background:var(--ll-accent-dark);color:#fff}.ll-map-shell{height:calc(100vh - 70px);display:grid;grid-template-rows:auto 1fr;min-height:0}.ll-controls{padding:10px clamp(10px,2vw,18px);background:linear-gradient(180deg,#fffaf2,#f9efe4);border-bottom:1px solid var(--ll-line);z-index:500}.ll-control-row{display:grid;grid-template-columns:minmax(170px,260px) 1fr;gap:10px;align-items:end}.ll-field{display:flex;flex-direction:column;gap:4px;font-size:12px;font-weight:900;color:var(--ll-muted);letter-spacing:.03em;text-transform:uppercase}.ll-field select,.ll-field input{width:100%;min-height:44px;border-radius:14px;border:1px solid var(--ll-line);background:#fff;color:var(--ll-text);padding:10px 12px;font-size:16px;font-weight:750;text-transform:none;letter-spacing:0;outline:none}.ll-field select:focus,.ll-field input:focus{border-color:var(--ll-accent);box-shadow:0 0 0 3px rgba(15,118,110,.15)}.ll-chips{display:flex;gap:8px;overflow:auto;padding:9px 0 2px;scrollbar-width:none}.ll-chips::-webkit-scrollbar{display:none}.ll-chip{white-space:nowrap;border:1px solid var(--ll-line);background:#fff;border-radius:999px;padding:8px 11px;font-weight:850;cursor:pointer;color:var(--ll-text)}.ll-chip[aria-pressed="true"]{background:#113f3c;border-color:#113f3c;color:#fff}.ll-status{margin:6px 2px 0;color:var(--ll-muted);font-size:13px;font-weight:700}.ll-map-panel{position:relative;min-height:0}.ll-map-panel,#newmap{height:100%;width:100%}.leaflet-container{font-family:inherit;background:#efe6d8}.leaflet-control-zoom a{border-radius:12px!important;margin:4px;background:#fff!important;color:#20201d!important;box-shadow:0 3px 12px rgba(0,0,0,.18)}.ll-div-marker{background:transparent!important;border:0!important}.ll-marker-shell{--marker-size:36px;position:relative;width:var(--marker-size);height:var(--marker-size);transform:translateX(0);transition:transform .12s ease;pointer-events:auto}.ll-marker-shell.has-label{width:max-content;min-width:var(--marker-size);height:calc(var(--marker-size) + 22px)}.ll-marker-img{width:var(--marker-size);height:auto;display:block;filter:drop-shadow(0 4px 7px rgba(0,0,0,.28))}.ll-marker-label{display:none;position:absolute;left:calc(var(--marker-size) * .5);top:calc(var(--marker-size) - 2px);transform:translateX(-50%);max-width:164px;min-width:42px;text-align:center;background:rgba(255,255,255,.96);border:1px solid rgba(0,0,0,.12);border-radius:999px;padding:3px 7px;color:#151515;font-weight:950;font-size:clamp(11px,calc(var(--marker-size) * .24),15px);line-height:1.05;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;box-shadow:0 2px 8px rgba(0,0,0,.18)}.ll-marker-shell.has-label .ll-marker-label{display:block}.ll-marker-shell:hover{z-index:10000!important;transform:translateY(-3px) scale(1.08)}.ll-marker-shell:hover .ll-marker-label{max-width:240px;white-space:normal;z-index:10000}.ll-popup h2{font-size:18px;margin:0 0 6px}.ll-popup p{margin:4px 0;color:#554b42}.ll-card{position:absolute;right:14px;bottom:14px;width:min(390px,calc(100vw - 28px));background:rgba(255,250,242,.98);border:1px solid var(--ll-line);border-radius:24px;box-shadow:var(--ll-shadow);padding:18px;z-index:650}.ll-card-close{position:absolute;right:12px;top:10px;border:0;background:#f0e4d7;border-radius:50%;width:34px;height:34px;font-size:24px;line-height:1;cursor:pointer}.ll-card-kicker{margin:0 42px 8px 0;color:var(--ll-accent-dark);font-weight:950;text-transform:uppercase;letter-spacing:.08em;font-size:12px}.ll-card h1{margin:0 32px 8px 0;font-size:24px;line-height:1.05}.ll-card p{color:#5b5148}.ll-card-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:12px}.ll-user-dot{width:18px;height:18px;border-radius:50%;background:#2563eb;border:3px solid #fff;box-shadow:0 0 0 8px rgba(37,99,235,.18),0 3px 12px rgba(0,0,0,.25)}@media(max-width:720px){body{overflow:hidden}.ll-topbar{height:62px;padding:8px 10px}.ll-brand small{display:none}.ll-logo{font-size:30px}.ll-button{padding:9px 11px;font-size:14px}.ll-map-shell{height:calc(100vh - 62px)}.ll-control-row{grid-template-columns:1fr}.ll-search-field{display:none}.ll-controls{padding:8px 10px}.ll-field select{min-height:46px}.ll-status{font-size:12px}.ll-card{left:10px;right:10px;bottom:10px;width:auto;border-radius:20px;padding:15px}.ll-card h1{font-size:21px}.leaflet-control-attribution{font-size:10px}.ll-marker-label{font-size:12px;max-width:132px}}


/* mobile-core-fix mobile-core-fix-20260610-7: allow Leaflet gestures and prevent the map being trapped in an old off-centre viewport */
#newmap,
.leaflet-container {
  touch-action: pan-x pan-y pinch-zoom;
}

@media (max-width: 720px) {
  #newmap {
    min-height: calc(100vh - 250px);
    height: calc(100vh - 250px);
  }
  .ll-marker-img {
    image-rendering: auto;
  }
}


/* poi10-mobile-final3-20260611-4: make mobile Leaflet interaction reliable and prevent browser gesture stealing */
#newmap, #newmap .leaflet-container { touch-action: none !important; overscroll-behavior: contain; }
@media (max-width: 720px) {
  #newmap { height: calc(100vh - 238px) !important; min-height: 520px; }
  body { overscroll-behavior-y: contain; }
}


/* poi11-ux-final-20260611-1: POI11 transparent marker + mobile UX refinement */
.ll-marker-img {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  object-fit: contain;
  width: var(--marker-size) !important;
  height: calc(var(--marker-size) * 1.2) !important;
  max-width: none !important;
}
.ll-marker-shell { overflow: visible !important; }
.ll-marker-label { top: calc(var(--marker-size) * 1.04) !important; font-size: clamp(12px, calc(var(--marker-size) * .20), 16px) !important; }
#newmap, #newmap .leaflet-container { touch-action: pan-x pan-y pinch-zoom !important; overscroll-behavior: contain; }
@media (max-width: 720px) {
  #newmap { height: calc(100vh - 238px) !important; min-height: 520px; }
  .ll-marker-label { max-width: 150px; }
}


/* poi11-icons-ux-20260611-3: final mobile UX + transparent premium POI marker polish */
#newmap,
#newmap .leaflet-container {
  touch-action: none !important;
  overscroll-behavior: contain !important;
}
.ll-marker-img {
  background: transparent !important;
  border: 0 !important;
  object-fit: contain !important;
  filter: drop-shadow(0 5px 8px rgba(0,0,0,.26)) !important;
}
.ll-div-marker, .ll-marker-shell {
  background: transparent !important;
  border: 0 !important;
  overflow: visible !important;
}
.ll-marker-label {
  top: calc(var(--marker-size) * 1.08) !important;
  font-size: clamp(12px, calc(var(--marker-size) * .18), 15px) !important;
  max-width: 168px !important;
}
@media (max-width:720px) {
  #newmap { height: calc(100vh - 238px) !important; min-height: 560px !important; }
  .ll-marker-label { font-size: 13px !important; max-width: 156px !important; }
}


/* LewesLive branded map integration branded-map-bonfire-20260611-1 */
body.ll-v2.ll-new-map-page { overflow:hidden; background:#f7f1e8; }
.ll-new-map-page .ll-header { position:relative; z-index:800; background:#fffdf8; }
.ll-new-map-page .ll-map-shell { height:calc(100dvh - 88px); display:grid; grid-template-rows:auto 1fr; min-height:0; }
.ll-new-map-page .ll-controls { position:relative; z-index:650; }
.ll-new-map-page .ll-map-panel, .ll-new-map-page #newmap { min-height:0; height:100%; width:100%; }
.ll-new-map-page #newmap, .ll-new-map-page #newmap .leaflet-container { touch-action:pan-x pan-y pinch-zoom !important; overscroll-behavior:contain; }
.ll-new-map-page .ll-marker-shell, .ll-new-map-page .ll-marker-img { background:transparent !important; }
.ll-new-map-page .ll-marker-img { width:var(--marker-size) !important; height:auto !important; object-fit:contain !important; image-rendering:auto; }
.ll-new-map-page .ll-marker-label { top:calc(var(--marker-size) * 0.93) !important; }
.ll-new-map-page .ll-div-marker { background:transparent !important; border:0 !important; }
@media(max-width:760px){
  .ll-new-map-page .ll-header__inner { min-height:70px; width:96%; }
  .ll-new-map-page .ll-logo img { width:220px !important; max-width:66vw !important; }
  .ll-new-map-page .ll-nav { overflow-x:auto; flex-wrap:nowrap; padding-bottom:4px; }
  .ll-new-map-page .ll-map-shell { height:calc(100dvh - 76px); }
  .ll-new-map-page .ll-controls { padding:8px 10px; }
  .ll-new-map-page .ll-control-row { grid-template-columns:1fr; }
  .ll-new-map-page .ll-search-field { display:none; }
  .ll-new-map-page #newmap { min-height:calc(100dvh - 220px) !important; height:calc(100dvh - 220px) !important; }
  .ll-new-map-page .ll-marker-label { max-width:138px; }
}


/* LewesLive map UX polish live-polish-poi-20260611-5 */
.ll-new-map-page #newmap,
.ll-new-map-page #newmap .leaflet-container {
  touch-action: pan-x pan-y pinch-zoom !important;
  overscroll-behavior: contain !important;
}
.ll-new-map-page .ll-marker-shell,
.ll-new-map-page .ll-marker-img {
  background: transparent !important;
}
.ll-new-map-page .ll-marker-img {
  width: var(--marker-size) !important;
  height: auto !important;
  object-fit: contain !important;
  image-rendering: auto !important;
}
.ll-new-map-page .ll-marker-label {
  top: calc(var(--marker-size) * .92) !important;
  font-size: clamp(12px, calc(var(--marker-size) * .15), 16px) !important;
  max-width: 190px !important;
}
.ll-new-map-page .leaflet-control-zoom a {
  width: 36px !important;
  height: 36px !important;
  line-height: 36px !important;
  font-size: 22px !important;
}
@media (max-width: 720px) {
  .ll-new-map-page #newmap {
    height: calc(100dvh - 236px) !important;
    min-height: 560px !important;
  }
  .ll-new-map-page .ll-marker-label { max-width: 156px !important; }
}


/* live-map-polish-fix2-20260611-7: stable initial render + larger visible POI markers */
.ll-new-map-page #newmap { min-height: 640px !important; height: min(72vh, 780px) !important; }
.ll-new-map-page .ll-map-shell { height: auto !important; min-height: 0 !important; }
.ll-new-map-page .ll-map-panel { height: min(72vh, 780px) !important; min-height: 640px !important; }
.ll-new-map-page .ll-marker-img { opacity: 1 !important; visibility: visible !important; background: transparent !important; }
.ll-new-map-page .ll-marker-label { font-weight: 950 !important; }
@media (max-width:720px) {
  .ll-new-map-page #newmap { height: calc(100dvh - 235px) !important; min-height: 520px !important; }
  .ll-new-map-page .ll-map-panel { height: calc(100dvh - 235px) !important; min-height: 520px !important; }
}


/* mobile-map-ux-20260611-8: mobile map UX and responsive layout polish */
html, body { max-width:100%; overflow-x:hidden !important; }
body.ll-v2.ll-new-map-page { overflow-x:hidden !important; }
.ll-new-map-page .ll-map-shell,
.ll-new-map-page .ll-controls,
.ll-new-map-page .ll-map-panel,
.ll-new-map-page #newmap,
.ll-new-map-page .ll-map-below,
.ll-new-map-page .ll-map-below__inner,
.ll-new-map-page .ll-location-card-grid { max-width:100vw !important; box-sizing:border-box !important; }
.ll-new-map-page #newmap { touch-action:none !important; -ms-touch-action:none !important; }
.ll-new-map-page .ll-controls { overflow:hidden !important; }
.ll-new-map-page .ll-chips { max-width:100%; overflow-x:auto !important; overflow-y:hidden !important; -webkit-overflow-scrolling:touch; overscroll-behavior-x:contain; }
.ll-new-map-page .ll-control-row { grid-template-columns:minmax(180px,260px) minmax(220px,1fr) auto !important; align-items:end !important; }
.ll-locate-inline { min-height:44px; line-height:1; }

@media (max-width: 760px) {
  body.ll-v2.ll-new-map-page { overflow-y:auto !important; -webkit-overflow-scrolling:touch; }
  .ll-new-map-page .ll-map-shell { display:block !important; height:auto !important; min-height:0 !important; overflow:visible !important; }
  .ll-new-map-page .ll-controls { padding:7px 8px 6px !important; }
  .ll-new-map-page .ll-control-row {
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:7px !important;
    align-items:end !important;
    width:100% !important;
  }
  .ll-new-map-page .ll-control-row .ll-field:first-child { min-width:0 !important; width:100% !important; }
  .ll-new-map-page .ll-field span { font-size:11px !important; line-height:1.05 !important; }
  .ll-new-map-page .ll-field select {
    width:100% !important;
    min-width:0 !important;
    min-height:40px !important;
    border-radius:12px !important;
    padding:8px 9px !important;
    font-size:15px !important;
  }
  .ll-new-map-page .ll-search-field { display:none !important; }
  .ll-new-map-page .ll-locate-inline {
    width:auto !important;
    min-width:86px !important;
    max-width:104px !important;
    min-height:40px !important;
    padding:8px 9px !important;
    border-radius:14px !important;
    font-size:12px !important;
    white-space:normal !important;
    text-align:center !important;
    box-shadow:0 4px 12px rgba(0,0,0,.08) !important;
  }
  .ll-new-map-page .ll-chips { padding:7px 0 1px !important; gap:6px !important; }
  .ll-new-map-page .ll-chip { padding:7px 9px !important; font-size:13px !important; }
  .ll-new-map-page .ll-status { margin-top:5px !important; font-size:12px !important; white-space:normal !important; }
  .ll-new-map-page .ll-map-panel,
  .ll-new-map-page #newmap {
    height:56dvh !important;
    min-height:360px !important;
    max-height:560px !important;
    width:100vw !important;
    margin-left:calc(50% - 50vw) !important;
  }
  .ll-new-map-page #newmap .leaflet-container { touch-action:none !important; }
  .ll-new-map-page .leaflet-control-zoom { margin-top:8px !important; }
  .ll-new-map-page .leaflet-control-zoom a { width:34px !important; height:34px !important; line-height:34px !important; }
  .ll-new-map-page .ll-card { max-width:calc(100vw - 20px) !important; }
  .ll-new-map-page .ll-map-below { padding:24px 12px 34px !important; overflow:hidden !important; }
  .ll-new-map-page .ll-map-below__inner { width:100% !important; max-width:100% !important; margin:0 auto !important; }
  .ll-new-map-page .ll-map-below h2 { font-size:clamp(24px,8vw,34px) !important; line-height:1.05 !important; }
  .ll-new-map-page .ll-location-card-grid {
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    width:100% !important;
    overflow:visible !important;
  }
  .ll-new-map-page .ll-location-card { width:100% !important; max-width:100% !important; min-width:0 !important; }
  .ll-new-map-page .ll-location-card__image { height:170px !important; }
  .ll-new-map-page .ll-location-card__image img { max-width:92% !important; max-height:152px !important; }
  .ll-new-map-page .ll-location-card__body { padding:14px !important; }
}

@media (min-width: 761px) and (max-width: 980px) {
  .ll-new-map-page .ll-control-row { grid-template-columns:minmax(170px,240px) 1fr auto !important; }
  .ll-new-map-page .ll-location-card-grid { grid-template-columns:repeat(2,minmax(0,1fr)) !important; }
}


/* LewesLive test card enrichment */
.ll-card-hero{margin:-18px -18px 12px;border-radius:24px 24px 12px 12px;overflow:hidden;background:#eee;max-height:180px}
.ll-card-hero img{width:100%;height:180px;object-fit:cover;display:block}
.ll-card-summary{font-weight:650;line-height:1.35}.ll-card-address{font-size:.94rem}.ll-card-contact,.ll-card-socials{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.ll-card-contact a,.ll-card-social{border:1px solid var(--ll-line);background:#fff;border-radius:999px;padding:7px 10px;font-weight:800;text-decoration:none;color:var(--ll-accent-dark)}
@media(max-width:720px){.ll-card-hero{margin:-15px -15px 10px}.ll-card-hero img{height:145px}}


/* map-card-hotfix-20260624: marker clicks open in-page cards; contact details shown when enriched. */
.ll-card-hours{margin-top:10px;border:1px solid var(--ll-line);border-radius:14px;background:#fff;padding:8px 10px}
.ll-card-hours summary{cursor:pointer;font-weight:950;color:var(--ll-accent-dark)}
.ll-card-hours ul{margin:8px 0 0;padding-left:18px;color:#5b5148;font-size:.92rem}
.ll-card-note{font-size:.92rem;font-weight:750;color:#6c6258;background:#fff7e8;border-radius:12px;padding:8px 10px}
.ll-location-card__actions button{border:0;border-radius:999px;background:var(--ll-accent);color:#fff;padding:9px 12px;font-weight:950;cursor:pointer}
.ll-location-card__actions a{border-radius:999px;border:1px solid var(--ll-line);background:#fff;color:var(--ll-accent-dark);padding:9px 12px;font-weight:900;text-decoration:none;display:inline-flex}
.ll-empty-card-grid{background:#fffdf8;border:1px dashed rgba(17,27,23,.25);border-radius:18px;padding:18px;font-weight:850;color:#53645e}


/* leweslive-map-cards-visible-20260624: restore normal page scrolling and make category cards visible below the map. */
body.ll-v2.ll-new-map-page{overflow-y:auto !important;overflow-x:hidden !important;-webkit-overflow-scrolling:touch;}
.ll-new-map-page .ll-map-shell{display:block !important;height:auto !important;min-height:0 !important;overflow:visible !important;}
.ll-new-map-page .ll-map-panel{height:clamp(560px,64dvh,780px) !important;min-height:560px !important;width:100% !important;}
.ll-new-map-page #newmap{height:100% !important;min-height:560px !important;width:100% !important;}
.ll-new-map-page .ll-map-below{display:block !important;padding:30px clamp(14px,3vw,36px) 46px !important;background:linear-gradient(180deg,#f7f1e8,#fffaf2) !important;border-top:1px solid var(--ll-line) !important;overflow:visible !important;}
.ll-new-map-page .ll-map-below__inner{max-width:1180px !important;margin:0 auto !important;}
.ll-new-map-page .ll-location-card-grid{display:grid !important;grid-template-columns:repeat(auto-fit,minmax(260px,1fr)) !important;gap:18px !important;align-items:stretch !important;}
.ll-new-map-page .ll-location-card{display:flex !important;flex-direction:column !important;min-width:0 !important;background:#fffdf8 !important;border:1px solid rgba(17,27,23,.12) !important;border-radius:22px !important;overflow:hidden !important;box-shadow:0 18px 44px rgba(17,27,23,.08) !important;}
.ll-new-map-page .ll-location-card.is-category-featured{grid-column:span 2;border-color:rgba(15,118,110,.42) !important;box-shadow:0 22px 60px rgba(15,81,77,.16) !important;}
.ll-new-map-page .ll-location-card__image{height:170px !important;display:flex !important;align-items:center !important;justify-content:center !important;background:#f0e7da !important;}
.ll-new-map-page .ll-location-card__image img{width:100% !important;height:100% !important;object-fit:cover !important;}
.ll-new-map-page .ll-location-card__body{padding:16px !important;display:flex !important;flex-direction:column !important;gap:8px !important;flex:1 !important;}
.ll-new-map-page .ll-location-card__body h3{margin:0 !important;font-size:1.15rem !important;line-height:1.12 !important;}
.ll-new-map-page .ll-location-card__body p{margin:0 !important;color:#4d463f !important;line-height:1.35 !important;}
.ll-new-map-page .ll-location-card__body small{color:#6b625b !important;font-weight:750 !important;}
.ll-new-map-page .ll-location-card__actions{margin-top:auto !important;display:flex !important;gap:8px !important;flex-wrap:wrap !important;}
.ll-new-map-page .ll-location-card__actions button{border:0;border-radius:999px;background:var(--ll-accent);color:#fff;padding:9px 12px;font-weight:950;cursor:pointer;}
.ll-new-map-page .ll-location-card__actions a{border-radius:999px;border:1px solid var(--ll-line);background:#fff;color:var(--ll-accent-dark);padding:9px 12px;font-weight:900;text-decoration:none;display:inline-flex;}
.ll-new-map-page .ll-category-featured-label{display:inline-flex;width:max-content;border-radius:999px;background:#0f766e;color:#fff;padding:6px 10px;font-weight:950;font-size:.78rem;text-transform:uppercase;letter-spacing:.04em;margin-bottom:2px;}
@media(max-width:760px){.ll-new-map-page .ll-map-panel{height:56dvh !important;min-height:360px !important;max-height:560px !important;width:100vw !important;margin-left:calc(50% - 50vw) !important;}.ll-new-map-page #newmap{min-height:360px !important;}.ll-new-map-page .ll-map-below{padding:22px 12px 34px !important;}.ll-new-map-page .ll-location-card-grid{grid-template-columns:1fr !important;gap:14px !important;}.ll-new-map-page .ll-location-card.is-category-featured{grid-column:auto !important;}.ll-new-map-page .ll-location-card__image{height:160px !important;}}


/* map-card-polish-20260627: make card names unmistakable, improve perceived image loading, and keep the map centred on Lewes. */
.ll-new-map-page .ll-location-card__image{position:relative !important;background:linear-gradient(135deg,#efe5d8,#fbf7ef) !important;overflow:hidden !important;}
.ll-new-map-page .ll-location-card__image::before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.15),rgba(255,255,255,.52),rgba(255,255,255,.15));transform:translateX(-100%);animation:ll-card-shimmer 1.45s ease-in-out infinite;z-index:0;}
.ll-new-map-page .ll-location-card__image img{position:relative;z-index:1;background:#efe5d8;transition:opacity .18s ease;}
.ll-new-map-page .ll-location-card__image-title{position:absolute;left:10px;right:10px;bottom:10px;z-index:2;display:block;padding:8px 10px;border-radius:14px;background:rgba(9,22,19,.88);color:#fff;font-weight:950;line-height:1.05;text-shadow:0 1px 2px rgba(0,0,0,.35);box-shadow:0 6px 18px rgba(0,0,0,.18);}
.ll-new-map-page .ll-location-card__body h3{font-size:1.28rem !important;line-height:1.05 !important;color:#0b1815 !important;}
.ll-new-map-page .ll-location-card__body h3 button{appearance:none;border:0;background:transparent;color:inherit;font:inherit;font-weight:950;text-align:left;padding:0;margin:0;cursor:pointer;text-decoration:none;}
.ll-new-map-page .ll-location-card__body h3 button:hover,.ll-new-map-page .ll-location-card__body h3 button:focus{text-decoration:underline;text-decoration-thickness:2px;outline:none;}
.ll-new-map-page .ll-location-card.is-category-featured .ll-location-card__body h3{font-size:1.6rem !important;}
.ll-new-map-page .ll-location-card.is-category-featured .ll-location-card__image{height:220px !important;}
@keyframes ll-card-shimmer{to{transform:translateX(100%);}}
@media(max-width:760px){.ll-new-map-page .ll-location-card__image-title{font-size:.98rem;}.ll-new-map-page .ll-location-card.is-category-featured .ll-location-card__image{height:170px !important;}.ll-new-map-page .ll-location-card.is-category-featured .ll-location-card__body h3{font-size:1.32rem !important;}}
@media(prefers-reduced-motion:reduce){.ll-new-map-page .ll-location-card__image::before{animation:none;}}
