@charset "UTF-8";
/* =========================================================
   External / Reference Links (English & Culture blocks)
   ========================================================= */

/* ---------------------------------------------------------
   Voice Japan links (internal cross-project)
   --------------------------------------------------------- */

/* Voice Japan link */
.kw-vj-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  color:#a5b801 !important;   /* olive/Voice Japan green */
  text-decoration:underline;
  font-size:0.95rem;
}

/* Headphone icon (emoji) */
.kw-vj-link::before{
  content:"\1F3A7 ";          /* ? */
  opacity:0.75;
  line-height:1;
}

.kw-vj-link:hover{ opacity:0.85; }

/* ---------------------------------------------------------
   Google / external knowledge links
   --------------------------------------------------------- */
.kanji-single a[href^="https://www.google."],
.kanji-single a[href^="https://google."],
.kanji-single a[href^="https://www.bing.com/"],
.kanji-single a[href^="https://en.wikipedia.org/"],
.kanji-single a.kw-google-link {
  color: #7a5a3a !important; /* dark brown (knowledge tone) */
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

/* ---------------------------------------------------------
   Explore / external follow-up link
   --------------------------------------------------------- */
.kw-explore {
  text-align: center;
  margin-top: 0.8em;
}

.kw-explore .kw-google-link {
  display: inline-block;
  font-size: 0.95em;
}

/* =========================================================
   English Block (v1)
   assets/eng/eng01.css
   ========================================================= */

/* Root container */
.eng-block {
  margin-top: 14px;
  padding-top: 6px;
}

/* English keyword (acts like a kanji header) */
.eng-key {
  font-size: 1.2rem;
  font-weight: 600;
  color: #2f2f2f;
  margin-bottom: 6px;
}

/* Short meaning line */
.eng-meaning {
  font-size: 0.95rem;
  color: #555;
  margin-bottom: 10px;
}

/* Sentence list */
.eng-sentences p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}

/* English sentence */
.eng-en {
  display: block;
  color: #222;
}

/* Japanese support line (optional) */
.eng-ja {
  display: block;
  font-size: 0.9rem;
  color: #666;
  margin-top: 2px;
}

/* External / exploration link */
.eng-explore {
  margin-top: 8px;
}

.eng-explore a {
  color: #7a5a3a; /* dark brown – knowledge tone */
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Optional small icon span */
.eng-icon {
  font-size: 0.85em;
  margin-left: 0.25em;
  opacity: 0.85;
}

.eng-label{
  color:#ca952e;           /* kakishibu */
  font-weight:700;
  margin-right:6px;
}

/* ===== Mini accordion (Compound) ===== */

.kw-mini-acc {
  margin-top: 12px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding-top: 8px;
  margin-left: 5px;
}

/* Summary line */
.kw-mini-summary {
  display: flex;
  align-items: baseline;
  gap: 10px;
  cursor: pointer;
  list-style: none; /* keep only native marker */
}

/* Hide default marker spacing weirdness */
.kw-mini-summary::-webkit-details-marker {
  margin-right: 6px;
}

/* Compound label */
.kw-mini-title {
  font-size: 0.95rem;
  font-weight: 500;
  color: #7b8b4a; /* olive (Voice Japan / KW tone) */
  letter-spacing: 0.02em;
}

/* Tap to expand */
.kw-mini-sub {
  font-size: 0.8rem;
  font-weight: 400;
  color: rgba(255,255,255,0.45);
}

/* List styling */
.kw-mini-list {
  margin-top: 8px;
  padding-left: 0px;
  font-size: 0.95rem;
}

.kw-mini-list li {
  margin: 4px 0;
}

.kw-mini-list li::marker {
  color: #7b8b4a;      /* olive */
  font-size: 1.25em;   /* slightly larger dot */
}

/* --- 101 Guide : minimal inline reference --- */
.kw-101-link {
  margin-left: 6px;
  font-size: 0.75rem;
  color: #6fd6d6;          /* guide cyan */
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
}

.kw-101-link::before {
  content: "> ";
  color: #e6a23c;          /* warm attention (same family as E-voice) */
  font-weight: 700;
}

.kw-voice-link {
  margin-left: 6px;
  font-size: 0.75rem;
  color: #a5b801;  
  text-decoration: none;
  white-space: nowrap;
  font-weight: 500;
}

.kw-voice-link::before {
  content: "> ";
  color: #e6a23c;          /* warm attention (same family as E-voice) */
  font-weight: 700;
}