#isShaded:empty {
    display: none;
}

#isShaded {
    text-align: center;
    background: palegreen;
    padding: 20px;
    border-radius: 5px;
    display: inline-block;
}

.esri-legend__layer-table {
    margin-bottom: 0px !important;
}

.esri-legend__layer {
    margin-left: 0px !important;
}

.esri-legend__service {
    padding: 0px !important;
    border: none;
}

.esri-legend__layer {
    overflow: hidden !important;
}

@media all and (min-width:801px) {
    .esri-legend {
        overflow-y: scroll !important;
        height: 439px !important;
        width: 20% !important;
    }
}

.resultsFrame .moreInfoLink {
    float: right;
}

.resultsFrame li {
    margin-right: 10px !important;
    line-height: 24px !important;
}

.wrapperFrame {
    /*border: 1px solid;*/
    padding: 10px;
    display: flex;
}

.mapFrame {
    width: 70%;
}

.resultsFrame {
    width: auto;
    max-width: 30%;
    padding: 5px;
    height: 434px;
    overflow: auto;
}
@media all and (min-width:801px) {
    .esri-legend {
        min-width: 200px;
    }
    .resultsFrame {
        margin-left: 1rem;
    }
}
@media all and (max-width:800px) {
    #wrapper {
        display: block !important;
    }

    .mapFrame,
    .resultsFrame {
        display: block !important;
    }

    .esri-legend {
        overflow-y: hidden !important;
        height: auto !important;
    }
    .resultsFrame {
        max-width: 100% !important;
        height: auto;
        max-height: 400px;
        margin-top: 1rem;
    }
}

.resultsFrame a[href=''] {
    display: none;
}

.esri-legend__layer-caption {
    display: none !important;
}

#resultList {
    a {
        color: #00247d;
        font-weight: 700;
        text-decoration: none;
    }

    a:hover,
    a:focus {
        color: #00247d;
        text-decoration: underline;
    }

    ol {
        list-style-type: none;
        padding: 0;
        margin: 0;
    }

    .ws-results-list {
        counter-reset: list-counter;
        /* Initialize the counter */
    }

    .ws-results-list li {
        counter-increment: list-counter;

        p {
            margin-top: 0;
            margin-bottom: 0;
        }
    }

    .list-order::before {
        content: counter(list-counter) ". ";
        margin-left: 10px;
        /* Adjust spacing as needed */
    }

    .result-item-cooling-stations {
        display: flex;
        align-items: center;
        border: 1px solid #ddd;
        border-radius: 3px;
        padding: 10px;
        margin-bottom: 10px;
        box-shadow: 3px 3px 3px #efefef;
    }

    .result-item-cooling-stations:hover {
        background-color: #efffef;
    }

    .result-item-cooling-stations {
        ._icon {
            margin-right: 0;
            align-self: normal;
        }

        .list-order {
            color: #00247d;
            font-weight: 700;
            margin-right: 5px;
            align-self: normal;
        }

        .distance {
            align-self: normal;
            margin-left: auto;
            padding-left: 0.5rem;
			text-wrap: nowrap;
        }
    }
}