diff --git a/AIImpact.html b/AIImpact.html index adb15eb..f26bfce 100644 --- a/AIImpact.html +++ b/AIImpact.html @@ -366,7 +366,8 @@ .actions { display: flex; gap: 9px; - padding: 0 16px 16px; + padding: 0; + margin: 16px 0; } .action { @@ -416,6 +417,32 @@ font-size: 1.2rem; } + .sources details > summary { + list-style: none; + display: flex; + align-items: center; + gap: 6px; + cursor: pointer; + margin: 0 0 4px; + font-size: 1.2rem; + font-weight: 700; + color: var(--ink); + user-select: none; + } + + .sources details > summary::-webkit-details-marker { display: none; } + + .sources details > summary::after { + content: '▸'; + font-size: .85rem; + color: var(--muted); + transition: transform .2s; + } + + .sources details[open] > summary::after { + transform: rotate(90deg); + } + .sources-intro { margin: 0 0 14px; color: var(--muted); @@ -790,61 +817,9 @@
These studies provide the published reference values used in this calculator.
- -- The calculator combines estimates from sources with different methods and system boundaries. - Summary and document-analysis values are classroom comparison estimates, not measured averages. - Infrastructure scenario values for Scenarios 2 and 3 are illustrative estimates; see ⚠️ notes above. -
-These studies provide the published reference values used in this calculator.
+ ++ The calculator combines estimates from sources with different methods and system boundaries. + Summary and document-analysis values are classroom comparison estimates, not measured averages. + Infrastructure scenario values for Scenarios 2 and 3 are illustrative estimates; see ⚠️ notes above. +
+