@charset "UTF-8";
/*
Theme Name: Cocoon Child
Template: cocoon-master
Version: 1.0.0
Description: Cocoon child theme for chinta.rest
Author: chinta
Theme URI: https://chinta.rest/
Author URI: https://chinta.rest/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cocoon-child
*/

/* 用語集の単独ページでは投稿日・更新日を非表示 */
.single-encyclopedia .date-tags,
.single-encyclopedia .article-header .date-tags,
.single-encyclopedia .entry-date-wrap {
    display: none;
}

/* エントリーカードの用語集カードでは投稿日を非表示 */
article.type-encyclopedia .post-date,
.type-encyclopedia .post-date {
    display: none;
}
