/* PVP.com2.tr V3.7.5 - Minimal premium topluluk kullanıcı şeridi */

.community-hub-page .community-topic-row {
    grid-template-columns: 126px minmax(0, 1fr) 118px !important;
    grid-template-rows: minmax(104px, auto) auto !important;
    grid-template-areas:
        "thumb content metrics"
        "thumb footer metrics" !important;
    gap: 0 18px !important;
    min-height: 158px !important;
    padding: 14px 16px 14px 14px !important;
}

.community-hub-page .community-topic-row__footer {
    grid-area: footer !important;
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto !important;
    align-items: center !important;
    gap: 14px !important;
    min-width: 0 !important;
    padding-top: 12px !important;
    border-top: 1px solid rgba(255,255,255,.055) !important;
}

.community-hub-page .community-topic-row__author {
    display: flex !important;
    align-items: center !important;
    gap: 11px !important;
    min-width: 0 !important;
    padding: 0 !important;
    border: 0 !important;
}

.community-hub-page .community-topic-row__avatar {
    display: grid !important;
    flex: 0 0 auto !important;
    place-items: center !important;
    width: 40px !important;
    height: 40px !important;
    border: 1px solid rgba(226,180,71,.27) !important;
    border-radius: 13px !important;
    background:
        radial-gradient(circle at 28% 22%, rgba(245,211,103,.19), transparent 42%),
        linear-gradient(145deg, rgba(226,180,71,.12), rgba(10,14,21,.96)) !important;
    box-shadow: inset 0 1px rgba(255,255,255,.04), 0 10px 24px rgba(0,0,0,.19) !important;
    color: #efc75f !important;
    font-size: 12px !important;
    font-weight: 950 !important;
}

.community-hub-page .community-topic-row__author-copy {
    display: grid !important;
    align-items: start !important;
    gap: 6px !important;
    min-width: 0 !important;
}

.community-hub-page .community-topic-row__author-copy > b {
    display: block !important;
    overflow: hidden !important;
    color: #eef1f5 !important;
    font-size: 13px !important;
    font-weight: 900 !important;
    line-height: 1.15 !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}

.community-hub-page .community-topic-row__author-meta {
    display: flex !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 7px !important;
    min-width: 0 !important;
}

.community-hub-page .community-topic-row__author-meta em {
    display: inline-flex !important;
    align-items: center !important;
    min-height: 24px !important;
    margin: 0 !important;
    padding: 0 9px !important;
    border: 1px solid rgba(226,180,71,.18) !important;
    border-radius: 999px !important;
    background: rgba(226,180,71,.055) !important;
    color: #d7ad46 !important;
    font-size: 10px !important;
    font-style: normal !important;
    font-weight: 850 !important;
    line-height: 1 !important;
    white-space: nowrap !important;
}

.community-hub-page .community-topic-row__author-meta .progression-rank-mark,
.community-hub-page .community-topic-row__author-meta .progression-rank-mark--compact {
    display: inline-flex !important;
    flex: 0 0 auto !important;
    width: 27px !important;
    min-width: 27px !important;
    height: 27px !important;
    min-height: 27px !important;
    margin: 0 !important;
    padding: 1px !important;
    border-radius: 50% !important;
}

.community-hub-page .community-topic-row__author-meta .progression-rank-mark__symbol {
    width: 23px !important;
    min-width: 23px !important;
    height: 23px !important;
    min-height: 23px !important;
    border-radius: 50% !important;
}

.community-hub-page .community-topic-row__author-meta .progression-rank-mark__symbol img {
    width: 100% !important;
    height: 100% !important;
    object-fit: contain !important;
    border-radius: 50% !important;
}

.community-hub-page .community-topic-row__date {
    display: grid !important;
    gap: 2px !important;
    padding-left: 14px !important;
    border-left: 1px solid rgba(255,255,255,.055) !important;
    font-style: normal !important;
    text-align: right !important;
    white-space: nowrap !important;
}

.community-hub-page .community-topic-row__date b {
    color: #8e98a5 !important;
    font-size: 10px !important;
    font-weight: 800 !important;
}

.community-hub-page .community-topic-row__date small {
    color: #59636f !important;
    font-size: 9px !important;
}

.community-hub-page .community-topic-row__open {
    min-height: 36px !important;
    padding: 0 13px !important;
    border-radius: 10px !important;
    font-size: 10px !important;
    white-space: nowrap !important;
}

/* Eski/default kartlarda da yalnız panelden seçilen ad görünür */
.community-card .community-author-card__line {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
}

.community-card .community-author-handle {
    display: none !important;
}

@media (max-width: 900px) {
    .community-hub-page .community-topic-row {
        grid-template-columns: 94px minmax(0, 1fr) !important;
        grid-template-rows: auto auto auto !important;
        grid-template-areas:
            "thumb content"
            "footer footer"
            "metrics metrics" !important;
        gap: 0 14px !important;
        min-height: 0 !important;
        padding: 12px !important;
    }

    .community-hub-page .community-topic-row__footer {
        grid-template-columns: minmax(0, 1fr) auto auto !important;
        margin-top: 10px !important;
    }
}

@media (max-width: 640px) {
    .community-hub-page .community-topic-row {
        grid-template-columns: 82px minmax(0, 1fr) !important;
        grid-template-areas:
            "thumb content"
            "footer footer"
            "metrics metrics" !important;
        gap: 0 12px !important;
        padding: 11px !important;
    }

    .community-hub-page .community-topic-row__footer {
        grid-template-columns: minmax(0, 1fr) auto !important;
        gap: 10px !important;
    }

    .community-hub-page .community-topic-row__date {
        display: none !important;
    }

    .community-hub-page .community-topic-row__open {
        grid-column: 1 / -1 !important;
        width: 100% !important;
        justify-content: center !important;
    }

    .community-hub-page .community-topic-row__avatar {
        width: 38px !important;
        height: 38px !important;
    }

    .community-hub-page .community-topic-row__author-copy > b {
        font-size: 12px !important;
    }
}
