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

/* Bogo language switcher */
.wtm-language-switcher {
  float: right;
  margin: 12px 0 12px 16px;
}

.wtm-language-switcher .bogo-language-switcher {
  display: flex;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtm-language-switcher .bogo-language-switcher li {
  margin: 0;
}

.wtm-language-switcher .bogo-language-switcher a,
.wtm-language-switcher .bogo-language-switcher .bogo-language-name {
  font-size: 13px;
  line-height: 1.5;
}

.wtm-language-switcher .bogo-language-switcher .current {
  font-weight: 700;
}

.wtm-english-profile__body {
  text-align: center;
}

.wtm-english-profile__body .avatar {
  display: block;
  margin: 0 auto 12px;
  border-radius: 50%;
}

.wtm-english-profile__body p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.7;
  text-align: left;
}

.wtm-sidebar-posts ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.wtm-sidebar-posts li + li {
  margin-top: 12px;
}

.wtm-sidebar-posts a {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  color: inherit;
  font-size: 13px;
  line-height: 1.5;
  text-decoration: none;
}

.wtm-sidebar-posts img {
  flex: 0 0 80px;
  width: 80px;
  height: 50px;
  object-fit: cover;
}

.wtm-sidebar-posts__note {
  margin-top: 0;
  font-size: 12px;
  line-height: 1.5;
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
