/* last update and reading time */
.avz23_block.avz23_post_update_date {
    font-size: 14px;
    font-weight: 400;
    font-style: italic;
    line-height: 20px;
    margin-top: 16px;
    max-width: 768px;
}
.avz23_block.avz23_post_update_date span:nth-child(1)::before {
    content: 'Leestijd: ';
    padding-right: 5px;
}
.avz23_block.avz23_post_update_date span:nth-child(1)::after {
    content: ' • ';
    padding: 0 5px;
}
.avz23_block.avz23_post_update_date span:nth-child(2)::before {
    content: 'Laatste update: ';
    padding-right: 5px;
}


/**************************************** OS Skin ****************************************/
.avz23_os .avz23_block.avz23_post_update_date {
    font-family: Gilroy;
    color: #667085;
}


/**************************************** AVZ Skin ***************************************/
.avz23_avz .avz23_block.avz23_post_update_date {
    font-family: Lato;
    color: #989DA6;
}
