/* Recent Pages Block – Frontend-Styles */

.rpb-recent-pages ul {
    list-style : none;
    margin     : 0;
    padding    : 0;
}

.rpb-recent-pages li {
    display     : flex;
    align-items : center;
}

.rpb-recent-pages li img {
    object-fit    : cover;
    flex-shrink   : 0;
    border-radius : 3px;
    display       : block;
}

.rpb-recent-pages li a {
    text-decoration : none;
}

.rpb-recent-pages li a:hover .rpb-page-title {
    text-decoration : underline;
}

.rpb-page-info {
    display        : flex;
    flex-direction : column;
    min-width      : 0;
}

.rpb-page-title {
    display     : block;
    font-weight : 600;
    line-height : 1.3;
    overflow    : hidden;
    text-overflow: ellipsis;
}

.rpb-page-date {
    display    : block;
    margin-top : 4px;
}
