/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 16 2026 | 01:58:23 */
/* Принудительные размеры для картинок в версии 3 */
.hist-rss-container .ilovewp-post .post-cover {
    width: 240px;
    height: 180px;
    overflow: hidden;
    position: relative;
}

.hist-rss-container .ilovewp-post .post-cover img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Обрезает изображение, сохраняя пропорции */
    object-position: center; /* Центрирует обрезанное изображение */
}

.posts-navigation{
	display: none;
}

/* Стили для пагинации RSS */
.hist-rss-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    margin: 30px 0 20px;
    flex-wrap: wrap;
}

.hist-rss-pagination a,
.hist-rss-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 15px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    cursor: pointer;
}

/* Ссылки */
.hist-rss-pagination a {
    background: #f5f5f5;
    color: #333;
    border: 1px solid #e0e0e0;
}

.hist-rss-pagination a:hover {
    background: #a55e76;
    color: #fff;
    border-color: #a55e76;
    transform: translateY(-2px);
    box-shadow: 0 2px 8px rgba(0,115,170,0.2);
}

/* Активная страница */
.hist-rss-pagination span.hist-rss-page {
    background: #a55e76;
    color: #fff;
    border: 1px solid #a55e76;
    font-weight: 600;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

/* Кнопки "В начало" и "Назад/Вперед" с иконками */
.hist-rss-first::before {
    content: "«";
    margin-right: 5px;
    font-weight: bold;
}

.hist-rss-prev::before {
    content: "←";
    margin-right: 5px;
}

.hist-rss-next::after {
    content: "→";
    margin-left: 5px;
}

/* Отключенные кнопки (если понадобятся) */
.hist-rss-pagination a.disabled,
.hist-rss-pagination a:disabled {
    opacity: 0.5;
    cursor: not-allowed;
    pointer-events: none;
}

/* Для мобильных устройств */
@media (max-width: 768px) {
    .hist-rss-pagination {
        gap: 6px;
    }
    
    .hist-rss-pagination a,
    .hist-rss-pagination span {
        min-width: 35px;
        height: 35px;
        padding: 0 10px;
        font-size: 12px;
    }
}

/* Альтернативный вариант - круглые кнопки */
.hist-rss-pagination.round a,
.hist-rss-pagination.round span {
    border-radius: 50%;
    width: 40px;
    padding: 0;
}

.hist-rss-pagination.round a:first-child,
.hist-rss-pagination.round a:last-child {
    border-radius: 8px;
    padding: 0 15px;
    width: auto;
}

.ilovewp-posts-archive .title-post{
	line-height: 1.3em;
}

.image-description a:hover, .image-description a:active{
	text-decoration:none;
}

.bar_2{
	    background: rgba(211, 238, 255, 0.375);
	position:relative;
}

.bar_2:before {
    background: rgba(25, 92, 164, 0.5);
	width:4px!important;
	margin:0!important;
}

.bar_2:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 1px;
    width: 4px;
    height: 48px;
    background: rgba(0, 0, 0, 0.325);
    content: "";
}
.post-single blockquote {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.6em!important;
    margin: 40px 0!important;
    padding: 10px 22px!important;
     text-align: left!important;
}

.post-single blockquote::after{
	display:none;
}