.map-wrapper,
#map {
    width: 100%;
    height: 100%;
    min-height: 300px;
    max-height: 500px;
}

.single .map-wrapper,
.single #map {
    max-height: 470px;
}



.penb {
    color: #b01000;
    font-size: 42px !important
}

.leaflet-popup-content-wrapper {
    transform: translateY(40px);
    /* Posune popup dolů o 20px */
}

.leaflet-popup-tip {
    margin-top: 10px;
    /* Posune šipku dolů */
}

.popup .minirow {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    column-gap: 1em;
    margin-bottom: .6em;
}

.popup .minicol {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.popup img {
    width: 100%;
}

.popup .price {
    text-align: right;
    font-size: 1.2em;
    font-weight: bolder;
}

.popup .name {
    font-size: 1em;
    margin: 0;
}

.popup a:visited,
.popup a {
    color: #fff;
    font-size: 1.2em;
}

@media (min-width: 640px) {
    .popup .name {
        font-size: 1.4em;
    }
}