.full-google-map .search-headings { position: relative; }
.full-google-map .google-map-wrap { position: relative; }
.full-google-map .google-map-wrap #interactive-map { width: 100%; height: 750px; }
#interactive-joblist {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: none;
    width: 100%;
    height: 100%;
    padding: 25px 0;
    text-align: center;
}
#interactive-joblist-inner {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
    text-align: left;
    box-shadow: 10px 10px 10px 0px rgba(0,0,0,0.5);
    border: 1px solid #444444;
    display: flex;
    flex-direction: column;
}
#map-joblist-loading {
    margin-top: 200px;
    text-align: center;
    font-size: 20px;
}
#map-joblist-heading {
    flex: none;
    padding:15px;
    background-color: #e7e7e7;
    font-size: 14px;
    font-weight: bold;
}
#map-joblist-close {
    float: right;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23666666' class='bi bi-x' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 4.646a.5.5 0 0 1 .708 0L8 7.293l2.646-2.647a.5.5 0 0 1 .708.708L8.707 8l2.647 2.646a.5.5 0 0 1-.708.708L8 8.707l-2.646 2.647a.5.5 0 0 1-.708-.708L7.293 8 4.646 5.354a.5.5 0 0 1 0-.708'/%3E%3C/svg%3E");
    padding-right: 30px;
    background-size: 30px;
    background-position:right center;
    background-repeat: no-repeat;
    color: #0077bc;
}
#map-joblist-close:hover {
    color: #153959;
}
#map-joblist-body {
    flex: 1;
    padding:15px;
    background-color: #ffffff;
    overflow: auto;
    max-height: 500px;
    overflow: scroll;
}
.map-jobs {
    color: #0077bc;
}
#map-joblist-body h3 {
    font-size: 18px;
    margin: 10px 0;
}
.map-joblist-job {
    border-bottom: 2px solid #dddddd;
    padding-bottom: 5px;
}
.map-joblist-job a.utility-btn {
    margin-bottom: 10px;
    white-space: nowrap;
}



.map-show-job-desc,
.map-joblist-job-details {
    display: none;
}
.map-marker {
    padding: 0 15px;
}
.map-marker .map-marker-heading {
    font-weight: bold;
    margin-bottom: 5px;
}
.map-marker .map-marker-body {
    font-weight: bold;
}

.map-joblist-buttons {
    display: flex;
    gap: .5rem;
    order: 2;
    margin-top: 1rem;
    flex-direction: row-reverse;
    float: right;
    padding-left: 20px;
}


/* Keyword button in its "clear the term" state -- see syncKeywordButton() in map_page.html. */
.map-filter .search-fields > li input + button.clear-keyword {
    background-image: none;
    text-indent: 0;
    color: #153959;
    font-size: 20px;
    line-height: 30px;
    text-align: center;
}
.map-filter .search-fields > li input + button.clear-keyword:hover,
.map-filter .search-fields > li input + button.clear-keyword:focus {
    background-image: none;
    color: #0077bc;
}

@media (max-width: 700px) {
    #interactive-joblist-inner { 
        max-width: 90%; 
        height: 90%;
    }
    .map-joblist-job {
        display: flex;
        flex-direction: column;
    }
    .map-joblist-buttons {
        float: none;
        flex-direction: column;
        gap: 0;
        padding-left:0;
    }
    .map-joblist-job a.utility-btn {
        margin-bottom: 0;
    }
    .full-google-map .google-map-wrap #interactive-map {
        width: 95%;
        margin: 0 auto;
        height: 450px; 
    }
}
