

.leaflet-popup-content {
    display: flex;
    flex-direction: column;
    width: 30vh !important;
}

.wp-block-ah-map-wrap {
    max-width: none !important;
}

.popUpImgDiv {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 15vh;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.nameWrapper {
    text-align: center;
    background-color: rgba(255,255,255, 0.5);
   /*  font-size: 1em !important;  */
}

.popUpDesc {
    margin-top: 0.5em;
}

.popUpAhMenu {
    display: "flex";
    margin-top: 1em;
}

.popUpAhMenu > a:link {
    text-decoration: none;
}

.popUpAhLink {
    padding: 10px;
    border: 1px solid rgb(33, 33, 33);
    color: rgb(230, 230, 230);
    background-color: rgb(33, 33, 33);
    text-align: center;
    border-radius: 5px;
    font-size: 1.3em;
}

.popUpAhLink:hover {
    color: rgb(33, 33, 33);
    background-color: white;
}

.popUpAhLink:active {
    box-shadow: inset 0 0 5px #000000;
    zoom: 0.98;
}

.popUpAhLogoWrapper {
    align-self: flex-end;
    width: 20%;
}

.popUpAhLogoWrapper > img {
    width: 100%;
}