﻿
// Heading font definition
@font-face {
  font-family: 'Inter';
  src: url("https://forum.appliancepartspros.com/fonts/InterVariable.woff2?v=0.0.19") format("woff2");
  font-weight: 100 900;
}

/* Container article */
article.boxed.onscreen-post.truepro-sponsored-post {
    background-color: #ffffff;
    font-family: Inter, Arial, sans-serif;
}

/* Row layout */
.post__row.row {
    display: flex;
    align-items: flex-start;
}

/* Avatar column */
.topic-avatar {
    margin-right: 12px;
}

.post-avatar .main-avatar {
    display: inline-block;
}

    /* Circular "TP" avatar */
    .post-avatar .main-avatar > div {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        background-color: #0079d3;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 18px;
    }

/* Body column */
.post__body.topic-body {
    flex: 1 1 auto;
    min-width: 0;
}

/* Clearfix helper if you need it */
.clearfix::before,
.clearfix::after {
    content: "";
    display: table;
}

.clearfix::after {
    clear: both;
}

/* Meta / header row (name + small title) */
.topic-meta-data {
    font-size: 16px;
	font-weight:700;
    margin-bottom: 4px;
}

.names.trigger-user-card {
    display
