/* use for community level css */
:root {
    --contact-form-btn-bg: var(--secondary-base);
}

/* screen reader */
.screen-reader {
    position: relative !important;
    opacity: 1 !important;
    z-index: 100 !important;
}

/* footer */
.copyright-text a {
    white-space: nowrap;
}