/*
Theme Name: Lightning Child
Theme URI:
Template: lightning
Description:
Author: Vektor,Inc.
Author URI: https://www.vektor-inc.co.jp
Tags:
Version: 0.6.1
*/


/* 外部リンクにアイコンを追加 */
.site-body a[href^="http"]:not([href*="https://gifu-syouken.info"])::after {
    font-family: "Font Awesome 5 Free"; 
    content: "\f35d"; /* 外部リンクアイコン */
    font-weight: bold;
    margin-left: 5px; /* テキストとの間隔 */
    font-size: 0.8em;
}

/* アイキャッチ画像を非表示 */
.vk_post_imgOuter {
    display: none !important;
}
/* 投稿詳細ページで投稿者名を非表示 */
.entry-meta-item-author { display: none; }

/* サイドバーリスト見出しの色 */
.sub-section .widget h5 {
  padding-left: 0.5em;
  padding-bottom: 0.2em;
  border-left: 3px solid #f90;
}

/* サイドバーリストマークの色 */
.sub-section .widget ul:not(.wp-block-social-links).is-style-vk-triangle-mark li::before {
  color: #f90;
}
