.jzl-vgeo-zipentry .zipentry-row {
    display: flex;
    align-items: center;
}

.jzl-vgeo-zipentry .zipentry-row > div {
    margin: 8px 4px 8px 0;
}

.jzl-vgeo-zipentry .compound-button {
    display: flex;
    align-items: center;
}

.jzl-vgeo-zipentry .compound-button > div {
    vertical-align: middle;
}

.jzl-vgeo-zipentry .compound-button > div > .icon {
    width: 16px;
    height: 16px;
    margin: 0 2px;
}

.jzl-vgeo-zipentry .compound-button > .hidden {
    display: none;
}

.jzl-vgeo-zipentry .messages-row > div {
    margin: 8px 4px 8px 0;
    color: black;
    background-color: yellow;
}

[data-controller="jzl-geo-nearestrooftop"] {
    position: relative;
}

[data-controller="jzl-geo-nearestrooftop"] .text-item {
    display: flex;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
    margin-right: 8px;
    margin-left: 8px;
}
@media only screen and (max-device-width: 480px) {
    .zipentry-box{
      display: block;
      width: 100%;
    }

    .zipentry-row{
        flex-wrap: wrap;
    }

    .jzl-vgeo-zipentry .zipentry-row, .jzl-vgeo-zipentry .label-row  {
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


[data-controller="jzl-geo-nearestrooftop"] .text-item > .item-text {
    align-self: center;
    padding-left: 5px;
}

[data-controller="jzl-geo-nearestrooftop"] > .popup {
    display: none;
    background-color: white;
    color: black;
    border: 1px solid gray;
    position: absolute;
    right: 0;
    width: 32rem;
    z-index: 101;
}

[data-controller="jzl-geo-nearestrooftop"] > .popup > .close-button {
    position: absolute;
    cursor: pointer;
    padding: 8px 14px;
    top: 0;
    right: 0;
    font-size: 18px;
}

[data-controller="jzl-geo-nearestrooftop"].popup-visible > .overlay,
[data-controller="jzl-geo-nearestrooftop"].popup-visible > .popup {
    display: block;
}

[data-controller="jzl-geo-nearestrooftop"] > .overlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: rgba( 0, 0, 0, 0.1 );
    overflow: hidden;
    z-index: 100;
}