.article-image-button {
  background: transparent;
  border: 0;
  box-shadow: none;
  cursor: zoom-in;
  display: block;
  margin: 26px 0 22px;
  padding: 0;
  width: 100%;
}
.article-image-button:hover { filter: none; }
.article-image-button .article-banner { margin: 0; }
.article > .card-labels { margin-top: 0; padding-top: 0; }
.image-viewer-dialog {
  background: rgba(5, 6, 8, .92);
  border: 0;
  color: #f9fafb;
  height: 100%;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  width: 100%;
}
.image-viewer-dialog::backdrop { background: rgba(0, 0, 0, .34); backdrop-filter: blur(12px); }
.image-viewer-shell {
  display: grid;
  grid-template-rows: auto 1fr;
  height: 100dvh;
  padding: 16px;
}
.image-viewer-toolbar {
  align-items: center;
  display: flex;
  gap: 8px;
  justify-content: flex-end;
  padding-bottom: 12px;
}
.image-viewer-button {
  align-items: center;
  aspect-ratio: 1;
  background: rgba(17, 24, 39, .9);
  border: 1px solid rgba(249, 250, 251, .2);
  border-radius: 14px;
  color: #f9fafb;
  display: inline-flex;
  font-size: 22px;
  justify-content: center;
  padding: 0;
  width: 44px;
}
.image-viewer-button:hover { background: rgba(31, 41, 55, .96); filter: none; }
.image-viewer-stage {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: auto;
}
.image-viewer-image {
  border-radius: 12px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .45);
  display: block;
  max-height: calc(100dvh - 96px);
  max-width: 100%;
  object-fit: contain;
  transform-origin: center;
}
