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

/* ===== Wander & Wonder Japan - English eBay Store Blog ===== */

/* Header styling */
.site-name-text {
  font-family: 'Georgia', serif;
  letter-spacing: 2px;
}

/* Hide Cocoon Japanese UI elements */
.widget_categories .widget-title {
  font-size: 0;
}
.widget_categories .widget-title::after {
  content: 'Categories';
  font-size: 18px;
  font-weight: bold;
}

/* Hide empty old categories from sidebar */
.cat-item-138,
.cat-item-139,
.cat-item-135,
.cat-item-136,
.cat-item-137,
.cat-item-1 {
  display: none;
}

/* Search box placeholder override via CSS */
.search-edit::placeholder {
  color: #999;
}

/* Hide NO IMAGE placeholder, show clean card */
.no-image .no-image-card {
  background: #f8f6f2;
}

/* Article card styling */
.entry-card-wrap {
  border-radius: 8px;
  overflow: hidden;
}

/* Category labels */
.cat-label {
  background: #2c5f2d !important;
  border-radius: 4px;
}

/* Hide sponsor link area */
.widget_text .textwidget:empty,
.ad-area {
  display: none;
}

/* Hide Japanese PV counter text */
.entry-card-info {
  display: none;
}

/* Footer cleanup */
.footer-bottom-content {
  text-align: center;
}

/* Link styling */
a:hover {
  color: #2c5f2d;
}

/* eBay product cards in articles */
.product-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 16px;
  margin: 16px 0;
  background: #fafafa;
}
