.hw-widget-latest-posts {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 16px;
}

.hw-widget-latest-posts .hw-widget-title {
    font-weight: 700;
    margin-bottom: 12px;
    font-size: 14px;
}

.hw-latest-post-row {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 8px 0;
    text-decoration: none;
    color: #111827;
}

.hw-latest-post-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    flex-shrink: 0;
}

.hw-latest-post-content {
    display: flex;
    flex-direction: column;
}

.hw-latest-post-user {
    font-weight: 600;
    font-size: 13px;
}

.hw-latest-post-time {
    font-size: 11px;
    color: #9ca3af;
    margin-top: 2px;
}

.hw-latest-post-excerpt {
    font-size: 12px;
    color: #6b7280;
    margin-top: 4px;
    line-height: 1.4;
}

.hw-latest-post-row:hover {
    background: #f3f4f6;
    border-radius: 8px;
    padding-left: 6px;
}