@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
*/

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

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

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

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

/* ===== プロフィールウィジェット カスタマイズ ===== */

.my-profile-widget {
  text-align: center !important;
  padding: 20px 15px !important;
  border: 1px solid #eee !important;
  border-radius: 8px !important;
  background: #fff !important;
}

.my-profile-widget img {
  width: 120px !important;
  height: 120px !important;
  border-radius: 50% !important;
  margin-bottom: 15px !important;
}

.my-profile-widget .profile-name {
  font-weight: bold !important;
  font-size: 18px !important;
  color: #337ab7 !important;
  margin-bottom: 15px !important;
}

.my-profile-widget .profile-description {
  font-size: 14px !important;
  line-height: 1.7 !important;
  color: #555 !important;
  text-align: left !important;    /* ← 文章は左揃え */
  padding: 0 1.5em !important;   /* ← 文章の左右にだけ余白を作る */
}

/* ===== プロフィールウィジェットここまで ===== */
