.explore_section {
    margin-bottom: 50px;
}

.explore_para p {
    margin-top: 5px;
    margin-bottom: 0;
}

.explore_bottom_part {
    margin-top: 35px;
}

.explore_row {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.sidebar_column {
    width: 30%;
}

.map_column {
    width: 70%;
}

.explore_sidebar_box {
    background-color: #FFFFFF;
    height: 100%;
    box-shadow: 5px 0px 12px 0px rgba(0, 85, 164, 0.12);
    position: relative;
    z-index: 1;
}

.explore_selection_part {
    background: #0055A4;
    padding: 25px;
}

.explore_select_box {
    display: flex;
    align-items: center;
    width: 100%;
    margin-bottom: 20px;
}

.explore_select_box:last-child {
    margin-bottom: 0;
}

.explore_select_box label {
    font-family: 'Montserrat';
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;
    color: #FFFFFF;
    width: 75px;
    margin-right: 20px;
    letter-spacing: 0.41px;
    text-transform: uppercase;
}

.explore_select_box select {
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    color: #0055A4;
    letter-spacing: 0.07px;
    width: calc(100% - 95px);
    height: 36px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 85, 164, 0.15);
    padding: 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/../../../wp-content/uploads/2025/02/dropdown-icon.svg);
    background-position: 95%;
    background-repeat: no-repeat;
    background-size: 12px;
    cursor: pointer;
}

.explore_select_box select:focus-visible {
    outline: none;
}

.explore_data_part {
    padding: 15px 25px;
    height: calc(100% - 254px);
    max-height: 645px;
    overflow-y: scroll;
}

.explore_data_part::-webkit-scrollbar {
    width: 6px;
}

.explore_data_part::-webkit-scrollbar-track {
    background: #FFFFFF;
}

.explore_data_part::-webkit-scrollbar-thumb {
    background: #0055A4;
    border-radius: 60px;
}

.explore_data p {
    margin: 0;
}

.explore_feature_wrapper {
    margin-top: 40px;
}

.explore_feature_box {
    background: #EDF3F9;
    margin-bottom: 20px;
    padding: 15px;
    position: relative;
    cursor: pointer;
    transition: all .3s ease;
}

.explore_feature_box.active,
.explore_feature_box:hover {
    background: #D9E6F1;
}

.explore_feature_box:last-child {
    margin-bottom: 0;
}

.explore_feature_title h3 {
    font-size: 13px;
    line-height: 16px;
    color: #181818;
}

.explore_feature_para p {
    font-size: 13px;
    line-height: 21px !important;
    margin-top: 5px;
    margin-bottom: 0;
}

.explore_icon {
    position: absolute;
    top: -12px;
    left: -12px;
    z-index: 1;
}

.explore_icon img {
    display: block;
    width: 24px !important;
    height: 36px !important;
    margin: 0 !important;
    object-fit: contain;
}

.explore_map map {
    display: block;
    width: 100%;
}

.explore_feature_link p {
    margin-top: 5px;
    margin-bottom: 0;
}

.explore_feature_link a {
    display: block;
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 13px;
    line-height: 22px;
    color: #0055A4;
    letter-spacing: 0.07px;
}

/* Leaflet Custom CSS */
#map {
    width: 100%;
    height: 899px;
    background-color: #EDF3F9;
    border: 5px solid #FFF;
    border-left: none;
}

.hidden {
    display: none;
}

.leaflet-top .leaflet-control {
    margin-top: 25px;
}

.leaflet-left .leaflet-control {
    margin-left: 25px;
}

.leaflet-right .leaflet-control {
    margin-right: 25px;
}

.leaflet-touch .leaflet-bar {
    border: 1px solid #0055A426;
}

.leaflet-touch .leaflet-bar a {
    color: #0055A4;
    width: 34px;
    height: 34px;
}

.leaflet-touch .leaflet-bar a:hover {
    text-decoration: none;
}

.leaflet-control-floor {
    font-size: 14px;
    margin-top: 65px;
}

