@charset "utf-8";
/*
Theme Name: Bloom child
Theme URI:https://tcd-theme.com/tcd053
Description:WordPressテーマ「Bloom」の子テーマ
Template:bloom_tcd053
Author:TCD
Author URI:https://tcd-theme.com/
Version:1.0
*/

/*
  ここから下にCSSを追記してください。
*/
.custom-post-updated {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 8px 0 18px;
  font-size: 13px;
  color: #777;
  line-height: 1.5;
}

.custom-post-updated__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #777;
}

.custom-post-updated__icon svg {
  fill: currentColor;
}