/* =============================================================
   about.css — Lytton Studio
   About page specific styles
   Mobile-first · WCAG 2.2 AA
   Created: 15 June 2026
   Updated: 18 July 2026
   ============================================================= */

/* ── Certification badge (sidebar) ── */
.about-sidebar .academy-badge {
  text-align: center;
  margin-bottom: 0.5rem;
}
.about-sidebar .academy-badge img {
  max-width: 100%;
  width: 195px;
  height: auto;
  display: inline-block;
}

