.rks-map-wrap{
  position:relative;
}

.rks-map{
  width:100%;
  border:1px solid #eee;
  border-radius:12px;
  overflow:hidden;
}

.rks-map .leaflet-popup-content-wrapper{
  border-radius:16px;
  padding:0;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.18);
}

.rks-map .leaflet-popup-content{
  margin:0;
  width:280px !important;
}

.rks-map .leaflet-popup-tip{
  box-shadow:0 8px 20px rgba(0,0,0,.12);
}

.rks-map-tooltip{
  background:#fff;
}

.rks-map-tooltip__image{
  width:100%;
  aspect-ratio: 16 / 10;
  overflow:hidden;
}

.rks-map-tooltip__image img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}

.rks-map-tooltip__body{
  padding:14px;
}

.rks-map-tooltip__title{
  font-size:16px;
  font-weight:500;
  line-height:1.25;
  margin-bottom:8px;
  color:#111;
}

.rks-map-tooltip__meta{
  font-size:13px;
  color:#6b7280;
  margin-bottom:14px;
}

.rks-map-tooltip__actions{
  display:flex;
}

.rks-map-tooltip__button{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:8px 16px;
  border:none;
  text-decoration:none;
  font-weight:500;
  color:#ffffff!important;
  background-image:url(https://kolorowasciana.com/wp-content/uploads/2023/10/colorful-gradient-1.webp);
  background-size:100% 100%;
  background-repeat:no-repeat;}

.rks-map .leaflet-popup-close-button{
  display:none;
}

@media (max-width:640px){
  .rks-map .leaflet-popup-content{
    width:240px !important;
  }
}

.rks-map-tooltip__badge{
  display:inline-flex;
  align-items:center;
  min-height:24px;
  padding:4px 10px;
  border-radius:999px;
  font-size:12px;
  font-weight:700;
  margin-bottom:10px;
  color:#5b21b6;
  background:rgba(124,58,237,.12);
}

.rks-pin-svg--project{
  filter: drop-shadow(0 4px 10px rgba(124,58,237,.28));
}

.rks-map-total-prints{
  margin:16px 0 0;
  text-align:center;
  font-size:var(--wp--preset--font-size--small);
  line-height:1.2;
}

.rks-map-total-prints strong{
  font-weight:800;
}