/**
 * Theme Name: Inspiro Child
 * Theme URI: https://www.wpzoom.com/themes/inspiro/
 * Description: 子テーマ for Inspiro - Paid Memberships Pro and Forward Music Player カスタマイズ対応
 * Author: WPZOOM
 * Author URI: https://www.wpzoom.com/
 * Template: inspiro
 * Version: 1.0.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Text Domain: inspiro-child
 */

/* 親テーマのスタイルは自動的に読み込まれます */
/* 追加のカスタムスタイルはここに記述してください */

/* 固定ページタイトルのスタイル修正 */
/* 本番環境と同様に中央揃えと下線を適用 */
.page .entry-header .entry-title,
.page .inner-wrap .entry-title,
.page-title {
	text-align: center !important;
	border-bottom: 2px solid #e74c3c; /* 赤い下線 */
	padding-bottom: 10px;
	margin-bottom: 30px;
}

/* カバー画像内のタイトルは除外（左揃えのまま、下線なし） */
.page .entry-cover-image .entry-header .entry-title {
	text-align: left !important;
	border-bottom: none !important;
	padding-bottom: 0;
}