.leaflet-control-floor ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.leaflet-control-floor li {
    cursor: pointer;
    list-style: none !important;
    padding: 9px;
    border: 1px solid #0055A426;
    color: #0055A4;
    font-family: 'Montserrat';
    height: 34px;
    width: 34px;
    text-align: center;
    line-height: 14px;
    font-weight: 700;
    background-color: #FFFFFF;
    transition: all 0.35s ease-in-out;
}

.leaflet-control-floor li:hover,
.leaflet-control-floor li.active {
    background-color: #0055A4;
    color: #fff;
}

/* Custom hide control styling */
.leaflet-control-hide.hide_icons_btn,
.back_campus_btn {
    background: white;
    padding: 9px 10px;
    color: #0055A4;
    font-family: 'Montserrat';
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.35s ease-in-out;
    text-transform: uppercase;
    text-align: center;
}

.leaflet-control-hide.hide_icons_btn:hover {
    background: #0055A4;
    color: #fff;
}

.back_campus_btn {
    color: #FFFFFF;
    background: #0055A4;
}

.back_campus_btn:hover {
    color: #0055A4;
    background: #FFFFFF;
}

.leaflet-popup-close-button span {
    color: #0055A4;
}

.leaflet-popup-content {
    margin: 13px 24px 13px 24px;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
    box-shadow: 0px 6px 12px 0px rgba(0, 48, 92, 0.25);
}

.building_title p {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-size: 9px;
    line-height: 11px !important;
    color: #00305C;
    background: #FFFFFF;
    box-shadow: 0px 1px 3px rgba(0, 48, 92, 0.25);
    border-radius: 100px;
    margin: 0;
    padding: 3px 5px;
    text-transform: capitalize;
    min-width: max-content;
}

.leaflet-popup-content p {
    margin: 5px 0;
}

.leaflet-popup-content .explore_feature_link p {
    margin: 0;
}

/* Bottom-left accessible legend - 2025-08-29 - https://trello.com/c/8EIeL3sB*/
.leaflet-control-accessible-legend {
    background: #FFFFFF;
    border: 1px solid rgba(0, 85, 164, 0.15);
    padding: 10px 14px;
}
.leaflet-bottom.leaflet-left .leaflet-control-accessible-legend {
    margin-left: 25px;
    margin-bottom: 25px;
}
.accessible-legend {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 224px;
}
.accessible-legend .legend-line {
    width: 40px;
    height: 0;
    border-top: 3px dashed #0055A4;
    display: inline-block;
}
.accessible-legend .legend-text {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #0055A4;
}

@media (max-width: 1199px) {
    .sidebar_column {
        width: 37%;
    }

    .map_column {
        width: 63%;
    }
}

@media (max-width: 991px) {
    .sidebar_column {
        width: 40%;
    }

    .map_column {
        width: 60%;
    }

    .explore_selection_part {
        padding: 10px;
    }

    .explore_select_box label {
        margin-right: 10px;
    }

    .explore_select_box select {
        width: calc(100% - 85px);
    }

    .explore_data_part {
        padding: 15px 15px;
    }

    .explore_icon img {
        width: 20px !important;
        height: 30px !important;
    }

    .explore_icon {
        top: -10px;
        left: -10px;
    }
}

@media (max-width: 767px) {
    .leaflet-right .leaflet-control {
        margin-right: 15px;
    }

    .leaflet-top .leaflet-control {
        margin-top: 15px;
    }

    .explore_bottom_part {
        margin-top: 30px;
    }

    .explore_row {
        flex-direction: column-reverse;
    }

    .sidebar_column,
    .map_column {
        width: 100%;
    }

    .explore_selection_part {
        padding: 25px 15px;
    }

    .explore_select_box label {
        margin-right: 20px;
    }

    .explore_select_box select {
        font-size: 13px;
        line-height: 16px;
        width: calc(100% - 91px);
        background-size: 10px;
        background-position: 96%;
        padding: 0 8px;
    }

    .map_column {
        margin-bottom: 15px;
    }
}