/* kikuchi-world の見た目の調整（Pro の置き換えとは別に、松原さんの依頼で足したもの）
 * 2026-09-26：/zh/ のメニューに緑の下線が出るのを消す。
 *   /zh/ のページは Astra の本文の枠（.entry-content）の中に Elementor が入るため、
 *   Astra の「本文中のリンクに下線」（.ast-single-post .entry-content a）がメニューのリンクにも効いていた。
 *   本文のリンク（価格表の「点击这里购买」など）の下線は残す。 */
.ast-single-post .entry-content .e-n-menu-title a,
.ast-single-post .entry-content .e-n-menu-title a:hover,
.ast-single-post .entry-content .e-n-menu-title a:focus {
	text-decoration: none;
}
