.filter_map_container {
    display: flex;
    position: absolute;
    top: 20%;
    left: 26px;
    flex-direction: column;
    background-color: white;
    padding: 30px 20px;
    border-radius: 15px;
}

.custom_popup strong {
    font-weight: bold !important;
}

.custom_popup .text_popup_container {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.custom_popup .project_name {
    font-size: 22px;
    margin-bottom: 2px !important;
}

.filter_map_container p {
    margin-bottom: 0;
    font-weight: bold;
}

.custom_popup a {
    outline: none;
    font-weight: bold;
    color: var(--e-global-color-96c5d28);
    text-decoration: underline !important;
}

.custom_popup a:hover {
    color: var(--e-global-color-primary);
}

.filter_map_container label {
    cursor: pointer;
}

.filter_map_container label img {
    margin: 0 5px 0 10px;
}

.checkbox_filter_container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter_map_container hr {
    margin: 40px 0 !important;
    padding: 0 !important;
}

.elementor-widget-text-editor a {
    color: var(--e-global-color-text);
}

@media only screen and (max-width: 1028px) {
    .filter_map_container {
        position: relative;
        left: 0;
        width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 30px;
        margin-bottom: 60px;
    }
}