/* mobile.css: スマホ専用の調整だけをここに書く */

h2 {
    font-size: 1.4rem !important;
    line-height: 1.4 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
    border-left: 4px solid #f97316; /* オレンジのアクセント */
    padding-left: 10px;
}

.post h2 {
    font-size: 1.3rem !important;
}

/* その他、スマホで崩れた場所を見つけたらここに追加する */