/* サイドバータイトル */
.sidebar-main .wp-block-heading {
  font-size: 20px !important;
}

/* サイドバー各リンク */
.sidebar-main {
  font-size: 14px;
}

/* 入力エリア（左側） */
.wp-block-search__input {
    border: none !important; /* 二重枠線を消す */
    height: 30px !important; /* 高さ */
}

/* 検索ボタン（右側） */
.wp-block-search__button {
    padding: 0 5px !important; /* 横幅を確保 */
  height: 30px;
}

/* 検索窓の周りを「点線」から「おしゃれな実線」に変える */
.wp-block-search__inside-wrapper {
  border-radius: 4px;     /* 角丸 */
}

.widget_search * {
  outline: none !important;
}