/*
Theme Name:     Просто Идеал
Theme URI:      n/a
Template:       kadence
Author:         Просто Идеал
Author URI:     n/a
Description:    Официальная тема проекта Просто Идеал
Version:        1.0
License:        GNU General Public License v3.0 (or later)
License URI:    https://www.gnu.org/licenses/gpl-3.0.html
*/
/* Переопределение margin-top для заголовков в single-content */
.single-content h1, .single-content h2, .single-content h3, .single-content h4, .single-content h5, .single-content h6 {
    margin-top: 0.5em !important;
}
/* Уменьшение размера подписи под картинкой Kadence на 1/3 и осветление цвета */
.kb-image figcaption,
.wp-block-kadence-image figcaption {
    font-size: 0.7em !important; 
    color: #888888 !important; 

}
