/*
 Theme Name:   EduPress Child
 Theme URI:    https://edupress.thimpress.com/
 Description:  EduPress Child Theme
 Author:       ThimPress
 Author URI:   https://thimpress.com
 Template:     edu-press
 Version:      1.0.0
 Text Domain:  edu-press-child
*/

/* Mailpoet購読管理ページのラベルをカスタムして強調表示 */
form.mailpoet-manage-subscription .mailpoet_text_label, 
form.mailpoet-manage-subscription .mailpoet_select_label, 
form.mailpoet-manage-subscription .mailpoet_segment_label {
    display: block;
    font-weight: bold;
}

/* Mailpoet購読管理ページのフィールドの幅とパディングを調整 */
form.mailpoet-manage-subscription .mailpoet_select, 
form.mailpoet-manage-subscription .mailpoet_text {
    width: 50%;
    padding: 12px;
}

/* Mailpoet購読管理ページの段落のマージンを調整 */
form.mailpoet-manage-subscription .mailpoet_paragraph {
    margin-bottom: 20px;
}

/* Mailpoet購読管理ページのサブミットボタンをカスタマイズ */
form.mailpoet-manage-subscription .mailpoet_submit {
    padding: 20px;
    width: 50%;
    font-weight: bold;
    font-size: 11pt;
}

/* トップページ (homeクラス) の講座価格を強制的に非表示にする */
body.home .elementor-widget-container .course-price {
    display: none !important;
}

/* 講座一覧ページ (post-type-archive-lp_course) のみ価格を非表示にする */
body.post-type-archive-lp_course .course-price {
    display: none !important;
}
