/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 04 2025 | 01:58:13 */
/* --- ボタン周り --- */
.yomu-translate-block {
  position: relative;
}

.yomu-translate-btn-row {
  text-align: right;          /* 右寄せ */
  margin-bottom: 4px;
}

.yomu-translate-btn {
  font-size: 12px;            /* 小さめ */
  padding: 3px 8px;
  background: #325D9C;        /* Yomujp ロゴの青 */
  color: #ffffff;
  border: none;
  border-radius: 3px;
  cursor: pointer;
}

.yomu-translate-btn:hover {
  opacity: 0.9;
}

/* 非表示にしておく翻訳テキスト */
.yomu-translate-hidden {
  display: none;
}

/* --- モーダル --- */
#yomu-translate-modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
}

#yomu-translate-modal.is-open {
  display: flex;
}

#yomu-translate-modal-box {
  background: #ffffff;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  border-radius: 4px;
  max-height: 80vh;
  overflow: auto;
  position: relative;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

#yomu-translate-modal-close {
  position: absolute;
  top: 8px;
  right: 10px;
  font-size: 20px;
  cursor: pointer;
}
