/**
Theme Name: Astra Child
Theme URI: https://wpastra.com/
Author: Brainstorm Force
Author URI: https://wpastra.com/about/?
Description : child theme for astra
Template: astra
Text Domain: astra
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
**/

/* コメントフォームのスレッドタイトル欄 */
#commentform #comment-form-thread-title-wrap label {
	font-weight: 700;
}

#commentform #comment-form-thread-title-wrap input#thread_title {
	font-weight: 700;
	font-size: 1.05em;
}

/* コメント一覧上のスレッドタイトル（トップレベルコメントのみ表示） */
.ast-comment-thread-title {
	font-weight: 700;
	font-size: 1.15em;
	line-height: 1.4;
	margin: 0 0 0.75em;
	padding: 0.5em 0.8em;
	background-color: var(--ast-global-color-6, #f2f2f2);
	border-top: 3px solid var(--ast-global-color-5, #0274be);
	border-bottom: 1px solid var(--ast-global-color-6, #dcdcdc);
	border-radius: 4px;
}
