.btn {
    padding: 8px 12px;
    background: var(--heo-fontcolor);
    border-radius: 12px;
    color: var(--heo-card-bg);
    display: flex;
    align-items: center;
    z-index: 1;
    transition: .3s;
    cursor: pointer
}

.link-group-wrapper {
    transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    animation: rowup 60s linear infinite
}

.link-group-wrapper:hover {
    animation-play-state: paused
}

.links-group-avatar-pair .links-group-avatar:nth-child(even) {
    margin-top: 1rem;
    transform: translate3d(var(--tw-translate-x),var(--tw-translate-y),0) rotate(var(--tw-rotate)) skew(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    transform: translate(-60px)
}

.link-box-btn-group {
    position: absolute;
    right: 2rem;
    top: 2rem;
    display: flex
}

@keyframes rowup {
    0% {
        transform: translate(0)
    }

    to {
        transform: translate(-66.6666%)
    }
}

#link-card {
    position: relative
}

#link-card.highlighted {
    border-style: solid;
    border-width: 1px;
    border-color: var(--bg-sub-accent-55)
}

#link-card.highlighted:before {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: linear-gradient(130deg,rgba(36,198,220,.5),rgba(84,51,255,.5) 41.07%,rgba(255,0,153,.5) 76.05%);
    transform: translate3d(0,25px,0) scale(.85);
    filter: blur(20px);
    opacity: var(.7);
    transition: opacity .3s;
    border-radius: inherit
}

#link-card.highlighted:after {
    content: "";
    z-index: -1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: inherit;
    border-radius: inherit
}

#link-card.highlighted.category-mode .article .article-content p {
    height: 3rem
}

@media (min-width: 640px) {
    #link-card.highlighted.category-mode .article .article-content p {
        height:3.5rem
    }
}

@media (min-width: 1024px) {
    #link-card.highlighted.category-mode .article .article-content p {
        height:4.6rem
    }
}

#link-card.highlighted.category-mode .article .article-content p {
    -webkit-line-clamp: 3
}

#link-card.article-container {
    height: auto
}

#link-card .article .article-content span b {
    border-radius: .375rem;
    background-color: var(--background-trans);
    padding: .25rem .5rem;
    color: var(--text-bright)
}

#link-card .article .article-content span b.vip {
    border-radius: .375rem;
    --tw-bg-opacity: 1;
    background-color: rgb(249 115 22 / var(--tw-bg-opacity));
    padding: .25rem .5rem;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}

#link-card .article .article-content h1 {
    margin-bottom: .5rem;
    font-size: 1.125rem;
    line-height: 1.75rem
}

#link-card .article .article-content h1.vip-text {
    --tw-text-opacity: 1;
    color: rgb(251 146 60 / var(--tw-text-opacity))
}

#link-card .article .article-content p {
    height: 2.5rem
}

@media (min-width: 640px) {
    #link-card .article .article-content p {
        height:2.5rem
    }
}

@media (min-width: 1024px) {
    #link-card .article .article-content p {
        height:3rem
    }
}

#link-card .article .article-content p {
    display: -webkit-box;
    margin: 0 auto;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis
}

#link-card .article .article-content .link-logo-image{
    height: 100px;
    width: 100px;
    max-width: 200px;
    top: 75px;
    left: -25px;
    opacity: .15;
    position: absolute;
    margin-right: .5rem;
    border-radius: 9999px;
}