/*
Theme Name: Lightning Child
Theme URI: 
Template: lightning
Description: 
Author: 
Tags: 
Version: 0.6.0
*/

/* ===== Blog readability (added 2026-06-22) ===== */
.single .entry-content,
.single .entry-content p,
.single .entry-content li,
.single .entry-body,
.single .entry-body p,
.single .entry-body li {
  font-size: 18px;
  line-height: 1.95;
}
.single .entry-content h2,
.single .entry-body h2 {
  font-size: 1.55em;
  margin-top: 2em;
  line-height: 1.5;
}
.single .entry-content strong { font-weight: 700; }

/* ===== Prompt code box (added 2026-06-22) ===== */
.single .entry-content .wp-block-code,
.single .entry-body .wp-block-code {
  position: relative;
  background: #fbf7f7;
  border: 2px solid #d6001c;
  border-radius: 8px;
  padding: 46px 22px 22px;
  margin: 1.6em 0 3em;
}
.single .entry-content .wp-block-code::before,
.single .entry-body .wp-block-code::before {
  content: "\30D7\30ED\30F3\30D7\30C8\FF08\30B3\30D4\30FC\3057\3066\304A\4F7F\3044\304F\3060\3055\3044\FF09";
  position: absolute;
  top: 0; left: 0; right: 0;
  display: block;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  background: #d6001c;
  padding: 7px 22px;
  border-radius: 6px 6px 0 0;
}
.single .entry-content .wp-block-code code,
.single .entry-body .wp-block-code code {
  display: block;
  font-size: 16px;
  line-height: 1.9;
  font-family: inherit;
  white-space: pre-wrap;
  word-break: break-word;
  color: #222;
}
