/* Vollbild-Kartencontainer */
#cl-geo-list-map {
    height: 100vh;
    width: 100%;
    border-radius: 0;
    overflow: hidden;
}

/* Toggle */
.tile-switcher {
    background: rgba(30,30,30,0.75);
    padding: 6px 10px;
    border-radius: 8px;
    margin-top: 10px;
    font-family: sans-serif;
    font-size: 14px;
    color: white;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}

.tile-switcher select {
    background: #222;
    color: #fff;
    border: none;
    padding: 4px;
    border-radius: 4px;
}

/* Tooltip für Marker */
.cl-map-tooltip {
    background: rgba(0,0,0,0.85) !important;
    color: #fff;
    border-radius: 10px !important;
    padding: 8px !important;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.cl-map-tooltip img {
    max-width: 120px;
    border-radius: 10px;
    box-shadow: 0 0 8px rgba(0,0,0,0.4);
}
