/* ============================================================
   Writing Lesson 12 — Pie Chart
   Inherits all .wl10-* styles. Only pie-chart-specific overrides.
   ============================================================ */

/* Image wrapper */
.wl12-img-wrap {
  margin-top: 14px;
  text-align: center;
}

.wl12-img-wrap img {
  max-width: 100%;
  border-radius: 10px;
  border: 1px solid var(--border);
}
