/* ================================================================
   Alee AI Content — Frontend CSS v1.0
   Mobile-first. Minimal. No tables. Highlight + Q/A blocks.
   ================================================================ */

/* Lead paragraph — Hook + instant answer */
.entry-content p.lead,
.post-content  p.lead,
article p.lead {
  font-size: 1.08em;
  line-height: 1.75;
  color: #1f2937;
  font-weight: 500;
  margin: 0 0 1.4em;
}

/* ── Highlight box ── */
.aaic-highlight {
  background: #f6f7f9;
  border-radius: 14px;
  padding: 18px 20px;
  margin: 22px 0;
  border: 1px solid #eef0f3;
  line-height: 1.7;
  color: #1f2937;
}
.aaic-highlight > *:first-child { margin-top: 0; }
.aaic-highlight > *:last-child  { margin-bottom: 0; }

.aaic-highlight h3 {
  font-size: 1.02em;
  font-weight: 700;
  margin: 0 0 10px;
  color: #0f172a;
  letter-spacing: -.01em;
}
.aaic-highlight p {
  margin: 0 0 10px;
  font-size: 0.98em;
}
.aaic-highlight p:last-child { margin-bottom: 0; }
.aaic-highlight ul,
.aaic-highlight ol {
  margin: 6px 0 0;
  padding-left: 20px;
}
.aaic-highlight li {
  margin: 4px 0;
  font-size: 0.97em;
}

/* ── FAQ Q/A blocks ── */
.aaic-faq { margin: 28px 0 8px; }
.aaic-faq > h2 {
  font-size: 1.18em;
  font-weight: 700;
  margin: 0 0 14px;
  color: #0f172a;
  letter-spacing: -.01em;
}
.aaic-faq-item {
  background: #f6f7f9;
  border: 1px solid #eef0f3;
  border-radius: 12px;
  padding: 14px 16px;
  margin: 0 0 10px;
}
.aaic-faq-item:last-child { margin-bottom: 0; }
.aaic-faq-q {
  font-weight: 700;
  font-size: 0.99em;
  color: #0f172a;
  margin: 0 0 6px;
  line-height: 1.55;
}
.aaic-faq-q::before {
  content: "Q · ";
  color: #6366f1;
  font-weight: 700;
}
.aaic-faq-a {
  font-size: 0.96em;
  color: #374151;
  margin: 0;
  line-height: 1.7;
}
.aaic-faq-a::before {
  content: "A · ";
  color: #94a3b8;
  font-weight: 700;
}

/* ── Inline interlink ── */
.aaic-internal-link {
  color: #2563eb;
  text-decoration: underline;
  text-decoration-color: rgba(37, 99, 235, .35);
  text-underline-offset: 3px;
  transition: color .15s, text-decoration-color .15s;
}
.aaic-internal-link:hover {
  color: #1d4ed8;
  text-decoration-color: #1d4ed8;
}

/* Mobile tweaks */
@media (max-width: 600px) {
  .aaic-highlight { padding: 16px; border-radius: 12px; margin: 18px 0; }
  .aaic-faq-item  { padding: 13px 14px; }
  .entry-content p.lead,
  .post-content  p.lead,
  article p.lead { font-size: 1.04em; }
}
