.jt-container a, .jt-container .register__title, .jt-container .badge-primary, .jt-container .job-card__status .badge {
    color: #373737;
}

.jt-container .text-primary {
    color: #373737 !important;
}

.jt-container .accordion .collapsible, .jt-container .accordion .collapsible .material-icons {
    color: #373737 !important;
}

.card-titleBackGroundColour li {
    color: #373737 !important;
}

a#clearSignature, .nav-masthead a.nav-link {
    color: #373737 !important;
}

#btnBack, .complianceonboarding-candidateactionpage .card.form-group span {
    color: #373737 !important;
}

.jt-container .toggle .slider:before {
    background-color: #fff !important;
}

.cover-heading#pageTitle {
    color: #373737 !important;
}

.jt-container h1, .jt-container h2, .jt-container h3, .jt-container h4, .jt-container h5, .jt-container h6, .jt-container .h1, .jt-container .h2, .jt-container .h3, .jt-container .h4, .jt-container .h5, .jt-container .h6 {
    color: #373737 !important;
}

.inner-pageback-ground .btn-primary {
    color: #373737 !important;
}

.cover-heading#pageTitle, #btnSave {
    color: #373737 !important;
}

.jt-container .btn-danger:hover {
    border-color: var(--color-primary-dark);
}

.jt-container .nav-link.dropdown-toggle.text-primary::after {
    border-color: #373737 !important;
}

.jt-container a.text-primary:hover, .jt-container a.text-primary:focus {
    color: #373737 !important;
}

.jt-container .text-primary-50 {
    color: #373737 !important;
}

.jt-container .logoShawTrust img {
    max-width: 130px;
    max-height: 100px;
}
/* Mobile-specific adjustments */
@media (max-width: 576px) {
    .footer__list.flex-column {
        display: flex !important;
        flex-wrap: wrap !important;
        justify-content: center;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer__list li {
        margin: 5px 10px;
        flex: 0 0 auto;
    }

    .jt-container .bottom-include.footer__list {
        display: -webkit-inline-box !important;
    }

    .jt-container .footer {
        border-top: none;
    }

    .jt-container .sign_in_detail {
        margin-top: 0px;
    }

    body {
        margin-bottom: 480px !important;
    }

    .jt-container .footer__brand img {
        max-height: none !important;
    }

    .logoShawTrust {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
        padding: 15px 10px;
    }

        .logoShawTrust img {
            max-width: 100px;
            height: auto;
            object-fit: contain;
        }

        .logoShawTrust img {
            flex: 1 1 45%; /* two logos per row */
            max-width: 80px;
        }

    .jt-container .navbar-primary {
        padding: 18px 0 10px 10px;
    }
}
