/*
Theme Name: PressBook Child
Template: pressbook
Version: 1.0
*/

/* Основной текст в постах — оставляем как у тебя */
.pb-article p,
.pb-article li,
.pb-article blockquote {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: #633333;
}

/* Заголовки внутри контента — только цвет и жирность, размер не трогаем */
.pb-article h2,
.pb-article h3,
.pb-article h4,
.pb-article h5,
.pb-article h6 {
    color: #2c3e50;
    font-weight: 700;
}

/* Подписи к картинкам — делаем их в тон основному тексту */
.pb-article figcaption,
.pb-article .wp-caption-text {
    font-family: "Roboto", Arial, sans-serif;
    font-size: 12px;       /* как у основного текста */
    line-height: 1.3;
    color: #633333;
}


/* Точечно: ссылки внутри виджета «Свежие публикации» */
#recent-posts-2 .widget a,
#recent-posts-2 a {
    color: #2563eb !important;
    text-decoration: none !important;
}

#recent-posts-2 .widget a:hover,
#recent-posts-2 a:hover {
    color: #1e40af !important;
    text-decoration: underline !important;
}
