.linktree-lite-wrap {
    min-height: 70vh;
    padding: 48px 16px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    box-sizing: border-box;
}

.linktree-lite-card {
    width: 100%;
    max-width: 520px;
    text-align: center;
    font-family: inherit;
}

.linktree-lite-avatar {
    width: 112px;
    height: 112px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 18px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.linktree-lite-title {
    margin: 0 0 8px;
    font-size: 30px;
    line-height: 1.2;
}

.linktree-lite-bio {
    margin: 0 auto 24px;
    max-width: 420px;
    font-size: 16px;
    opacity: 0.82;
}

.linktree-lite-links {
    display: grid;
    gap: 14px;
}

.linktree-lite-link {
    display: block;
    padding: 16px 20px;
    border-radius: 16px;
    text-decoration: none !important;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.10);
    transition: transform 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
}

.linktree-lite-link:hover,
.linktree-lite-link:focus {
    transform: translateY(-2px);
    box-shadow: 0 12px 28px rgba(0, 0, 0, 0.16);
    opacity: 0.92;
}
