/* extracted from map.html block 1 */
.map-card{padding:10px}.map-head{display:block;padding:4px 8px 10px}#map{height:calc(100vh - 170px);min-height:560px;width:100%;border-radius:18px;overflow:hidden;border:1px solid #e5e7eb;background:#f3f4f6}.popup-img{width:210px;max-width:100%;border-radius:12px;display:block;margin-bottom:8px}.popup-title{font-size:14px;font-weight:950;margin-bottom:4px}.popup-meta{font-size:13px;color:#6b7280;line-height:1.35}.popup-like{margin-top:7px}@media(max-width:820px){ #map{height:calc(100vh - 235px);min-height:460px}.map-card{padding:8px}.map-head h1{font-size:24px;margin:0}}

/* SHENOX MAP NAV FIX START */
.map-card .top-nav{
    position:static !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
    width:auto !important;
    z-index:auto !important;
    margin:0 !important;
    padding:0 !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
}
/* SHENOX MAP NAV FIX END */


/* SHENOX MAP POPUP MORE TEXT START */
.leaflet-popup-content{
    max-height:420px;
    overflow:auto;
}

.popup-note-box{
    max-width:220px;
    margin-top:8px;
}

.popup-note{
    white-space:pre-wrap;
    line-height:1.35;
    font-size:13px;
    color:#111827;
}

.popup-note.popup-note-collapsed{
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
    white-space:normal;
}

.popup-note-more{
    margin-top:4px;
    padding:0;
    border:0;
    background:transparent;
    color:#1877f2;
    font-size:13px;
    font-weight:800;
    cursor:pointer;
}

.popup-note-more:hover{
    text-decoration:underline;
}
/* SHENOX MAP POPUP MORE TEXT END */



/* SHENOX MAP COMPACT FIELDS HEART START */

/*
 * Gruppenfelder wie im Feed:
 * Feldname und Wert direkt untereinander, ohne eigene Karte.
 */
.popup-field-list{
    margin-top:6px;

    color:#111827;
    font-size:12px;
    line-height:1.3;
}

.popup-field-list > div{
    margin-top:2px;
    overflow-wrap:anywhere;
}

.popup-field-list b{
    font-weight:900;
}

/*
 * Originales Herz aus dem Feed.
 */
.popup-like-action{
    appearance:none;
    -webkit-appearance:none;

    display:inline-flex;
    align-items:center;
    gap:5px;

    margin:7px 0 1px;
    padding:0;

    border:0;
    background:transparent;
    box-shadow:none;

    color:#111827;
    cursor:pointer;
    font:inherit;
}

.popup-like-action:hover{
    opacity:.75;
}

.popup-like-action:disabled{
    cursor:wait;
    opacity:.55;
}

.popup-like-action.is-liked{
    color:#e11d48;
}

.popup-heart-icon{
    display:block;

    width:24px;
    height:24px;

    fill:none;
    stroke:currentColor;
    stroke-width:2;
    stroke-linecap:round;
    stroke-linejoin:round;
}

.popup-heart-icon.filled{
    fill:currentColor;
}

.popup-like-count{
    color:#111827;
    font-size:14px;
    font-weight:600;
    line-height:1;
}

/* SHENOX MAP COMPACT FIELDS HEART END */


/* SHENOX POPUP FEED LINK CENTER START */
.popup-open-feed{
    display:block;
    width:100%;
    text-align:center;
    margin-top:6px;
}
/* SHENOX POPUP FEED LINK CENTER END */


/* SHENOX LIGHT TYPOGRAPHY 261 START */
.map-head h1,
.popup-title,
.popup-like-count{
    font-weight:400 !important;
}
/* SHENOX LIGHT TYPOGRAPHY 261 END */

/* SHENOX MAP POPUP PROFILE LINK START */
.popup-profile-link{
    color:inherit;
    font:inherit;
    font-weight:inherit;
    text-decoration:none;
    cursor:pointer;
}
.popup-profile-link:hover,
.popup-profile-link:focus-visible{
    text-decoration:underline;
}
.popup-profile-link:focus-visible{
    outline:2px solid currentColor;
    outline-offset:2px;
    border-radius:3px;
}
/* SHENOX MAP POPUP PROFILE LINK END */

