/*
Theme Name: BuddyBoss Theme Child
Template: buddyboss-theme
Version: 1.0.0
*/

/* 感想リンクを「ボタン＋中央」に戻す（＋下に1行分の余白） */
.fertory-news-card__feedback{
text-align: center;
margin: 16px 0 32px;
}

.fertory-news-card__feedback-button{
display: inline-block;
text-decoration: none;
padding: 12px 18px;
border-radius: 999px;
border: 1px solid currentColor;
line-height: 1.2;
}

/* 固定ページのタイトルを非表示（投稿は影響しない） */
.page .entry-title{
  display: none;
}

