/*
Theme Name: Lightning Child
Description: Lightning の子テーマ
Template: lightning
Version: 1.0.0
*/

/* 続きを読むボタンを非表示 */
.vk_post_btn {
    display: none !important;
}

/* 記事内の余分な改行を削除 */
.vk_post_body br {
    display: none !important;
}

/* 空の段落タグも非表示 */
.vk_post_body p:empty {
    display: none !important;
}

/* 記事間の余白を調整 */
.vk_post {
    margin-bottom: 20px !important;
}

/* 記事本文の余白も調整 */
.vk_post_body {
    line-height: 1.6 !important;
}