/*
	Theme Name: Rehub child theme
	Theme URI: https://wpsoul.com
	Description: A Hybrid magazine/shop/review/news Wordpress Theme
	Author: Sizam
	Author URI: https://wpsoul.com
	Version: 9.4
	Template: rehub-theme
*/

/* =Theme customization starts here
-------------------------------------------------------------- */







/* 絵文字のサイズを文字サイズに揃える */
img.emoji {
    width: 1em;         /* 文字サイズと同じ幅 */
    height: 1em;        /* 高さも同じ */
    vertical-align: text-bottom; /* 行内の文字と揃える */
}

/* タイトル内の絵文字が大きくならないように調整 */
.single .title_single_area h1 img.emoji {
    width: 1em;
    height: 1em;
    vertical-align: middle;
}

/* 投稿本文内の絵文字も文字サイズに揃える */
.single .rh-post-wrapper .entry-content img.emoji {
    width: 1em;
    height: 1em;
    vertical-align: text-bottom;
}