/*
 * Keep the theme's generic button design system from resizing GLightbox's
 * embedded SVG controls. The icons themselves live in the custom GLightbox JS.
 */
.glightbox-container .gbtn {
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  gap: 0;
  line-height: 1;
}

.glightbox-container .gbtn svg {
  flex: 0 0 auto;
}
