/* Position Zéro 0.5 — module latest. Chargé uniquement si nécessaire. */
.pz-latest-posts {
    display: flex;
    flex-direction: column;
}

.pz-latest-post {
    display: block;
    padding: 9px 0 10px;
    border-bottom: 1px solid rgba(255,255,255,.10);
}

.pz-latest-post:first-child {
    padding-top: 0;
}

.pz-latest-post:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.pz-latest-post.has-thumb {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 10px;
}

.pz-latest-thumb {
    display: block;
    width: 58px;
    height: 44px;
    overflow: hidden;
}

.pz-latest-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pz-latest-content {
    min-width: 0;
}

.pz-latest-meta {
    display: flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 3px;
    font-size: 9px;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: .02em;
}

.pz-latest-category {
    color: #18d7e8 !important;
    font-weight: 700;
    text-decoration: none;
}

.pz-latest-date {
    color: #8f8f8f;
    white-space: nowrap;
}

.pz-latest-title {
    margin: 0 !important;
    font-size: 13px !important;
    line-height: 1.28 !important;
    font-weight: 500 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
}

.pz-latest-title a {
    color: #f2f2f2 !important;
    text-decoration: none;
}

.pz-latest-title a:hover,
.pz-latest-title a:focus {
    color: #ff0066 !important;
}

@media (max-width: 600px) {
    .pz-latest-title {
        font-size: 12.5px !important;
    }
}
