@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* 関連記事のサムネイルを非表示にする */
.p-relatedPosts .p-postList__thumb,
.p-relatedPosts .c-postThumb,
.p-relatedPosts .c-postThumb__figure,
.p-relatedPosts .c-postThumb__img {
    display: none !important;
}

/* ATC: アーカイブ（ブロック/クラシック両対応）をスクロール化 */
.widget_archive .wp-block-archives-list,
.widget_archive ul,
.wp-block-archives-list,
.wp-block-archives {
  max-height: 20em !important;
  overflow-y: auto !important;
  padding-right: .25rem;
  -webkit-overflow-scrolling: touch;
}

.widget_archive li { line-height: 1.8; margin: .1em 0; }

/* 既存記事のコメント欄を非表示にする */
#comments,
.comments-area,
.comment-respond {
  display: none !important;
}
