@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){
  /*必要ならばここにコードを書く*/
}
@media screen and (max-width: 480px) {
  .yyi-rinker-box {
    font-size: 14px !important;
    border-radius: 10px;
    box-shadow: none !important;
    padding: 12px !important;
    background-color: #f8f9fb !important;
    margin-bottom: 24px;
    display: flex;             /* 横並びにするなら追加 */
    align-items: center;       /* 画像とテキストを中央揃え */
  }

  .yyi-rinker-box img {
    max-width: 85px !important;
    height: auto !important;
    border-radius: 8px;
    margin-right: 10px;
    flex-shrink: 0;            /* 画像が縮みすぎるのを防止 */
  }

  .yyi-rinker-box .rinker-detail {
    font-size: 13px !important;
    line-height: 1.6;
    color: #444 !important;
    flex: 1;                   /* テキスト部分を残り幅いっぱいに */
  }

  .yyi-rinker-box .rinker-btn {
    font-size: 14px !important;
    padding: 6px 10px !important;
    background-color: #d7e1ea !important; /* くすみブルーグレー */
    color: #333 !important;
    border-radius: 6px;
    box-shadow: none !important;
    text-align: center;
    white-space: nowrap;       /* ボタン内のテキスト改行防止 */
    margin-left: 10px;         /* ボタンを右端に少し離す */
  }

  .yyi-rinker-box .rinker-btn a {
    color: #333 !important;
    text-decoration: none !important;
  }
}

