/* This is loaded ONLY when the component is on the page. */
.exhibition-card figure {
    margin: 0;
  }
.exhibition-card .image {
    transition: opacity 0.5s ease-out;
    vertical-align: bottom;
  }
.exhibition-card .exhibit-title {
    font-family: var(--wp--preset--font-family--franklin-gothic);
    color: var(--wp--preset--color--custom-black);
    font-size: clamp(1.375rem, 0.607rem + 0.714vw, 1.625rem);
    line-height: 1.1;
    margin: 1.25rem 0 .875rem;
    font-weight: 800;
    text-transform: none;
  }
.exhibition-card .exhibit-title a {
      text-decoration: none;
    }
.exhibition-card .exhibit-date {
    font-family: var(--wp--preset--font-family--franklin-gothic);
    margin-bottom: .875rem;
    font-size: clamp(1.125rem, 0.607rem + 0.714vw, 1.275rem);
    line-height: 1.1;
    font-weight: 500;
  }
.exhibition-card .event-time {
    white-space: nowrap;
  }