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

/* カテゴリーラベル・カテゴリーリンク文字色 */
.cat-label, .cat-link {
    color: #333333 !important;
}

/* H3見出し枠を白に変更 */
.article h3 {
    border-color: #ffffff !important;
}

/* スマホ表示：記事カード内を縦積みに */
@media screen and (max-width: 834px) {
  .wp-block-post {
    grid-template-columns: 1fr !important;
  }
  .wp-block-post-featured-image {
    width: 100% !important;
  }
  .wp-block-post-featured-image img {
    width: 100% !important;
    height: 150px !important;
    object-fit: cover !important;
  }
  .wp-block-post-title,
  .wp-block-post-date,
  .wp-block-post-excerpt {
    width: 100% !important;
    color: #333333 !important;
  }
}