/* Footer - Desktop */
@media (min-width: 48rem) {
    /* 768px */
    .footer {
        padding: 2rem 0 10rem 0; /* 32px top, 160px bottom */
    }

    .footer__container {
        max-width: 75.438rem; /* 1207px */
        width: 75.438rem;
    }

    /* Top Section */
    .footer__top {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 4rem;
        margin-bottom: 3rem; /* 48px */
    }

    .footer__left {
        display: flex;
        flex-direction: column;
        gap: 2rem; /* 32px */
        align-items: center;
    }

    /* Partner Columns */
    .footer__partner {
        width: auto;
        align-items: center;
    }

    .footer__partner-text {
        font-size: 1.25rem; /* 20px on desktop */
    }

    .footer__partner-logo {
        height: 3rem; /* 40px - adjust based on logo */
    }

    .footer__social-link {
        width: 2.625rem;
        height: 2.625rem;
    }

    /* Social Links */
    .footer__social {
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 0.25rem; /* 24px */
        margin: 26px auto
    }

    .footer__social-icon {
        width: 1.25rem; /* 32px */
        height: auto;
    }

    /* Bottom Section */
    .footer__bottom {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-top: 2rem; /* 32px */
    }

    .footer__bottom-left {
        display: flex;
        flex-direction: row; /* Horizontal on desktop */
        align-items: center;
        gap: 2rem; /* 32px */
    }

    .footer__links {
        flex-direction: row;
        gap: 1.5rem; /* 24px */
        margin-right: 1.5rem;
    }

    .footer__link {
        font-size: 1.25rem; /* 20px on desktop */
    }

    .footer__copyright {
        text-align: center;
        margin: auto;
        font-size: 1rem; /* 16px */
        max-width: none; /* Remove width limit on desktop */
    }
}
