

/* PropertyNet.SG Footer — 2-line desktop, 7-line mobile */

.footer-bottom,
.footer-bottom-wrap {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
    text-align: left !important;
    gap: 2px !important;
}

footer > div > div:last-child {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    text-align: left !important;
}

.footer-legal-wrap {
    font-size: 10.5px !important;
    color: #9a9490 !important;
    line-height: 1.6 !important;
    text-align: left !important;
}

.footer-legal-wrap a {
    color: #9a9490 !important;
    text-decoration: underline !important;
}

.fl-item {
    white-space: nowrap;
    color: #9a9490 !important;
}

.fl-sep {
    display: inline;
    color: #9a9490 !important;
}

/* Mobile: break into separate lines */
@media (max-width: 768px) {
    .footer-bottom,
    .footer-bottom-wrap {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    footer > div > div:last-child {
        flex-direction: column !important;
        align-items: flex-start !important;
        text-align: left !important;
    }
    .fl-sep {
        display: none !important;
    }
    .fl-item {
        display: block !important;
        white-space: normal !important;
    }
}