.jsk_map_container, .jsk_map_container *{
    box-sizing: border-box;
}
.leaflet-popup-content {
    margin: 0;
    width: auto !important;
}
.leaflet-popup-content-wrapper{
    border-radius: 0;
    padding: 0;
}
.leaflet-container a.leaflet-popup-close-button {
    background: rgb(0 0 0 / 50%) !important;
    border-radius: 50% !important;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.leaflet-container a.leaflet-popup-close-button span {
    line-height: 1 !important;
    margin-bottom: 3px;
    color: #fff;
}
.marker_wrap_inner {
    padding: 10px;
}
.marker_wrap {
    width: 200px;
}

.marker-link a svg {
    width: 16px;
    margin-right: 6px;
}
.marker-link a{
    display: flex;
    align-items: center;
}


.marker-link {
    margin-top: 5px;
}

.map-btn.marker-link a {
    background: #000;
    display: inline-block;
    padding: 3px 10px;
    text-decoration: none;
    color: #fff;
    margin-top: 8px;
}

.map_wrap {
    margin-bottom: 16px;
}


.jsk_map_container {
    position: relative;
    overflow: hidden;
}
.jsk_map_container a{
    text-decoration: none !important;
}
.map_locations {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 401;
    background: #fff;
    padding: 0px;
    width: 220px;
    height: 100%;
    box-shadow: 0px 0px 30px rgb(0 0 0 / 30%);
    transition: .3s linear transform;
}
.jsk_map_loader {
    padding-left: 220px;
    transition: .3s linear padding;
}

.map_location_item {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}

.jsk_l_left {
    flex-basis: calc(100% - 80px);
}

.jsk_l_right {
    flex-basis: 70px;
}
.jsk_l_left h4 {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 1.2;
}
.jsk_l_left p {
    margin: 0;
    font-size: 14px;
}

.jsk_location_toggle {
    position: absolute;
    bottom: 50px;
    left: 100%;
    width: 35px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    cursor: pointer;
    border-radius: 0 8px 8px 0;
}

.jsk_location_toggle svg {
    width: 16px;
}
.jsk_map_container:not(.opt) .jsk_location_toggle svg {
    rotate: 180deg;
}

.jsk_map_container.opt .map_locations {
    transform: translateX(-100%);
}
.jsk_map_container.opt .jsk_map_loader{
    padding-left: 0;
}

.jsk_map_search_wrap{
    background: #000;
    padding: 10px;
}
.jsk_map_search {
    display: flex;
    align-items: center;
    background: #fff;
}
.jsk_map_search input {
    flex-basis: calc(100% - 32px);
    height: 30px;
    padding: 0 10px;
    font-size: 14px;
    border: none;
    box-shadow: none;
    border-radius: 0;
    outline: none;
}
.jsk_input_icon {
    flex-basis: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.jsk_input_icon svg {
    width: 16px;
    display: block;
}

.jsk_location_loader {
    position: absolute;
    width: 100%;
    top: 0;
    margin: 50px 0px 0px;
    height: calc(100% - 50px);
    overflow: hidden;
}
.jsk_l_loader_content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10px;
    overflow: auto;
}