/* Compact, accessible image-source disclosures for selected editorial pages. */
.image-attribution {
  margin-top: 0.45rem;
  color: var(--muted, #6f6a61);
  font-family: var(--sans, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 11px;
  font-style: normal;
  line-height: 1.55;
}

.image-attribution summary {
  display: inline-flex;
  align-items: center;
  gap: 0.38em;
  max-width: 100%;
  cursor: pointer;
  color: inherit;
  font: inherit;
  font-weight: 650;
  list-style: none;
  overflow-wrap: anywhere;
  text-decoration: none;
  user-select: none;
}

.image-attribution summary::-webkit-details-marker { display: none; }
.image-attribution summary::before {
  content: "+";
  display: inline-grid;
  flex: 0 0 1.2em;
  width: 1.2em;
  height: 1.2em;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 0.82em;
  line-height: 1;
}
.image-attribution[open] summary::before { content: "−"; }

.image-attribution__detail {
  margin-top: 0.45rem;
  padding: 0.52rem 0.68rem;
  border-left: 2px solid currentColor;
  background: rgba(255, 255, 255, 0.34);
  color: inherit;
  font-size: inherit;
  line-height: 1.65;
  overflow-wrap: anywhere;
}

.image-attribution__detail a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.image-editorial-note {
  margin: 0.45rem 0 0;
  color: var(--muted, #6f6a61);
  font-family: var(--sans, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif);
  font-size: 11px;
  font-style: normal;
  line-height: 1.55;
}

@media (max-width: 700px) {
  .image-attribution,
  .image-editorial-note { font-size: 10.5px; }
}

@media print {
  details.image-attribution > * { display: block !important; }
  details.image-attribution summary::before { display: none; }
}
