/*
Theme Name: Lightning ChildTheme URI:
Template: lightning
Description:
Author:
Tags:
Version: 0.6.1
*/
/* ページヘッダーを非表示 */
.page-header { display:none; }

/* カラム内コンテンツの高さを揃える */
.ujs-stretch-columns.wp-block-columns {
    align-items: stretch !important;
}
.ujs-stretch-columns .wp-block-column {
    align-self: stretch;
    display: flex;
}
.ujs-stretch-columns .wp-block-column > * {
    width: 100%;
}
/*Q&A color*/
.is-style-vk_faq-bgfill-circle .vk_faq_title:before, .is-style-vk_faq-bgfill-square .vk_faq_title:before, .is-style-vk_faq-bgfill-rounded .vk_faq_title:before {
    background-color: #A2655C;
}

.is-style-vk_faq-bgfill-circle .vk_faq_content:before, .is-style-vk_faq-bgfill-square .vk_faq_content:before, .is-style-vk_faq-bgfill-rounded .vk_faq_content:before {
    background-color: #DFB1A4;
}
