#bp-sidebar-widget{font-family:system-ui,sans-serif}.bp-sidebar-filter-buttons{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.bp-sidebar-filter-buttons button{font-size:13px;padding:5px 10px;border:none;border-radius:4px;background:#e2e8f0;color:#1D4F91;cursor:pointer;transition:background-color 0.2s ease}.bp-sidebar-filter-buttons button:hover,.bp-sidebar-filter-buttons button.active{background:#1D4F91;color:#fff}.bp-sidebar-post-list{display:flex;flex-direction:column;gap:5px}.bp-sidebar-post-item{display:flex;align-items:flex-start;gap:8px;border-radius:0;padding:6px;background:#fff}.bp-sidebar-post-item img{width:50px;height:50px;object-fit:cover;border-radius:4px;flex-shrink:0}.bp-sidebar-post-text{flex:1;min-width:0}.bp-sidebar-post-text h1{margin:0;font-size:13px;font-weight:500;line-height:1.3}.bp-sidebar-post-text h1 a{color:#111;text-decoration:none}.bp-sidebar-post-text h1 a:hover{color:#1D4F91;text-decoration:underline}.bp-sidebar-post-text small{color:#1D4F91;font-size:12px;font-weight:600}.skeleton-item{animation:pulse 1.5s infinite ease-in-out}.skeleton-title,.skeleton-author{background-color:#ddd;border-radius:4px}.skeleton-title{width:70%;height:1em;margin-bottom:6px}.skeleton-author{width:40%;height:.8em}@keyframes pulse{0%{background-color:#eee}50%{background-color:#ddd}100%{background-color:#eee}}@media (max-width:480px){.bp-sidebar-post-item img{width:clamp(40px, 15vw, 40px);height:clamp(40px, 15vw, 40px)}.skeleton-title{width:65%}.skeleton-author{width:50%}}