@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-card {
  background: linear-gradient(135deg, #fff8f2, #fff3e8);
  border-radius: 16px;
  border: 2px solid #e8a87c;
  box-shadow: 0 4px 16px rgba(180, 90, 30, 0.12);
  padding: 24px 20px;
  text-align: center;
  margin-bottom: 24px;
}

.my-profile-card img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #d4732a;
  margin-bottom: 12px;
  box-shadow: 0 2px 8px rgba(180, 90, 30, 0.2);
}

.my-profile-card .profile-name {
  font-size: 15px;
  font-weight: bold;
  color: #7a3b0e;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}

.my-profile-card .profile-name::before {
  content: "🍁 ";
}

.my-profile-card .profile-name::after {
  content: " 🍁";
}

.my-profile-card .profile-text {
  font-size: 13px;
  color: #5c3d1e;
  line-height: 1.8;
  text-align: left;
}

.my-profile-card .profile-label {
  display: inline-block;
  background: #d4732a;
  color: #fff;
  font-size: 11px;
  border-radius: 20px;
  padding: 2px 12px;
  margin-bottom: 10px;
  letter-spacing: 0.05em;
}