/* Кнопка закладки в карточке новости */
.news-action.js-bookmark { cursor: pointer; transition: color .15s ease; }
.news-action.js-bookmark:hover { color: #365eba; }
.news-action.js-bookmark.is-active { color: #365eba; }
.news-action.js-bookmark.is-active svg { fill: currentColor; }

[data-theme="dark"] .news-action.js-bookmark:hover,
[data-theme="dark"] .news-action.js-bookmark.is-active { color: #5b82e0; }