h2 {
  display: flex;
  align-items: center;
}

h2 #lychee_help_cocomite_manual_link_wrap {
  margin-right: 10px;
  margin-left: 5px;
}

/* バックログ(https://github.com/agileware-jp/lychee_kanban/blob/master/src/main.css#L30) */
.controller-backlog #content .contextual {
  top: calc(1rem + 24px);
}

/* メッセージボックス */
.controller-lychee_message_box_my_boxes #content > #lychee_help_cocomite_manual_link_wrap,
.controller-lychee_message_box_informations #content > #lychee_help_cocomite_manual_link_wrap {
  padding-right: 10px;
}

/* ヘルプボタン用スタイル */
.lychee-help-button {
  display: inline-flex;
  align-items: center;
  background: #FDFBE3;
  border-radius: 999px;
  border: 1px solid #E9E5B4;
  padding: 4px 16px 4px 12px;
  color: #222;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0px 1px 3px 0px #0000000D;
  transition: background 0.2s;
  font-weight: 500;
  cursor: pointer;
}

.lychee-help-button:hover {
  background: #f7f3d6;
}

.lychee-help-button::before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-right: 4px;
  background-image: url('../images/help_normal.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
