/*
Theme Name: JNews
Version: 11.1.3
Theme URI: http://themeforest.net
Description: JNews
Author: Jegtheme
Author URI: http://jegtheme.com/
License: GNU General Public License v2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:  custom-background,custom-colors, custom-menu, editor-style, featured-images, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: jnews
*/
.post-item {
    border: 1px solid #ddd;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
}

.post-thumbnail {
    margin-bottom: 15px;
}

.post-title {
    font-size: 1.5rem;
    font-weight: bold;
}

.post-content {
    font-size: 1rem;
}

.post-item a {
    margin-top: 10px;
    text-decoration: none;
}

.btn-primary {
	background: #592f94!important;
}

.post-thumbnail {
    width: 100%; /* Растягиваем контейнер с изображением на всю ширину */
    height: auto; /* Автоматическая высота для сохранения пропорций */
}

.post-thumbnail img {
    width: 100%; /* Изображение будет растягиваться на всю ширину блока */
    height: auto; /* Автоматическая высота для сохранения пропорций */
}

.read-more-container {
    text-align: right; /* Выравнивание кнопки по правому краю */
}

.read-more-container a {
    display: inline-block; /* Делает кнопку inline-блоком */
}
