/*
Theme Name: CityNews 3 Дочерняя тема
Theme URI: https://goodwinpress.ru/wp-tema-citynews-3
Author: Алексей Goodwin
Author URI: https://goodwinpress.ru/
Description: Используем дочернюю тему лишь в тех случаях, когда собрались менять разметку или функции темы.
Text Domain: citynews-3
Domain Path: /languages
Template: citynews-3
*/

/* Размещайте ваши стили под этой строкой. */ 

/* Стили для популярных записей */
.cn3-popular-posts {
    margin-top: 20px;
}

.popular-post {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.popular-post-thumb {
    flex: 0 0 80px;
    margin-right: 15px;
}

.popular-post-thumb img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.popular-post-content {
    flex: 1;
}

.popular-post-title {
    margin: 0 0 5px 0;
    font-size: 15px;
    line-height: 1.4;
}

.popular-post-title a {
    color: #333;
    text-decoration: none;
}

.popular-post-title a:hover {
    color: #e52d27; /* Цвет акцента CityNews 3 */
}

.popular-post-meta {
    font-size: 13px;
    color: #777;
}

.post-likes {
    display: inline-flex;
    align-items: center;
}

.post-likes .fa-heart {
    color: #e52d27;
    margin-right: 5px;
}