/* Author Posts Block — frontend styles */

.apb-author-posts {
    margin: 1.5em 0;
}

.apb-post-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.apb-post-item {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    gap: 1em;
    padding: 0.6em 0;
    border-bottom: 1px solid #e0e0e0;
}

.apb-post-item:last-child {
    border-bottom: none;
}

.apb-post-item a {
    font-weight: 500;
    text-decoration: none;
}

.apb-post-item a:hover {
    text-decoration: underline;
}

.apb-post-date {
    flex-shrink: 0;
    font-size: 0.85em;
    color: #666;
}

.apb-notice {
    color: #666;
    font-style: italic;
}
