.pfrow{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 2px;

    background: #324040;           /* wie .trow1/.trow2 */
    border: 1px solid #2c3636;
    padding: 2px;
    margin-bottom: 2px;
}

.pfrow:last-child{ margin-bottom: 0; }

.pflabel{
    background: #202a2a;           /* wie .thead/.post_author */
    background-repeat: repeat-x;
    color: #e8eded;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 9px;
    padding: 6px 8px;
    line-height: 1;
    border: 1px solid #2c3636;
}

.pfvalue{
    color: #e8eded;                /* dein Link-Akzent */
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;

    max-width: 55%;
    overflow: auto;
    text-overflow: ellipsis;
    white-space: nowrap;
	margin-right: 2px;
}



/* Container für die Link-Reihen */
.pfbox-links{
    margin-top: 6px;
    background: #324040;
    border: 1px solid #2c3636;
    padding: 4px;
}

/* Jeder Link wird zur eigenen "Zeile" */
.pfbox-links a{
    display: block;
    margin: 2px 0;
    padding: 6px 8px;

    background: #202a2a;
    border: 1px solid #2c3636;

    color: #baf7f7;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1;
}

.postbit_rang{
display: block;
    margin: 2px 0;
    padding: 6px 8px;

    background: #202a2a;
    border: 1px solid #2c3636;

    color: #e8eded;
    font-size: 9px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
    line-height: 1
}

/* Hover passend */
.pfbox-links a:hover{
    background: #4e5e5e;
    color: #e8eded;
}