/* Community Level Styles */
/* use top-level .design-style class to gain specificity */ 
/*e.g. .design-style .hero */

/* navbar */
.nav-wrapper .navbar-content .logo img {
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .nav-wrapper .navbar-content .logo {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) {
    .nav-wrapper .navbar-content .logo img {
        width: 100%;
    }
}

/* refer a friend */
#refer_success_popup .header-text-style-2 {
    color: var(--lightning-form-bg-alt);
}

/* eBrochure */
.lightning-form .recaptcha-text a {
    color: inherit;
    transition: opacity 0.4s ease-in-out;
}

.lightning-form .recaptcha-text a:hover {
    opacity: 0.7;
}

/* footer */
#co_status .overview-text-container, .custom-text-container {
    padding-block: 1rem 2rem;
    justify-content: center !important;
}

#co_status .content-container {
    background: none;
}

#co_status .custom-content .content-paragraph.paragraph-text {
    color: var(--copyright-bg-alt);
}