/* PC footer bottom — copyright trái, links phải */
@media (min-width: 1024px) {
    .footer-bottom {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        text-align: left !important;
    }
    .footer-bottom-links {
        display: flex !important;
        align-items: center !important;
        gap: 24px !important;
    }
}
