/* Otree visual layer: kept in the user theme copy so it survives page edits. */
:root {
    --otree-ink: #13233f;
    --otree-plum: #5f2d73;
    --otree-orange: #f28b2c;
    --otree-teal: #1aa6a1;
}

body#themeOverride {
    color: var(--otree-ink);
}

.header-top--links {
    background: #fff;
    border-bottom: 1px solid #ece8f1;
    box-shadow: 0 2px 14px rgba(19, 35, 63, .06);
}

.header-top_nav > ul > li > a,
.header-top_nav > ul > li > .link {
    color: var(--otree-ink);
    font-size: 16px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: .01em;
}

.header-top_nav > ul > li {
    margin-right: 24px;
}

.header_logo,
.footer_logo {
    background: url("img/otree-logo.svg") left center / contain no-repeat;
}

.header_logo {
    min-height: 58px;
}

.header_logo #logo,
.footer_logo img {
    visibility: hidden;
}

.footer_logo {
    min-height: 64px;
    min-width: 190px;
}

.header--left,
.header--right {
    align-items: center;
}

.Nav-contact-phone,
.Nav-contact-email {
    color: var(--otree-ink);
}

.footer {
    background: #f7f5f9;
    border-top: 1px solid #ece8f1;
}

.footer-col-title {
    color: var(--otree-plum);
    font-weight: 700;
}

.copyright-text {
    font-size: 0;
}

.copyright-text::after {
    color: var(--otree-ink);
    content: "© Otree / Orange Tree";
    font-size: 13px;
}

@media (max-width: 950px) {
    .header-top_nav > ul > li > a,
    .header-top_nav > ul > li > .link {
        font-size: 14px;
    }

    .header-top_nav > ul > li {
        margin-right: 14px;
    }

    .header_logo {
        min-height: 48px;
    }
}
