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

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

.card-thumb img {
  aspect-ratio: auto;
}


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

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

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

.mjmj-status-badge {
  position: fixed;
  top: 10px; right: 10px;
  z-index: 999999;
  display: none;
  align-items: center; gap: 6px;
  background: rgba(0,0,0,0.6); color: #fff;
  font-size: 13px; padding: 6px 12px; border-radius: 20px;
  font-family: sans-serif;
}
.mjmj-status-badge.show { display: flex; }
.mjmj-status-dot { width: 6px; height: 6px; border-radius: 50%; background: #4caf50; flex-shrink: 0; }
.mjmj-status-dot.stopped { background: #bbb; }

@media (max-width: 480px) {
  .mjmj-status-badge {
    top: auto;
    bottom: 70px;
    right: 10px;
  }
}
