.ff-meta-box {
    margin-bottom: 10px;
    font-family: sans-serif;
}
.ff-meta-row {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
}
.ff-label {
    font-size: 13px;
    color: #444;
    margin-right: 4px;
}
.ff-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 5px;
}
.ff-name {
    font-size: 13px;
    color: #000;
    text-decoration: none;
}
.ff-meta-updated {
    font-size: 12px;
    color: #555;
    margin-top: 3px;
}
