#map {
    width: 100%;
    height: 500px; /* Adjust the height as needed */
}

.main-content {
    display: flex;
    width: 100%; /* Ensure the main content container is full width */
}

.filters-container {
    margin-left: 20px;
}

.filters {
    margin-bottom: 20px;
}

.switch-container {
    margin-bottom: 10px;
}

.page-id-693 .interactive-map {
    margin-top: 160px;
}

.filters-container {
    max-height: 370px;
    overflow-y: scroll;
    border: 1px solid #ddd;
    padding: 30px;
    margin-bottom: 45px;
    background-color: #ECECED;
}

/* Switch */
h2.box-title {
    margin-bottom: 20px;
}

.filters-container .filters img {
    width: 20px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    margin-right: 1em
}

.switch-container {
    padding-bottom: 1em;
    margin-bottom: 1em
}

.label-switch {
    border-radius: 32px;
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
}

.no-csstransforms .label-switch input[type=checkbox] {
    display: block
}

.no-csstransforms.no-csstransforms.no-csstransforms .label-switch .checkbox {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.label-switch input[type=checkbox] {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px,1px,1px,1px)
}

.label-switch input[type=checkbox]+.checkbox {
    /* display: inline-block; */
    vertical-align: middle;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #e8e8e8;
    border-radius: 32px;
    border: 0;
    cursor: pointer;
    height: 32px;
    margin: 0;
    margin-right: .5em;
    padding: 0;
    position: relative;
    width: 52px;
    z-index: 0;
    float: right;
}

.label-switch input[type=checkbox]+.checkbox:before {
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    background: #B8B8B8;
    border-radius: 32px;
    content: "";
    height: 28px;
    width: 48px;
    z-index: 1
}

.label-switch input[type=checkbox]+.checkbox:after {
    position: absolute;
    left: 2px;
    top: 2px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    width: 28px;
    height: 28px;
    background: #fff;
    border-radius: 28px;
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.4);
    box-shadow: 0 2px 5px rgba(0,0,0,.4);
    content: "";
    z-index: 2
}

.label-switch input[type=checkbox]:checked+.checkbox {
    background: #b9ead6;
    float: right;
    border: 1px solid #B8B8B8;
}

.label-switch input[type=checkbox]:checked+.checkbox:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0)
}

.label-switch input[type=checkbox]:checked+.checkbox:after {
    left: 22px
}

.label-switch input[type=checkbox]:focus+.checkbox:after {
    background-color: #90187f;
    border: 1px solid #fff
}

.project-info img {
    width: 100px;
}