/* =====================================================================
   style.css — 日本語ダミーテキスト生成 ツール固有の微調整のみ。
   共通スタイルは /_shared/shirugear.css に任せる。
   ===================================================================== */

/* 生成結果テキストエリア */
.sg-output {
  width: 100%;
  min-height: 12em;
  resize: vertical;
  line-height: 1.9;
  font-family: inherit;
  white-space: pre-wrap;
  word-break: break-word;
}

/* チェックボックス行 */
.sg-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 0.95rem;
  margin-top: var(--sg-space-2, 8px);
}
.sg-check input {
  flex: 0 0 auto;
}

/* 結果の操作ボタン群 */
.sg-out-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 12px;
  align-items: center;
  margin-top: var(--sg-space-3, 12px);
}

/* 出典リスト */
.sg-src-list {
  margin: var(--sg-space-2, 8px) 0 0;
  padding-left: 1.2em;
  line-height: 1.9;
  color: var(--sg-muted, #555);
  font-size: 0.92rem;
}
