/* Виджет */
.rss-widget { width: 517px; height: 1280px;
 overflow-y: auto; scrollbar-width: thin;
 background: url('/style/design/bg/cell_01.png') repeat-x, url('/style/design/bg/cell_02.png') repeat 0 4px;
 box-shadow: inset 1px 1px 25px 10px rgba(0, 0, 0, 0.6); }
.rss-item { display: flex; align-items: flex-start; gap: 9px; padding: 9px 4px 9px 9px; }
.rss-body { flex: 1; }

/* Строки */
.rss-list { margin: 0; padding: 0; list-style: none; }
.rss-item:nth-child(odd)  { background: rgba(0, 0, 0, 0.31); }
.rss-item:nth-child(even) { background: transparent; }

/* Логотип */
.rss-logo { width: 40px; height: 40px; object-fit: contain; object-position: top center; flex-shrink: 0; align-self: flex-start; margin-top: 3px; }

/* Дата */
.rss-meta { display: flex; font-size: 9pt; color: #1e90ff; }
.rss-today { color: #ea0000; font-weight: 700; }
.rss-yesterday { color: #e6c800; font-weight: 700; }

/* Заголовок */
.rss-title { display: block; overflow: hidden; }
.rss-slash { color: #1e90ff; }

/* Читать полностью */
.rss-read-more { float: right; clear: right; margin-left: 9px; white-space: nowrap; }

/* Статус загрузки */
.rss-status { padding: 9px; }



/* Страницы новостей */
.news-source { color: #1e90ff; }
/* Дата на страницах новостей */
.news-date { color: #1e90ff; }
