/* ============================================================
   Writing Lesson 11 — Task 1 Bar Chart
   Reuses all .wl10-* structural classes from w_lesson10.css
   Only bar-chart-specific overrides needed here.
   ============================================================ */

/* The bar chart image tends to be wider — allow it to breathe */
.wl11-img-wrap img {
  max-width: 100%;
  width: 100%;
  border-radius: 10px;
  border: 1px solid rgba(255,255,255,0.1);
  display: block;
}
