/* use for community level css */

:root {
    --contact-form-btn-bg: var(--secondary-base);
    --contact-form-bg-alt: var(--secondary-base-alt);
}

body {
    position: relative;
    z-index: 1;
}

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

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

/* contact form */
.lightning-form .select-wrapper {
    color: var(--contact-form-text);
}