.leaflet-popup.mura-popup.gm-wall-popup-wrap{
  width:min(350px, calc(100vw - 54px)) !important;
  max-width:min(350px, calc(100vw - 54px)) !important;
}

.leaflet-popup.mura-popup.gm-wall-popup-wrap .leaflet-popup-content-wrapper{
  width:min(350px, calc(100vw - 54px)) !important;
  max-width:min(350px, calc(100vw - 54px)) !important;
  overflow:hidden;
  padding:0;
  border:3px solid var(--gm-wall-color);
  border-radius:16px;
  background:#fff;
  box-shadow:0 14px 34px rgba(15,23,42,.25);
}

.leaflet-popup.mura-popup.gm-wall-popup-wrap .leaflet-popup-content{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
}

.gm-wall-popup{
  min-width:0 !important;
  width:100% !important;
  max-width:none !important;
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior:contain;
  color:#1e293b;
  background:#fff;
  font-family:system-ui,-apple-system,"Segoe UI",sans-serif;
  line-height:1.4 !important;
  scrollbar-width:thin;
}

.gm-wall-popup *{ box-sizing:border-box; }

.gm-wall-popup-header{
  display:flex !important;
  flex-direction:column;
  align-items:stretch;
  gap:8px;
  width:100%;
  margin:0 !important;
  padding:16px 48px 14px 18px !important;
  background:linear-gradient(135deg, #0b1222 0%, color-mix(in srgb, var(--gm-wall-color) 30%, #172033) 100%) !important;
}

.gm-wall-popup-category{
  display:inline-flex !important;
  align-self:flex-start;
  width:max-content !important;
  max-width:100%;
  margin:0 !important;
  padding:4px 8px !important;
  color:var(--gm-wall-accent-ink) !important;
  background:var(--gm-wall-color) !important;
  border:1px solid color-mix(in srgb, var(--gm-wall-color) 72%, #fff 28%);
  border-radius:999px !important;
  font-size:10.5px !important;
  font-weight:850;
  line-height:1 !important;
  letter-spacing:.055em !important;
  text-transform:uppercase;
}

.gm-wall-popup-title{
  display:block !important;
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  background:transparent !important;
  border-radius:0 !important;
  font-size:18px !important;
  font-weight:820 !important;
  line-height:1.18 !important;
  overflow-wrap:break-word;
  text-shadow:0 1px 2px rgba(0,0,0,.42);
}

.gm-wall-popup-year{
  display:block !important;
  width:max-content !important;
  max-width:100%;
  margin:0 !important;
  padding:3px 7px !important;
  color:rgba(255,255,255,.9) !important;
  background:rgba(255,255,255,.11) !important;
  border:1px solid rgba(255,255,255,.14);
  border-radius:7px !important;
  font-size:11px !important;
  line-height:1.2 !important;
}

.gm-wall-popup-media{
  position:relative;
  display:block;
  width:100% !important;
  min-height:0;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden;
  appearance:none;
  cursor:zoom-in;
  background:color-mix(in srgb, var(--gm-wall-color) 11%, #e2e8f0);
  border:0;
  border-bottom:1px solid rgba(148,163,184,.22);
}

.gm-wall-popup-media:focus-visible{
  outline:3px solid color-mix(in srgb, var(--gm-wall-color) 70%, #fff 30%);
  outline-offset:-4px;
}

.gm-wall-popup-media:empty{ display:none; }

.gm-wall-popup-media-error{
  display:grid;
  place-items:center;
  min-height:86px;
  padding:14px;
  color:#64748b;
  font-size:12px;
  font-weight:700;
  text-align:center;
}

.gm-wall-popup-media img{
  display:block !important;
  width:100% !important;
  height:176px !important;
  max-height:none;
  margin:0 !important;
  object-fit:cover !important;
  border-radius:0 !important;
  transition:transform .22s ease, filter .22s ease;
}

.gm-wall-popup-media:hover img,
.gm-wall-popup-media:focus-visible img{
  transform:scale(1.025);
  filter:brightness(.94);
}

.gm-wall-popup-zoom-icon{
  position:absolute;
  right:10px;
  bottom:10px;
  width:32px;
  height:32px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:10px;
  background:rgba(15,23,42,.7);
  box-shadow:0 3px 10px rgba(15,23,42,.28);
  pointer-events:none;
}

.gm-photo-trigger{
  cursor:zoom-in;
}

.gm-photo-trigger:focus-visible{
  outline:3px solid color-mix(in srgb, var(--gm-place-color, #38bdf8) 72%, #fff 28%);
  outline-offset:-4px;
}

.gm-photo-trigger img{
  transition:transform .22s ease, filter .22s ease;
}

.gm-photo-trigger:hover img,
.gm-photo-trigger:focus-visible img{
  transform:scale(1.025);
  filter:brightness(.94);
}

.gm-photo-zoom-icon{
  position:absolute;
  right:10px;
  bottom:10px;
  z-index:2;
  width:32px;
  height:32px;
  border:1px solid rgba(255,255,255,.72);
  border-radius:10px;
  background:rgba(15,23,42,.7);
  box-shadow:0 3px 10px rgba(15,23,42,.28);
  pointer-events:none;
}

.gm-wall-popup-zoom-icon::before{
  content:"";
  position:absolute;
  left:8px;
  top:7px;
  width:10px;
  height:10px;
  border:2px solid #fff;
  border-radius:50%;
}

.gm-photo-zoom-icon::before{
  content:"";
  position:absolute;
  left:8px;
  top:7px;
  width:10px;
  height:10px;
  border:2px solid #fff;
  border-radius:50%;
}

.gm-wall-popup-zoom-icon::after{
  content:"";
  position:absolute;
  left:19px;
  top:19px;
  width:8px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transform:rotate(45deg);
  transform-origin:left center;
}

.gm-photo-zoom-icon::after{
  content:"";
  position:absolute;
  left:19px;
  top:19px;
  width:8px;
  height:2px;
  border-radius:2px;
  background:#fff;
  transform:rotate(45deg);
  transform-origin:left center;
}

.gm-wall-popup-body{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:12px 14px 14px !important;
}

.gm-wall-popup-description{
  min-width:0 !important;
  width:100%;
  margin:0 !important;
  color:#334155;
  font-size:14px !important;
  line-height:1.5 !important;
  text-align:justify !important;
  text-justify:inter-word;
  hyphens:auto;
}

.gm-wall-lightbox[hidden]{ display:none !important; }

.gm-wall-lightbox{
  position:fixed;
  inset:0;
  z-index:20000;
  display:grid;
  place-items:center;
  padding:calc(56px + env(safe-area-inset-top)) calc(18px + env(safe-area-inset-right)) calc(32px + env(safe-area-inset-bottom)) calc(18px + env(safe-area-inset-left));
  background:rgba(3,8,18,.88);
  backdrop-filter:blur(5px);
  opacity:0;
  transition:opacity .18s ease;
}

.gm-wall-lightbox.is-open{ opacity:1; }

.gm-wall-lightbox-figure{
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:10px;
  width:100%;
  height:100%;
  margin:0;
  pointer-events:none;
}

.gm-wall-lightbox-image{
  display:block;
  max-width:100%;
  max-height:calc(100% - 42px);
  width:auto;
  height:auto;
  object-fit:contain;
  border-radius:10px;
  box-shadow:0 18px 55px rgba(0,0,0,.5);
  pointer-events:auto;
}

.gm-wall-lightbox-caption{
  max-width:min(760px, 92vw);
  color:#fff;
  font-size:14px;
  font-weight:700;
  line-height:1.3;
  text-align:center;
  text-shadow:0 1px 3px #000;
}

.gm-wall-lightbox-close{
  position:absolute;
  top:calc(12px + env(safe-area-inset-top));
  right:calc(12px + env(safe-area-inset-right));
  z-index:2;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  padding:0;
  color:#fff;
  background:rgba(15,23,42,.76);
  border:1px solid rgba(255,255,255,.55);
  border-radius:12px;
  font-size:30px;
  line-height:1;
  cursor:pointer;
}

.gm-wall-lightbox-close:focus-visible{
  outline:3px solid #fff;
  outline-offset:2px;
}

.leaflet-popup.mura-popup.gm-wall-popup-wrap .leaflet-popup-close-button{
  z-index:4;
  top:8px;
  right:8px;
  width:30px;
  height:30px;
  display:grid;
  place-items:center;
  padding:0;
  color:#fff !important;
  background:rgba(15,23,42,.42);
  border:1px solid rgba(255,255,255,.22);
  border-radius:9px;
  font-size:20px;
  line-height:1;
}

.leaflet-popup.mura-popup.gm-wall-popup-wrap .leaflet-popup-close-button:hover{
  background:rgba(15,23,42,.68);
}

.leaflet-popup.mura-popup.gm-wall-popup-wrap .leaflet-popup-tip{
  background:#fff;
  box-shadow:3px 3px 5px rgba(15,23,42,.12);
}

.gm-wall-popup[dir="rtl"] .gm-wall-popup-header{ padding-right:18px !important; padding-left:48px !important; }
.gm-wall-popup[dir="rtl"] .gm-wall-popup-description{ text-align:right !important; }

@media (max-width:600px){
  .leaflet-popup.mura-popup.gm-wall-popup-wrap,
  .leaflet-popup.mura-popup.gm-wall-popup-wrap .leaflet-popup-content-wrapper{
    width:min(330px, calc(100vw - 42px)) !important;
    max-width:min(330px, calc(100vw - 42px)) !important;
  }
  .gm-wall-popup-header{ padding:14px 44px 12px 15px !important; }
  .gm-wall-popup-media img{ height:158px !important; }
  .gm-wall-popup-body{ padding:10px 12px 12px !important; }
  .gm-wall-popup-description{ font-size:14px !important; }
  .gm-wall-lightbox{ padding-top:calc(62px + env(safe-area-inset-top)); }
}

@media (prefers-reduced-motion:reduce){
  .gm-wall-lightbox,
  .gm-wall-popup-media img,
  .gm-photo-trigger img{ transition:none; }
}
