/* ===========================================
   pagePartials/footer.css - Footer Section
   =========================================== */

.page-profile-footer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 32px 16px 24px;
    margin-top: auto;
    width: 100%;
    flex-wrap: wrap;
    font-size: 13px;
}

.page-profile-footer-link {
    color: var(--page-footer-text);
    text-decoration: none;
    font-size: inherit;
}

.page-profile-footer-separator {
    color: var(--page-footer-text);
    opacity: 0.5;
}
