.isc2-study-page { background: linear-gradient(180deg, rgba(8,16,22,.98), rgba(8,11,18,.98)), radial-gradient(circle at 12% 4%, rgba(16,185,129,.14), transparent 30rem), radial-gradient(circle at 85% 12%, rgba(59,130,246,.12), transparent 26rem); }
.isc2-card { background: linear-gradient(145deg, rgba(16,185,129,.13), rgba(59,130,246,.09)) padding-box, linear-gradient(135deg, rgba(45,212,191,.44), rgba(96,165,250,.24)) border-box; border-color: transparent; }
.isc2-diagram svg rect { fill: rgba(13,22,32,.92); stroke: rgba(45,212,191,.55); stroke-width: 2; }
.isc2-diagram svg text { fill: #e5f7f4; font-size: 18px; font-weight: 800; }
.isc2-diagram svg path { stroke: rgba(96,165,250,.7); stroke-width: 3; marker-end: none; }
.checklist-grid { display: grid; gap: 10px; }
.checklist-grid label { display: flex; gap: 10px; align-items: flex-start; color: var(--muted); }
body.isc2-study-page .study-hero h1,
body.isc2-study-page .study-section h2,
body.isc2-study-page .objective-block h3 {
  overflow-wrap: anywhere;
  word-break: normal;
}
body.isc2-study-page .study-main,
body.isc2-study-page .site-shell,
body.isc2-study-page .study-hero,
body.isc2-study-page .study-article,
body.isc2-study-page .study-section,
body.isc2-study-page .objective-block {
  min-width: 0;
}
@media (max-width: 640px) {
  body.isc2-study-page .study-hero h1,
  body.isc2-study-page .study-hero.compact h1 {
    font-size: clamp(1.75rem, 8vw, 2.35rem);
    line-height: 1.05;
    max-width: 100%;
  }

  body.isc2-study-page .study-hero .lede,
  body.isc2-study-page .study-article p,
  body.isc2-study-page .study-article li,
  body.isc2-study-page .study-article td,
  body.isc2-study-page .study-article th {
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  body.isc2-study-page .diagram-card,
  body.isc2-study-page .aws-diagram,
  body.isc2-study-page table,
  body.isc2-study-page pre {
    max-width: 100%;
  }

  body.isc2-study-page .hero-actions .button,
  body.isc2-study-page .study-footer a {
    width: 100%;
    justify-content: center;
  }
}
@media print { .site-header, .study-footer, .breadcrumbs, .study-toc, .hero-actions, .network-strip { display: none !important; } body { background: #fff !important; color: #111 !important; } .study-section, .objective-block, .callout, table { break-inside: avoid; color: #111 !important; } .study-main, .site-shell { width: 100% !important; max-width: none !important; } a { color: #111 !important; text-decoration: none !important; } }
