
.gft-forum-news {
    box-sizing: border-box;
    width: 100%;
    padding: 18px;
    border-radius: 6px;
    background: #2d2e30;
    color: inherit;
}

.gft-forum-news__heading {
    margin: 0 0 14px;
    font-size: 1.05rem;
    line-height: 1.35;
}

.gft-forum-news__list {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
}

.gft-forum-news__item {
    display: flex;
    gap: 18px;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
}

.gft-forum-news__main {
    min-width: 0;
}

.gft-forum-news__title {
    display: block;
    color: #f2f2f2;
    font-size: var(--gft-forum-news-topic-size, 14px);
    font-weight: 600;
    line-height: 1.4;
    text-decoration: none;
}

.gft-forum-news__title:hover,
.gft-forum-news__title:focus {
    color: #ffffff;
    text-decoration: underline;
}

.gft-forum-news__date,
.gft-forum-news__replies {
    font-size: 0.82rem;
    opacity: 0.72;
}

.gft-forum-news__date {
    display: block;
    margin-top: 3px;
}

.gft-forum-news__replies {
    flex: 0 0 auto;
    white-space: nowrap;
}

.gft-forum-news__all {
    display: inline-block;
    margin-top: 14px;
    color: #f2f2f2;
    font-size: 0.9rem;
    font-weight: 600;
    text-decoration: none;
}

.gft-forum-news__all:hover,
.gft-forum-news__all:focus {
    color: #ffffff;
    text-decoration: underline;
}

@media (max-width: 600px) {
    .gft-forum-news__item {
        align-items: flex-start;
        flex-direction: column;
        gap: 4px;
    }
}
