/*
 Theme Name: 給湯器6ランキング版01子
 Template:fick_wp_4
 Description: 子テーマ
 Version: 1.0.0
*/



/* 投稿用プロフィールブロック */
.post-authors {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  background: #f9f9f9;
  border-radius: 16px;
  padding: 20px;
  margin-top: 40px;
}
.post-authors h3 {
  font-size: 1.2em;
  margin-bottom: 8px;
  color: #0077cc;
}
.author-block, .reviewer-block {
  flex: 1 1 300px;
  text-align: center;
}
.author-img, .reviewer-img {
  border-radius: 50%;
  margin-bottom: 10px;
}
.author-link, .reviewer-link {
  color: #0077cc;
  text-decoration: underline;
}
