/*
Theme Name: Cocoon Child
Template: cocoon-master
Author: Your Name
Version: 1.0
*/

/* --- ここから下にカスタマイズ --- */

/* 記事一覧サムネイルのサイズ調整 */
#recommended .navi-entry-card-thumb img {
  width: 120px;
  height: 75px;
}

/* モバイルヘッダーメニューのボタン色 */
.mobile-menu-buttons .menu-button {
  background-color: #cc6633;
  color: #ffffff;
}

/* 自動テキストリンク＋右パネルを非表示 */
a[data-keyword],
.keyword-link,
.side-search-panel {
  display: none !important;
}
