/*
Theme Name: bonsurreal
Theme URI: 
Author: bonsurreal
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bonsurreal
Tags: 
*/

/* 見出し： 飾り */
:is(h2, h3).is-style-decoration-h2 {
  background: linear-gradient(transparent 60%, #69C4D0 70%);
}

/* 太字・飾り */
strong, b {
    font-weight: 400;
}

.blog-page strong, b {
    background: linear-gradient(transparent 10%, #ffe500 100%);
}

.impression-page strong, b {
    background: linear-gradient(transparent 10%, #000 100%);
}

.creative-page strong, b {
    background: linear-gradient(transparent 10%, #c2135c 100%);
}

/* 投稿日： 時計アイコン */
.wp-block-post-date.is-style-clock-icon::before {
  content: url(assets/images/clock-regular.svg);
  display: inline-block;
  width: 1em;
  height: 1em;
  vertical-align: -0.125em;
  margin-right: 0.5em;
  font-size: 1.25em;
  opacity: 0.3;
}

/* 次の投稿： ラベル逆配置 */
.wp-block-post-navigation-link.is-style-reverse {
  display: flex;
  flex-direction: row-reverse;
  gap: 0.3em;
}