/*
 * Project-specific layer for the Artist Art Gallery parent theme.
 * Keep this intentionally light so the WP Radiant design remains visible.
 */

.getpro {
  display: none;
}

.wp-block-site-title,
.wp-block-site-title a {
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.exhibition-section .exhibition-img figure,
.exhibition-section .exhibition-img img {
  width: 100% !important;
}

.exhibition-section .exhibition-img img {
  aspect-ratio: 4 / 3;
  display: block;
  height: auto !important;
  object-fit: cover;
}
