/* Shared footer styling for terms-like pages */
.terms-footer-logo {
    display: flex;
    align-items: center;
    height: 26px;
}

.terms-footer-logo img {
    width: 178px;
    height: 26px;
    display: block;
    object-fit: contain;
}

@media (max-width: 1024px) {
    .terms-footer-logo {
        width: 178px;
        height: 26px;
    }

    .terms-footer-logo img {
        width: 178px;
        height: 26px;
    }
}

@media (max-width: 600px) {
    .terms-footer {
        padding: 40px 0;
    }

    .terms-footer-inner {
        height: auto;
    }

    .terms-footer-divider {
        position: static;
        margin: 0 24px 24px;
    }

    .terms-footer-content {
        position: static;
        flex-direction: column;
        gap: 20px;
        text-align: left;
        align-items: flex-start;
        padding: 0 24px 24px;
    }

    .terms-footer-links {
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        row-gap: 12px;
        order: 1;
    }

    .terms-footer-text {
        order: 2;
    }

    .terms-footer-logo {
        width: 116px;
        height: 22px;
    }

    .terms-footer-logo img {
        width: 116px;
        height: 22px;
        display: block;
    }

.footer-linkedin,
.terms-footer-linkedin {
    width: 40px;
    height: 40px;
    border: 1px solid #363c55;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #09112e;
    text-decoration: none;
    color: #ffffff;
}

.footer-linkedin svg,
.terms-footer-linkedin svg,
.footer-linkedin svg use,
.terms-footer-linkedin svg use {
    width: 19px;
    height: 19px;
    display: block;
    fill: #ffffff !important;
}
}
