/* Community Level Styles */
:root {
    --neighborhood-map-community-pin-color: var(--primary-base);
}

/* home page */
.text-container .title {
    width: fit-content;
}

@media only screen and (min-width: 768px) {
    .text-container .title {
        width: fit-content;
    }
}

/* eBrochure */
.lightning-form .recaptcha-text a {
    color: inherit;
}