/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/************************************
** ヘッダー
************************************/
/* ヘッダーロゴ（h1 > a）自体を横並びの器にする */
h1.site-header-logo > a {
  display: inline-flex !important;
  align-items: center !important;
}

/* ロゴ＋テキストの並びを強制的に横並びにする */
h1.site-header-logo .site-logo-text {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 8px !important;
}

/* 画像の余計な隙間対策 */
h1.site-header-logo .site-logo-text img {
  display: block;
  height: 40px;
  width: auto;
}

/* テキスト側 */
h1.site-header-logo .site-title-text {
  display: inline-block;
  line-height: 1.2;
}

$transparent: rgba(0, 0, 0, 0); 
$faq_color_1: orange; 
$faq_color_2: blue; 

.inner {
    max-width: 980px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

/* スマホのみ サイト名テキストを少し小さく */
@media screen and (max-width: 767px) {
  .site-header .site-title-text {
    font-size: 0.85em;
  }
}