/* Community Level Styles */
:root {
    --button-style-two-bg-hover-color: var(--background-3-base);
    
    --footer-alt-hover: rgba(255, 255, 255, 0.7);
}

/* button */
.button-style-2, 
.newsletter-link {
    border: 2px solid var(--secondary-hover-alt);
}

/* neighborhood */
.content-container #category_btn_container .category-btn {
    border: 1px solid var(--background-1-base-alt);
}

/* eBrochure */
.ebrochure-page #ebrochure_fp_container.open-fp-container .ebrochure-body-content tr:nth-child(odd) {
    background: rgba(208, 122, 87, 0.1);
}