.latest-posts-wrapper-d54bd17a {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}

.latest-post-item-d54bd17a {
    margin: 0;
    font-size: 0.9rem;
    line-height: 1.4;
}

.latest-post-link-d54bd17a {
    color: #000000;
    text-decoration: none;
    transition: color 0.2s ease;
}

.latest-post-link-d54bd17a:hover {
    color: #4cd9df;
    text-decoration: none;
}

.no-posts-d54bd17a {
    font-size: 0.9rem;
    color: #999999;
    font-style: italic;
}