/* THREAD / POSTBIT */
.post [id^="ougcAwardsProfileTable"] {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    align-items: center;
    justify-content: left;
}

.post [id^="ougcAwardsProfileTable"] a {
    display: inline-block;
}

.post [id^="ougcAwardsProfileTable"] img {
    width: 37px;
    height: 37px;
    object-fit: contain;
}


.award-profile-card {
    display: flex;
    align-items: center;
    gap: 14px;
    background: rgba(20,32,34,.92);
    border: 1px solid #2d4347;
    border-radius: 8px;
    padding: 12px;
    margin: 8px;

    width: 520px;
    box-sizing: border-box;
}

.award-profile-icon img {
    width: 55px;
    height: 55px;
    object-fit: contain;
}

.award-profile-content {
    flex: 1;
}

.award-profile-header {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
}

.award-profile-title {
    font-weight: bold;
}

.award-profile-date {
    font-size: 11px;
    opacity: .75;
}

.award-profile-reason {
    font-size: 13px;
} 