/* markdown style custom */
#post-content h1{font-size:28px;color:#2c2c2c;text-align:left;padding-bottom:12px;border-bottom:1px solid #e8e0d8;position:relative}
#post-content h1::after{content:'';position:absolute;bottom:-1px;left:0;width:80px;height:2px;background:#c0a88a}
#post-content h2{font-size:24px;color:#3a3a3a;padding-left:16px;border-left:4px solid #c0a88a;margin:36px 0 12px 0}
#post-content h3{font-size:20px;color:#4a4a4a;padding-bottom:8px;border-bottom:1px dashed #ddd8d0;margin:30px 0 10px 0}
#post-content h4{font-size:17px;color:#5a5a5a;margin:24px 0 8px 0}
#post-content h1,#post-content h2{display:block;width:100%}
#post-content h1:before,#post-content h2:before{display:none}
#post-content h1:after,#post-content h2:after{display:none}
#post-content h1:first-of-type::before,#post-content h2:first-of-type::before{display:none}
html.theme-dark #post-content h1{color:#d8d0c8;border-bottom-color:#3a3530}
html.theme-dark #post-content h1::after{background:#a08870}
html.theme-dark #post-content h2{color:#c8c0b8;border-left-color:#a08870}
html.theme-dark #post-content h3{color:#b8b0a8;border-bottom-color:#3a3530}
html.theme-dark #post-content h4{color:#a8a098}
