/* Community Level Styles */
:root {
    --neighborhood-map-poi-dot-color: var(--secondary-base);
}

/* neighborhood */
.content-container .map-wrapper {
    background: var(--background-3-base);
}

/* popup */
#specials_overlay_backdrop #specials_overlay_wrapper #specials_overlay_right #promo_body_text {
    white-space: pre-line;
}