 .store_locator_fax{display:none;} .store_locator_mobile{display:none;} .store_locator_website{display:none;} .store_locator_description{display:none;} .store_locator_get_direction{display:none !important;} .store_locator_visit_website{display:none !important;} .store_locator_show_on_map{display:none !important;} .store_locator_visit_store{display:none !important;} .store_locator_loading{background-color:#FFFFFF;opacity: 0.8;} .store_locator_loading i{color:transparent;} .gm-style-iw, .store_locator_infowindow{max-width: 300px !important; width: 100% !important; max-height: 400px; white-space: nowrap; overflow: auto;}.store-locator-sidebar {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
}


.wordpress-store-locator-block-search_title {
    line-height: 1.1;
}

#store_locator_find_stores_button{
    margin-top:0;
}


.store-locator-custom-text,
.store-locator-extra-text {
    text-align: left;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    line-height: 1.1;
    padding-top: 10px;
}


.store-locator-extra-text {
    line-height: 1.1;
    padding-top: 20px;
}

.wp-block-heading{
    display:none;
}
.read-more-button {
    text-align: center;
    display: block;
    background-color: #573e38; 
    padding: 10px 0px; 
    margin-bottom: 0px;
    color: #ffffff;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 2px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.read-more-button:hover {
    background-color: #46312D;
    color: #ffffff;
}


.title {
    color: #ffffff;
    font-weight: 600;
    font-size: 12px;
}

.content {
    color: #D1CECD;
    font-weight: 400;
    font-size: 12px;
}

.links {
    color: #ffffff;
    font-weight: 400;
}


@media (max-width: 768px) {
    #store_locator {
        display: flex;
        flex-direction: column;
    }

    #store_locator_main {
        order: 1; 
    }

    #store_locator_sidebar {
        order: 2; 
        margin-top: 20px; 
    }

    .read-more-button {
        width: 100%; 
    }
    
    .mobile-only {
        display: block;
    }
    .desktop-only {
        display: none;
    }
}

.mobile-only {
    display: none; 
}

.desktop-only {
    display: block; 
}