@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/*記事下の著者情報を表示しない（20250816)*/
.author-info {
  display: none;
}

/*ウィジェットのプロフィールに関するCSS（20250829）*/
.profile-widget {
  background-color: #fff;
  padding: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
  text-align: center;
}

.profile-title {
  font-size: 16px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.profile-image-container {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

.profile-image-container img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.profile-link-container a {
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
  color: #007bff; /* 青色のリンク */
}

.profile-description {
  font-size: 14px;
  color: #555;
  line-height: 1.5;
  white-space: pre-line;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
