/* Виджет: Новости / Объявления */
.widget-announcements { flex-direction: column; align-items: center; text-align: center; }
.widget-news--no-icon .widget-news-icon { display: none; }
.widget-news-title { font-weight: 600; opacity: 0.95; margin-bottom: 0.18em; text-align: center; }
.widget-news-text { font-size: 0.95em; color: var(--color-text-muted); line-height: 1.4; text-align: center; }
.widget-news-list { display: flex; flex-direction: column; align-items: center; gap: 0.22em; }
.widget-news-item { font-size: 0.92em; color: var(--color-text-muted); line-height: 1.35; text-align: center; }
.widget-news-empty { font-style: italic; opacity: 0.9; text-align: center; }
.widget-news-icon::before { content: ''; position: absolute; left: 50%; top: 35%; transform: translate(-50%, 0); width: 70%; height: 2px; background: var(--color-primary); border-radius: 1px; box-shadow: 0 0.2em 0 var(--color-primary), 0 0.4em 0 var(--color-primary); }
