.blg-topic-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.blg-topic-title-row .topic-title {
    flex: 1 1 auto;
    margin-right: 0;
}

.blg-translate-button {
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
}

/* Son Konular — phpBB 3.3.17 uyumlu, ikon çakışması olmayan yapı */
.blg-last-topics {
    margin-top: 12px;
}

.blg-last-topics .blg-lt-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 86px 235px;
    align-items: center;
    width: 100%;
    box-sizing: border-box;
}

.blg-last-topics .blg-lt-header {
    min-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.blg-last-topics .blg-lt-heading,
.blg-last-topics .blg-lt-replies-heading,
.blg-last-topics .blg-lt-last-heading {
    padding: 5px 10px;
    box-sizing: border-box;
}

.blg-last-topics .blg-lt-replies-heading {
    text-align: center;
}

.blg-last-topics .blg-lt-row {
    min-height: 48px;
}

.blg-last-topics .blg-lt-topic,
.blg-last-topics .blg-lt-replies,
.blg-last-topics .blg-lt-lastpost {
    min-width: 0;
    padding: 7px 10px;
    box-sizing: border-box;
}

.blg-last-topics .blg-lt-topic {
    line-height: 1.25;
}

.blg-last-topics .blg-lt-title {
    display: inline-block;
    max-width: 100%;
    overflow-wrap: anywhere;
    word-break: normal;
    line-height: 1.25;
}

.blg-last-topics .blg-lt-forum-line {
    margin-top: 3px;
    font-size: 11px;
    line-height: 1.25;
}

.blg-last-topics .blg-lt-forum {
    font-size: inherit;
    overflow-wrap: anywhere;
}

.blg-last-topics .blg-lt-replies {
    text-align: center;
    font-size: 12px;
}

.blg-last-topics .blg-lt-replies span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 26px;
    min-height: 24px;
    padding: 2px 6px;
    border-radius: 12px;
    box-sizing: border-box;
}

.blg-last-topics .blg-lt-lastpost {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    line-height: 1.25;
    border-left: 1px solid rgba(0, 0, 0, 0.08);
}

.blg-last-topics .blg-lt-date,
.blg-last-topics .blg-lt-poster {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.blg-last-topics .blg-lt-poster {
    margin-top: 2px;
    font-size: 11px;
}

/* Bu alan artık phpBB row-item ikon sınıflarını kullanmaz. */
.blg-last-topics .blg-lt-row::before,
.blg-last-topics .blg-lt-row::after,
.blg-last-topics .blg-lt-topic::before,
.blg-last-topics .blg-lt-topic::after {
    content: none !important;
    display: none !important;
}

@media (max-width: 700px) {
    .blg-topic-title-row {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .blg-translate-button {
        margin-left: auto;
    }

    .blg-last-topics .blg-lt-grid {
        grid-template-columns: minmax(0, 1fr) 128px;
    }

    .blg-last-topics .blg-lt-replies-heading {
        display: none;
    }

    .blg-last-topics .blg-lt-last-heading {
        text-align: left;
    }

    .blg-last-topics .blg-lt-replies {
        position: absolute;
        right: 8px;
        top: 7px;
        width: auto;
        padding: 0;
    }

    .blg-last-topics .blg-lt-row {
        position: relative;
        align-items: stretch;
    }

    .blg-last-topics .blg-lt-topic {
        padding-right: 46px;
    }

    .blg-last-topics .blg-lt-lastpost {
        padding-right: 8px;
    }
}

@media (max-width: 480px) {
    .blg-last-topics .blg-lt-header {
        grid-template-columns: 1fr;
    }

    .blg-last-topics .blg-lt-last-heading {
        display: none;
    }

    .blg-last-topics .blg-lt-row {
        grid-template-columns: 1fr;
    }

    .blg-last-topics .blg-lt-lastpost {
        padding-top: 0;
        border-left: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 5px;
    }

    .blg-last-topics .blg-lt-poster {
        margin-top: 0;
    }
}
