/*
Theme Name: Astra Child LP
Template: astra
Version: 1.0.0
*/

/* 親テーマのCSSを読み込む前提 */

/* 全ページで Blog Floating Button のバツ印を非表示 */
[id="bfb_content_"] .bfb_closed {
    display: none !important;
    z-index: 99999;
    position: absolute;
    padding: 5px 10px;
    top: -35px;
    right: 10px;
    cursor: pointer;
}