.pp-news{border:1px solid #e5e7eb;padding:12px;border-radius:12px}
.pp-news__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.pp-news__refresh{border:1px solid #d1d5db;border-radius:8px;padding:6px 10px;cursor:pointer}
.pp-news__list{list-style:none;margin:0;padding:0;display:grid;gap:12px}
.pp-news__item{padding:8px 0;border-bottom:1px dashed #e5e7eb}
.pp-news__title{font-weight:600;text-decoration:none}
.pp-news__bullets ul{margin:6px 0 4px 18px}
.pp-news__why{font-style:italic;margin-top:4px}
.pp-news__meta{color:#6b7280;font-size:12px;margin-top:4px}
