@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){
  /*必要ならばここにコードを書く*/
}

.today-question-side {
  background: linear-gradient(135deg, #fffdf3 0%, #fff7d6 100%);
  border: 2px solid #f0c247;
  border-radius: 16px;
  padding: 14px;
  margin-bottom: 18px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.16);
  font-size: 14px;
  position: relative;
}

.today-question-side::before {
  content: "🌤";
  position: absolute;
  top: -14px;
  right: 14px;
  background: #ffffff;
  border: 2px solid #f0c247;
  border-radius: 50%;
  padding: 4px 7px;
  font-size: 16px;
}

.today-question-number {
  display: inline-block;
  background: #f0c247;
  color: #333;
  font-weight: bold;
  font-size: 12px;
  border-radius: 20px;
  padding: 3px 10px;
  margin-bottom: 8px;
}

.today-question-side p {
  line-height: 1.7;
}

.today-question-side summary {
  cursor: pointer;
  font-weight: bold;
  color: #d28a00;
  background: #fff3bd;
  border-radius: 20px;
  padding: 6px 10px;
  display: inline-block;
  margin-top: 4px;
}

.today-question-side summary:hover {
  background: #ffe38a;
}
