.news-card__business{display:flex;align-items:center;gap:.4rem;font-size:.85rem;color:var(--text-secondary)}.news-card__business a{color:var(--primary);text-decoration:none;font-weight:500}.news-card__business a:hover{text-decoration:underline}.news-card__business-logo{width:20px;height:20px;border-radius:4px;object-fit:cover}.news-article__business{display:flex;align-items:center;gap:.5rem;color:var(--primary);text-decoration:none;font-weight:500}.news-article__business:hover{text-decoration:underline}.news-article__business-logo{width:24px;height:24px;border-radius:4px;object-fit:cover}.bnews-org-card{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.25rem;background:var(--bg-secondary);border-radius:12px;margin-top:2rem}.bnews-org-card__header{display:flex;align-items:center;gap:.75rem}.bnews-org-card__logo{width:48px;height:48px;border-radius:8px;object-fit:cover}.bnews-org-card__logo-placeholder{width:48px;height:48px;border-radius:8px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;font-size:1.25rem;color:var(--text-muted)}.bnews-org-card__header h3{font-size:1rem;font-weight:600;margin:0}.bnews-org-card__header p{font-size:.85rem;color:var(--text-muted);margin:.15rem 0 0}.bnews-list{display:flex;flex-direction:column;gap:.75rem}.bnews-list__item{display:flex;gap:1rem;padding:1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;transition:box-shadow 0.2s}.bnews-list__item:hover{box-shadow:0 2px 8px rgb(0 0 0 / .06)}.bnews-list__image{flex-shrink:0;width:100px;height:80px;border-radius:8px;overflow:hidden}.bnews-list__image img{width:100%;height:100%;object-fit:cover}.bnews-list__image-placeholder{width:100%;height:100%;background:var(--bg-secondary);display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:var(--text-muted)}.bnews-list__info{flex:1;min-width:0}.bnews-list__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:.35rem}.bnews-list__top h3{font-size:.95rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bnews-list__meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.8rem;color:var(--text-muted)}.bnews-list__meta span{display:flex;align-items:center;gap:.25rem}.bnews-list__actions{display:flex;align-items:flex-start;gap:.35rem;flex-shrink:0}.bnews-form .form-textarea--lg{min-height:200px}.biz-news-empty{grid-column:1 / -1;text-align:center;padding:3rem 1rem;color:var(--text-muted)}.biz-news-empty i{font-size:3rem;margin-bottom:1rem;display:block}.biz-news-empty h3{font-size:1.125rem;margin:0 0 .5rem;color:var(--text-primary)}.biz-news-empty p{margin:0;font-size:.9rem}.biz-news-card__source-logo{width:18px;height:18px;border-radius:3px;object-fit:cover;vertical-align:middle}.badge--secondary{background:var(--bg-tertiary);color:var(--text-secondary)}.badge--warning{background:#fff3cd;color:#856404}.badge--success{background:#d1e7dd;color:#0f5132}.badge--danger{background:#f8d7da;color:#842029}.alert--sm{font-size:.8rem;padding:.5rem .75rem;margin-top:.5rem}@media (max-width:768px){.bnews-list__item{flex-direction:column}.bnews-list__image{width:100%;height:140px}.bnews-list__actions{align-self:flex-end}.bnews-org-card{flex-direction:column;text-align:center}.bnews-org-card__header{flex-direction:column}}