/* ========================================
   Credit
   画像・資料などの出典表記
======================================== */

/* 画像キャプション全体 */
.wp-block-image .wp-element-caption {
  margin-top: 0.55rem;
  color: var(--ak-color-muted, #74695f);
  font-size: 0.84rem;
  line-height: 1.7;
  text-align: center;
}

/* 画像クレジット部分 */
.wp-block-image .wp-element-caption .tw-credit {
  display: block;
  margin-top: 0.25rem;
  color: var(--ak-color-muted, #74695f);
  font-size: 0.78rem;
  line-height: 1.6;
}

/* クレジット内リンク */
.wp-block-image .wp-element-caption .tw-credit a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.wp-block-image .wp-element-caption .tw-credit a:hover,
.wp-block-image .wp-element-caption .tw-credit a:focus {
  color: var(--ak-color-accent, #8a5a2b);
}