#post-88 {
    padding: 0;
}
.filter {
    margin-bottom: 20px;
}

#job-map {
    width: 100%;
    height: 600px !important;  
}

#job-listings {
    padding: 0 8px 0 12px;
    overflow-x: hidden;
    height: 600px;
    overflow-y: auto;
}
#job-listings::-webkit-scrollbar {
    width: 5px;
  }
 
  #job-listings::-webkit-scrollbar-track {
    background-color: #eee; 
    border-radius: 10px;
  }

  #job-listings::-webkit-scrollbar-thumb {
    background: #ddd; 
    border-radius: 10px;
  }
  
.job-listing {
    margin-bottom: 15px;
}

.job-map-container {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 0;
}

.job-map-container .map-job-listing {
    width: 70%;
}

.job-map-container #job-listings {
    width: 30%;
}

.job-map-container .job-listing {
    display: flex;
    align-items: center;
    gap: 10px;
}
.job-map-container .map_content {
    width: calc(100% - 80px);
}

.job-map-container p.map_job_title {
    font-size: 12px;
    font-weight: 600;
    color: #111;
    margin: 0;
}

.map_content .map_job_address {
    font-size: 10px;
    margin: 0;
}

.map-job-listing {
    position: relative;
}

.map-job-listing .filter {
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #fff;
    border-radius: 5px;
    border: 1px solid #e3e3e3;
    margin-bottom: 0;
    z-index: 5;
    width: 100%;
    max-width: 250px;
    font-size: 16px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0 0 0 /0.05);
}

.map-job-listing #job-category-filter {
    padding: 5px 10px;
    font-size: 12px;
    background-position: calc(100% - 19px) calc(1em + 0px), calc(100% - 15px) calc(1em + 0px), 100% 0;
}
.job-listing {
    background: #fff;
    box-shadow: 0 0 10px rgba(0 0 0 / 0.15);
    padding: 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    border: 1px solid #e3e3e3
}
#job-listings .map_job_img img {
    height: 60px !important;
    width: 60px;
    object-fit: cover;
}

#job-map .gm-style-iw-ch {
    display: none;
}

#job-map .marker_job_title {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.3em;
    margin-bottom: 10px;
}

#job-map .marker_job_address {
    font-weight: 400;
    margin-bottom: 0;
}

#job-map .gm-style .gm-style-iw-c {
    width: 85%;
    max-width: 300px !important;
    padding: 15px 12px !important;
}

#job-map .gm-ui-hover-effect {
    position: absolute !important;
    top: 5px;
    right: 0px;
    width: 30px !important;
    height: 30px !important;
}

#job-map .gm-ui-hover-effect > span {
    background-size: 12px !important;
    width: 20px !important;
    height: 20px !important;
    background-repeat: no-repeat;
    margin: 0 !important;
}
@media (max-width: 991px) {
    .job-map-container .map-job-listing {
        width: 60%;
    }
    
    .job-map-container div#job-listings {
        width: 40%;
    }
    .job-listing .map_job_title {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    #job-listings {
        padding: 0 12px;
    }    
}

@media (max-width: 574px) {
    .job-map-container .map-job-listing,
    .job-map-container div#job-listings {
        width: 100%;
    }
    #job-map {
        height: 400px !important;
    }
    
}