
.bpaf-feed{font-family:system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif; margin:8px 0;}
.bpaf-title{margin:0 0 8px; font-size:1rem; font-weight:600}
.bpaf-list{list-style:none; margin:0; padding:0; border:1px solid #eee; border-radius:8px}
.bpaf-item{display:flex; gap:8px; padding:8px 12px; border-bottom:1px solid #eee; align-items:center}
.bpaf-item:last-child{border-bottom:none}
.bpaf-date{font-size:12px; color:#666; min-width:110px}
.bpaf-link{text-decoration:none}
.bpaf-link:hover{text-decoration:underline}
.bpaf-empty{padding:10px; color:#666; background:#fafafa; border:1px dashed #ddd; border-radius:8px}
