/* BR無効化禁止 */
@media all and (max-width: 767px) {
	br {
		display: inline;
	}
}

/* 検索アイコン削除 */
div.search-widget-handle {
	display: none !important;
}

/* 投稿の前後リンク削除 */
.post .shapely-next-prev {
	display: none;
}

/* TOPへ戻るボタンをスクロール時に常に表示する */
footer .back-to-top {
	padding-right: initial;
	padding-left: initial;
}
body:has(nav.outOfSight) footer .back-to-top {
	position: fixed;
	z-index: 999;
	margin-bottom: 24px;
}
