.rfj-global-footer {
    box-sizing: border-box;
}

.rfj-global-footer *,
.rfj-global-footer *::before,
.rfj-global-footer *::after {
    box-sizing: inherit;
}

.rfj-global-footer--light {
    background: #111827;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    color: #cbd5e1;
    margin-top: 18px;
    padding: 28px 15px;
}

.rfj-global-footer--light .container {
    margin: 0 auto;
    max-width: 1140px;
    width: 100%;
}

.rfj-global-footer--light .footer-text {
    color: #cbd5e1;
    font-size: 14px;
    line-height: 1.7;
    margin: 0 0 12px;
    text-align: center;
}

.rfj-global-footer--light .footer-links {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 10px 18px;
    justify-content: center;
}

.rfj-global-footer--light .footer-link {
    color: #94a3b8;
    font-size: 13px;
    line-height: 1.6;
    text-decoration: none;
}

.rfj-global-footer--light .footer-link:hover,
.rfj-global-footer--light .footer-link:focus {
    color: #fff;
}

.rfj-global-footer--trust {
    background: transparent;
    color: var(--rfj-footer-trust-color, var(--rfj-company-accent-contrast, #6b7280));
    font-size: 13px;
    line-height: 1.7;
    margin: 8px 0 20px;
    opacity: .68;
    padding: 0 15px;
    text-align: center;
}

.rfj-global-footer__trust-text {
    margin: 0 auto;
    max-width: 1140px;
}

.rfj-global-footer__trust-text span {
    color: inherit;
    margin: 0 8px;
    opacity: .72;
}
