.portal-footer-social__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.portal-footer-social__link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 999px;
    color: #64748b;
    background: rgba(148, 163, 184, 0.12);
    text-decoration: none;
    transition: color 0.15s ease, background-color 0.15s ease, transform 0.15s ease;
}

.portal-footer-social__link:hover,
.portal-footer-social__link:focus-visible {
    color: #0a118e;
    background: rgba(10, 17, 142, 0.1);
    transform: translateY(-1px);
}

.portal-footer-social__link:focus-visible {
    outline: 2px solid #0a118e;
    outline-offset: 2px;
}

.portal-footer-social__icon {
    display: inline-flex;
    line-height: 0;
}

.app-footer .portal-footer-social {
    order: 2;
}

.app-footer .app-container > .text-gray-900 {
    flex: 1 1 auto;
}

.footer .portal-footer-social {
    margin-top: 0.75rem;
}

@media (min-width: 768px) {
    .footer .container.portal-footer-bar {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 1rem;
    }

    .footer .portal-footer-social {
        margin-top: 0;
    }
}

.app-footer .app-container.portal-footer-bar {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}
