/* ===========================================
   spLinkPartials/footer.css - Footer Component
   =========================================== */

.link-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;
}

.link-profile-footer-powered {
    font-size: inherit;
    color: var(--link-text-muted);
}

.link-profile-footer-ayora {
    color: var(--link-text-secondary);
    text-decoration: none;
    font-weight: 600;
}

.link-profile-footer-ayora:hover {
    color: var(--link-text-primary);
}

.link-profile-footer-link {
    color: var(--link-text-muted);
    text-decoration: none;
    transition: color 0.15s;
    font-size: inherit;
}

.link-profile-footer-link:hover {
    color: var(--link-text-secondary);
}

.link-profile-footer-separator {
    color: #d1d5db;
}
