.sme-map-shell{--sme-map-height:620px;--sme-accent:#111827;--sme-pin-color:#111827;--sme-surface:#fff;--sme-text:#111827;--sme-muted:#6b7280;--sme-radius:20px;position:relative;width:100%;color:var(--sme-text);font-family:inherit}.sme-map-shell *{box-sizing:border-box}.sme-map-layout{display:grid;grid-template-columns:minmax(0,1fr);height:var(--sme-map-height);min-height:300px;border-radius:var(--sme-radius);overflow:hidden;background:var(--sme-surface);isolation:isolate}.sme-map-layout.has-list{grid-template-columns:minmax(0,1fr) minmax(280px,360px)}.sme-map-stage{position:relative;min-width:0;min-height:0}.sme-map-canvas{position:absolute;inset:0;background:#e5e7eb;z-index:1}.sme-map-toolbar{position:absolute;top:16px;left:16px;right:76px;z-index:500;display:flex;align-items:center;gap:10px;pointer-events:none}.sme-map-toolbar>*{pointer-events:auto}.sme-search-box,.sme-category-box{display:flex;align-items:center;height:48px;background:var(--sme-surface);border:1px solid rgba(17,24,39,.09);box-shadow:0 10px 28px rgba(17,24,39,.12)}.sme-search-box{width:min(390px,55%);border-radius:14px;padding:0 14px;gap:10px}.sme-search-box svg{width:20px;height:20px;fill:none;stroke:var(--sme-muted);stroke-width:1.8;stroke-linecap:round}.sme-search-box input{width:100%!important;height:46px!important;padding:0!important;border:0!important;outline:0!important;background:transparent!important;color:var(--sme-text)!important;box-shadow:none!important;font:inherit!important}.sme-search-box input::placeholder{color:var(--sme-muted)}.sme-category-box{border-radius:14px;overflow:hidden}.sme-category-box select{height:46px!important;min-width:165px;padding:0 36px 0 14px!important;border:0!important;outline:0!important;background-color:transparent!important;color:var(--sme-text)!important;font:inherit!important;box-shadow:none!important}.sme-result-count{display:flex;align-items:center;height:40px;padding:0 13px;border-radius:999px;background:rgba(17,24,39,.82);color:#fff;font-size:12px;font-weight:700;white-space:nowrap;backdrop-filter:blur(8px)}.sme-map-actions{position:absolute;top:16px;right:16px;z-index:510;display:flex;flex-direction:column;gap:8px}.sme-map-action{display:grid;place-items:center;width:46px;height:46px;padding:0;border:1px solid rgba(17,24,39,.09)!important;border-radius:14px!important;background:var(--sme-surface)!important;color:var(--sme-text)!important;box-shadow:0 10px 28px rgba(17,24,39,.12);cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.sme-map-action:hover{transform:translateY(-2px);box-shadow:0 14px 30px rgba(17,24,39,.17)}.sme-map-action svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.sme-map-action.is-loading svg{animation:sme-spin .8s linear infinite}.sme-empty-state{position:absolute;left:50%;top:50%;z-index:520;transform:translate(-50%,-50%);padding:12px 18px;border-radius:12px;background:var(--sme-surface);color:var(--sme-text);box-shadow:0 12px 32px rgba(17,24,39,.14);font-weight:700}.sme-results-panel{height:100%;overflow:auto;background:var(--sme-surface);border-inline-start:1px solid rgba(17,24,39,.08)}.sme-results-list{padding:12px}.sme-list-item{margin-bottom:12px;border:1px solid rgba(17,24,39,.08);border-radius:16px;overflow:hidden;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}.sme-list-item:hover{transform:translateY(-2px);box-shadow:0 12px 28px rgba(17,24,39,.1)}.sme-list-item .sme-location-card{width:100%}.sme-list-item .sme-card-image{height:140px}.sme-pin-wrap{background:transparent!important;border:0!important}.sme-pin{--pin:var(--sme-pin-color);position:relative;display:block;width:36px;height:36px;margin:2px 0 0 3px;border:4px solid #fff;border-radius:50% 50% 50% 8px;background:var(--pin);box-shadow:0 7px 18px rgba(15,23,42,.32);transform:rotate(-45deg);transition:transform .2s ease,filter .2s ease}.sme-pin span{position:absolute;left:50%;top:50%;width:9px;height:9px;border-radius:50%;background:#fff;transform:translate(-50%,-50%)}.sme-pin-wrap:hover .sme-pin{transform:rotate(-45deg) translate(3px,-3px);filter:brightness(1.08)}.marker-cluster div{display:grid!important;place-items:center!important;width:38px!important;height:38px!important;margin:3px!important;border:3px solid rgba(255,255,255,.92)!important;border-radius:50%!important;background:var(--sme-accent)!important;color:#fff!important;font-size:12px!important;font-weight:800!important;box-shadow:0 8px 20px rgba(15,23,42,.25)}.marker-cluster{background:color-mix(in srgb,var(--sme-accent) 25%,transparent)!important;border-radius:50%!important}.sme-map-popup .leaflet-popup-content-wrapper{padding:0;border-radius:18px;background:var(--sme-surface);color:var(--sme-text);box-shadow:0 22px 60px rgba(15,23,42,.22);overflow:hidden}.sme-map-popup .leaflet-popup-content{width:auto!important;margin:0}.sme-map-popup .leaflet-popup-tip{background:var(--sme-surface)}.sme-map-popup .leaflet-popup-close-button{top:9px!important;right:9px!important;width:28px!important;height:28px!important;border-radius:50%;background:rgba(17,24,39,.72)!important;color:#fff!important;font-size:19px!important;line-height:26px!important}.sme-location-card{width:320px;max-width:100%;background:var(--sme-surface);color:var(--sme-text)}.sme-card-image{display:block;width:100%;height:168px;overflow:hidden;background:#e5e7eb}.sme-card-image img{width:100%!important;height:100%!important;object-fit:cover;display:block;transition:transform .35s ease}.sme-card-image:hover img{transform:scale(1.035)}.sme-card-content{padding:17px}.sme-card-terms{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.sme-card-terms span{padding:5px 8px;border-radius:999px;background:color-mix(in srgb,var(--sme-accent) 9%,transparent);color:var(--sme-accent);font-size:10px;font-weight:800;line-height:1;text-transform:uppercase;letter-spacing:.04em}.sme-card-title{margin:0 0 9px!important;color:var(--sme-text)!important;font-size:20px;font-weight:800;line-height:1.22}.sme-card-title a{color:inherit!important;text-decoration:none!important}.sme-card-address{display:flex;align-items:flex-start;gap:7px;margin:0 0 10px!important;color:var(--sme-muted);font-size:12px;line-height:1.45}.sme-card-address svg{flex:0 0 15px;width:15px;height:15px;margin-top:1px;fill:none;stroke:currentColor;stroke-width:1.7}.sme-card-excerpt{margin:0 0 13px!important;color:var(--sme-muted);font-size:13px;line-height:1.55}.sme-card-contact{display:inline-block;margin-bottom:12px;color:var(--sme-text)!important;font-size:12px;font-weight:700;text-decoration:none!important}.sme-card-actions{display:flex;align-items:center;gap:7px}.sme-card-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:38px;padding:0 12px;border-radius:10px;font-size:11px;font-weight:800;text-decoration:none!important;transition:transform .15s ease,opacity .15s ease}.sme-card-actions a:hover{transform:translateY(-1px)}.sme-card-primary{background:var(--sme-accent);color:#fff!important}.sme-card-secondary{border:1px solid rgba(17,24,39,.12);background:transparent;color:var(--sme-text)!important}.sme-card-icon{width:38px;padding:0!important;border:1px solid rgba(17,24,39,.12);color:var(--sme-text)!important}.sme-map-shell .leaflet-control-zoom{border:0!important;margin-right:16px!important;margin-bottom:16px!important;box-shadow:0 10px 28px rgba(17,24,39,.14)!important}.sme-map-shell .leaflet-control-zoom a{width:42px!important;height:42px!important;line-height:40px!important;border:0!important;background:var(--sme-surface)!important;color:var(--sme-text)!important}.sme-map-shell .leaflet-control-zoom-in{border-radius:12px 12px 0 0!important}.sme-map-shell .leaflet-control-zoom-out{border-radius:0 0 12px 12px!important}.sme-map-shell .leaflet-control-attribution{font-size:9px!important;background:rgba(255,255,255,.72)!important}.sme-map-shell.is-fullscreen{position:fixed!important;inset:0!important;z-index:999999!important;padding:14px;background:#111827}.sme-map-shell.is-fullscreen .sme-map-layout{height:calc(100vh - 28px);border-radius:16px}.sme-map-fullscreen-open{overflow:hidden!important}.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}@keyframes sme-spin{to{transform:rotate(360deg)}}[dir=rtl] .sme-map-toolbar{left:76px;right:16px}[dir=rtl] .sme-map-actions{left:16px;right:auto}[dir=rtl] .sme-category-box select{padding:0 14px 0 36px!important}[dir=rtl] .sme-map-popup .leaflet-popup-close-button{left:9px!important;right:auto!important}@media(max-width:900px){.sme-map-layout.has-list{grid-template-columns:minmax(0,1fr) 300px}.sme-map-toolbar{right:70px}.sme-result-count{display:none}}@media(max-width:767px){.sme-map-layout,.sme-map-layout.has-list{height:auto;min-height:0;grid-template-columns:1fr}.sme-map-stage{height:var(--sme-map-height);min-height:420px}.sme-results-panel{max-height:420px;border-inline-start:0;border-top:1px solid rgba(17,24,39,.08)}.sme-map-toolbar{top:12px;left:12px;right:64px;flex-wrap:wrap;gap:7px}.sme-search-box{width:100%;height:44px}.sme-search-box input{height:42px!important}.sme-category-box{height:42px}.sme-category-box select{height:40px!important;min-width:150px}.sme-map-actions{top:12px;right:12px}.sme-map-action{width:42px;height:42px}.sme-location-card{width:290px}.sme-card-image{height:145px}[dir=rtl] .sme-map-toolbar{left:64px;right:12px}[dir=rtl] .sme-map-actions{left:12px;right:auto}}

.sme-map-shell[dir=rtl]{direction:rtl;text-align:right}.sme-map-shell[dir=rtl] .sme-search-box input,.sme-map-shell[dir=rtl] .sme-category-box select{text-align:right}.sme-map-shell[dir=rtl] .sme-card-address,.sme-map-shell[dir=rtl] .sme-card-actions{direction:rtl}.sme-map-shell[dir=rtl] .sme-card-terms span{text-transform:none;letter-spacing:0}.sme-map-shell[dir=rtl] .leaflet-control-attribution{direction:rtl}

/* Environmental map types */
.sme-map-shell{--sme-eco-color:#159447;--sme-issue-color:#d93636}.sme-type-filter{display:flex;align-items:center;gap:5px;padding:5px;border:1px solid rgba(17,24,39,.09);border-radius:14px;background:var(--sme-surface);box-shadow:0 10px 28px rgba(17,24,39,.12)}.sme-type-button{display:inline-flex!important;align-items:center;justify-content:center;gap:6px;min-height:36px!important;padding:0 10px!important;border:0!important;border-radius:10px!important;background:transparent!important;color:var(--sme-muted)!important;font:inherit!important;font-size:11px!important;font-weight:800!important;white-space:nowrap;cursor:pointer;box-shadow:none!important;transition:background .18s ease,color .18s ease,transform .18s ease}.sme-type-button:hover{transform:translateY(-1px);color:var(--sme-text)!important}.sme-type-button.is-active{background:var(--sme-accent)!important;color:#fff!important}.sme-type-button>span{display:inline-grid;place-items:center;min-width:19px;height:19px;padding:0 5px;border-radius:999px;background:rgba(127,127,127,.14);font-size:9px}.sme-type-button.is-active>span{background:rgba(255,255,255,.18)}.sme-type-dot{display:inline-block;flex:0 0 9px;width:9px;height:9px;border-radius:50%;box-shadow:0 0 0 3px rgba(127,127,127,.09)}.sme-type-dot.is-green{background:var(--sme-eco-color)}.sme-type-dot.is-red{background:var(--sme-issue-color)}.sme-map-legend{position:absolute;right:16px;bottom:16px;z-index:500;display:flex;flex-direction:column;gap:7px;max-width:250px;padding:10px 12px;border:1px solid rgba(17,24,39,.08);border-radius:12px;background:color-mix(in srgb,var(--sme-surface) 92%,transparent);box-shadow:0 10px 26px rgba(17,24,39,.1);backdrop-filter:blur(9px);pointer-events:none}.sme-map-legend span{display:flex;align-items:center;gap:8px;color:var(--sme-text);font-size:10px;font-weight:700;line-height:1.35}.sme-card-type{display:inline-flex;align-items:center;gap:7px;margin-bottom:9px;padding:6px 9px;border-radius:999px;font-size:10px;font-weight:800;line-height:1.15}.sme-card-type.is-green{background:color-mix(in srgb,var(--sme-eco-color) 12%,transparent);color:var(--sme-eco-color)}.sme-card-type.is-red{background:color-mix(in srgb,var(--sme-issue-color) 12%,transparent);color:var(--sme-issue-color)}.sme-list-item-green{border-inline-start:3px solid var(--sme-eco-color)}.sme-list-item-red{border-inline-start:3px solid var(--sme-issue-color)}[dir=rtl] .sme-map-legend{left:16px;right:auto}@media(max-width:1100px){.sme-map-toolbar{align-items:flex-start;flex-wrap:wrap}.sme-search-box{width:min(340px,48%)}.sme-type-filter{order:3}.sme-result-count{margin-inline-start:auto}}@media(max-width:767px){.sme-type-filter{width:100%;overflow-x:auto;justify-content:flex-start}.sme-type-button{flex:0 0 auto}.sme-map-legend{left:12px!important;right:12px!important;bottom:12px;max-width:none;flex-direction:row;justify-content:center;gap:12px}.sme-map-legend span{font-size:9px}.sme-search-box{width:100%}}

/* v1.2.1: stable hover cards, unrestricted browsing and complete Arabic RTL */
.sme-map-shell .sme-map-search,
.sme-map-shell .sme-map-search::placeholder{
  direction:rtl!important;
  text-align:right!important;
}
.sme-map-shell .sme-map-search::placeholder{opacity:.72}
.sme-map-popup,
.sme-map-popup .leaflet-popup-content,
.sme-map-popup .leaflet-popup-content-wrapper,
.sme-map-hover-card,
.sme-map-hover-card .sme-location-card,
.sme-map-shell .sme-location-card{
  direction:rtl!important;
  text-align:right!important;
}
.sme-map-hover-card{
  width:320px!important;
  max-width:calc(100vw - 48px)!important;
  padding:0!important;
  border:0!important;
  border-radius:18px!important;
  background:transparent!important;
  box-shadow:0 22px 60px rgba(15,23,42,.22)!important;
  white-space:normal!important;
  pointer-events:auto!important;
}
.sme-map-hover-card:before{display:none!important}
.sme-map-hover-card .sme-location-card{width:100%!important;border-radius:18px;overflow:hidden}
.sme-map-shell .sme-card-content,
.sme-map-shell .sme-card-title,
.sme-map-shell .sme-card-address,
.sme-map-shell .sme-card-excerpt,
.sme-map-shell .sme-card-contact,
.sme-map-shell .sme-card-type{
  direction:rtl!important;
  text-align:right!important;
}
.sme-map-shell .sme-card-address,
.sme-map-shell .sme-card-actions{
  flex-direction:row!important;
  justify-content:flex-start!important;
}
.sme-map-shell .sme-card-address svg{margin-right:0!important;margin-left:0!important}
.sme-map-shell .leaflet-tooltip-pane{z-index:650}
@media(max-width:767px){
  .sme-map-hover-card{display:none!important}
}

/* v1.3.0: stable preview panel, smart click focus and popup visibility */
.sme-map-shell .sme-map-toolbar{z-index:900}
.sme-map-shell .sme-map-actions{z-index:920}
.sme-map-shell .sme-map-legend{z-index:820}
.sme-map-shell .leaflet-popup-pane{z-index:1300!important}
.sme-map-shell .leaflet-control-container{position:relative;z-index:850}
.sme-hover-preview{
  position:absolute;
  top:88px;
  right:16px;
  z-index:1100;
  width:320px;
  max-width:calc(100% - 32px);
  max-height:calc(100% - 112px);
  overflow:auto;
  border-radius:18px;
  background:var(--sme-surface);
  box-shadow:0 24px 64px rgba(15,23,42,.22);
  opacity:0;
  transform:translateY(8px) scale(.985);
  transform-origin:top right;
  pointer-events:none;
  transition:opacity .16s ease,transform .16s ease;
  scrollbar-width:thin;
}
.sme-hover-preview.is-visible{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}
.sme-hover-preview .sme-location-card{width:100%!important;max-width:none!important;border-radius:18px;overflow:hidden}
.sme-hover-preview .sme-card-image{height:145px}
.sme-hover-preview .sme-card-content{padding:15px}
.sme-map-popup .leaflet-popup-content-wrapper{max-height:calc(var(--sme-map-height) - 80px)}
.sme-map-popup .leaflet-popup-content{max-height:inherit;overflow-y:auto;overflow-x:hidden;scrollbar-width:thin}
.sme-map-popup .sme-location-card{width:320px;max-width:100%}
.sme-map-shell .sme-card-title,
.sme-map-shell .sme-card-title a,
.sme-map-shell .sme-card-title a:hover,
.sme-map-shell .sme-card-title a:focus,
.sme-map-shell .sme-card-title a:visited{
  color:var(--sme-text)!important;
  -webkit-text-fill-color:var(--sme-text)!important;
  text-decoration:none!important;
  opacity:1!important;
}
.sme-map-shell .sme-card-actions{flex-wrap:wrap}
.sme-map-shell .leaflet-popup-close-button{z-index:4}
@media(max-width:900px){
  .sme-hover-preview{width:300px;right:12px;max-width:calc(100% - 24px)}
}
@media(max-width:767px){
  .sme-hover-preview{display:none!important}
  .sme-map-popup .sme-location-card{width:286px}
  .sme-map-popup .leaflet-popup-content{max-height:300px}
}

/* v2.0.0 — archive/single map hardening and mobile polish */
.sme-results-panel{direction:rtl;text-align:right;scrollbar-width:thin}.sme-results-panel-head{position:sticky;top:0;z-index:3;padding:16px 16px 13px;border-bottom:1px solid rgba(17,24,39,.08);background:color-mix(in srgb,var(--sme-surface) 94%,transparent);backdrop-filter:blur(12px)}.sme-results-panel-head strong{display:block;font-size:14px}.sme-results-panel-head small{display:block;margin-top:4px;color:var(--sme-muted);font-size:10px;line-height:1.45}.sme-results-list{padding:12px 12px 24px}.sme-list-item .sme-card-content{padding:15px}.sme-list-item .sme-card-title{font-size:17px}.sme-list-item .sme-card-excerpt{display:-webkit-box;overflow:hidden;-webkit-line-clamp:3;-webkit-box-orient:vertical}.sme-list-item .sme-card-actions{display:grid;grid-template-columns:1fr 1fr}.sme-list-item .sme-card-icon{display:none!important}.sme-map-shell .sme-card-actions a{white-space:nowrap}.sme-map-shell .leaflet-popup-content-wrapper{border:1px solid rgba(17,24,39,.08)}.sme-map-shell .leaflet-popup-close-button{display:grid!important;place-items:center;padding:0!important}.sme-map-shell .leaflet-container{font-family:inherit}.sme-single-map .sme-map-toolbar{display:none!important}.sme-single-map .sme-map-legend{display:none!important}.sme-map-shell:focus-within .sme-map-layout{outline:0}.sme-map-shell .leaflet-marker-icon:focus .sme-pin{filter:brightness(1.08);box-shadow:0 0 0 4px rgba(255,255,255,.85),0 7px 18px rgba(15,23,42,.32)}
@media(max-width:900px){.sme-archive-map{--sme-map-height:650px!important}.sme-map-layout.has-list{grid-template-columns:minmax(0,1fr) 290px}.sme-map-toolbar{max-width:calc(100% - 88px)}}
@media(max-width:767px){.sme-archive-map{--sme-map-height:540px!important}.sme-single-map{--sme-map-height:430px!important}.sme-map-stage{min-height:360px}.sme-map-layout.has-list{display:flex;flex-direction:column}.sme-results-panel{height:auto;max-height:520px;order:2}.sme-map-stage{order:1}.sme-map-toolbar{top:10px;left:62px!important;right:10px!important;max-width:none;gap:6px}.sme-map-actions{top:10px!important;left:10px!important;right:auto!important;gap:6px}.sme-map-action{width:40px;height:40px;border-radius:12px!important}.sme-search-box{height:42px;padding-inline:12px}.sme-search-box input{height:40px!important;font-size:12px!important}.sme-type-filter{padding:4px;border-radius:12px}.sme-type-button{min-height:32px!important;padding:0 8px!important;font-size:10px!important}.sme-result-count{display:none!important}.sme-map-legend{bottom:10px!important;left:10px!important;right:10px!important;padding:8px 9px;overflow-x:auto;justify-content:flex-start!important}.sme-map-legend span{flex:0 0 auto}.sme-map-popup .leaflet-popup-content-wrapper{max-width:calc(100vw - 28px)}.sme-map-popup .sme-location-card{width:min(286px,calc(100vw - 46px))}.sme-map-popup .sme-card-content{padding:15px}.sme-map-popup .sme-card-title{font-size:18px}.sme-map-popup .sme-card-actions{display:grid;grid-template-columns:1fr 1fr}.sme-map-popup .sme-card-icon{display:none!important}.sme-hover-preview{display:none!important}.sme-results-panel-head{padding:14px 14px 11px}.sme-results-list{padding:10px 10px 18px}}
@media(max-width:420px){.sme-archive-map{--sme-map-height:500px!important}.sme-single-map{--sme-map-height:390px!important}.sme-map-toolbar{left:56px!important}.sme-map-action{width:38px;height:38px}.sme-search-box{height:40px}.sme-search-box input{height:38px!important}.sme-type-filter{width:100%;max-width:100%}.sme-map-legend span{font-size:8px}.sme-location-card{width:270px}.sme-card-excerpt{font-size:12px}}
