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

/* ▼カテゴリラベル：白地＋黒文字に固定（Cocoon） */
.entry-card .cat-label,
.post-card .cat-label,
.eye-catch .cat-label,
.article .cat-label,
.cat-labels .cat-label,
.entry-categories a,
.cat-name,
a.cat-name {
  background:#fff !important;
  color:#111 !important;
  border:1px solid #ddd !important;
  border-radius:4px !important;
  padding:4px 8px !important;
  line-height:1.2 !important;
  text-shadow:none !important;
  mix-blend-mode:normal !important;
  box-shadow:0 1px 4px rgba(0,0,0,.08) !important;
  opacity:.96 !important;
  z-index:9 !important;
}
.entry-categories a,
.cat-label a,
.cat-name a {
  color:#111 !important;
  text-decoration:none !important;
}
/* スキン/プラグインが ::before で背景を重ねるケースを無効化 */
.cat-label::before,
.entry-categories a::before { content:none !important; }
