﻿.forum_category {
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}

.forum_category_title {
    padding: 5px 15px;
    background: #5D99C0;
    color: #fff;
    font-weight: 600;
    font-size: 1.2em;
    margin-top: 10px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.forum,
.topic {
    padding: 1em 0;
    border-bottom: 1px solid #cfcfcf;
    border-top: 1px solid #f3f3f3;
    background: #ededed;
}

.topic_header {
    display: flex;
    align-items: center;
    gap: 1em;
}

    .topic_header .pfp img {
        height: 35px !important;
        width: 35px !important;
    }

    .topic_header .tag {
        font-size: .9em;
        margin-left: auto;
    }

    .topic_header .bi-star {
        font-size: 1.2em;
    }

.forum_alternate,
.topic_alternate {
    background: #f5f5f5;
}

.topic,
.topic_alternate {
    border-top: 0;
    border-bottom: 1px solid #ededed;
    background: #fff;
}

.forum_title,
.topic_title {
    font-family: Poppins;
    margin-top: 8px;
    margin-bottom: -2px;
}

    .forum_title > a,
    .topic_title > a {
        font-weight: 400;
        color: var(--black);
    }

    .forum_title > a:hover,
    .topic_title > a:hover {
        color: var(--green);
    }

.topic_description a {
    color: var(--green) !important;
    font-weight: 400;
}

    .topic_description a:hover {
        color: var(--green-dark) !important;
    }

.latest_post {
    font-size: 0.9em;
    margin-left: auto;
}

.topic_header_row {
    background: #5D99C0;
    color: #fff;
    font-weight: 600;
    padding: 5px 15px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.topic_date {
    color: var(--grey-mid);
}

.topic_stats {
    display: flex;
    gap: 1em;
    align-items: center;
}

    .topic_stats i {
        margin-right: 5px;
    }
/*.post {
    background: #f5f5f5;
    padding: 15px;
    border: 1px solid #cfcfcf;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.1);
}*/
.post_author_column img.image_author {
    border: 1px solid #cfcfcf;
    height: auto !important;
    max-width: 100%;
}

.author_details {
    font-weight: 600;
    margin: 5px 0;
}

.opening_post {
    background: #ededed;
    border-color: #aaa;
    box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.post_links a {
    margin-left: 10px;
}

.new_posts {
    color: #cf2222;
    font-weight: 500;
    font-size: 0.9em;
}
