/* cdn.five-network.com/general/layout/footer/footer-security.css */

.footer-brand-collab {
    flex-direction: column;
    align-items: center;
    align-self: flex-start;
    width: fit-content;
    gap: 8px;
}

.footer-brand-entity {
    display: flex;
    align-items: center;
    gap: 10px;
}

.brand-text .footer-brand-security {
    font-family: 'DM Sans', sans-serif;
    background: none;
    -webkit-background-clip: initial;
    background-clip: initial;
    -webkit-text-fill-color: var(--text-0);
    color: var(--text-0);
    font-weight: 700;
}

.footer-collab-x {
    font-family: 'Syne', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: var(--text-3);
    line-height: 1;
}

.footer-powered-by-logo {
    opacity: 0.85;
}

.footer-powered-by-text {
    background: none;
    -webkit-text-fill-color: var(--text-0);
    color: var(--text-0);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}

[dir="rtl"] .footer-brand-entity { flex-direction: row-reverse; }