.elementor-17289 .elementor-element.elementor-element-73b0fb85{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-17289 .elementor-element.elementor-element-20bb7eed{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS *//* Blue Koi exhibition showcase */
.bkg-showcase {
  font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, "Apple Color Emoji","Segoe UI Emoji";
  color: #111;
  margin-bottom: 52px;
}

.bkg-wrap {
  max-width: 1120px;
  margin: 0 auto;
  padding: 34px 20px;
  text-align: center;
}

.bkg-kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: 13px;
  color: #666;
  margin: 0 0 10px;
  font-weight: 600;
}

.bkg-h1 {
  font-size: clamp(42px, 4vw, 64px);
  line-height: 1.04;
  margin: 0 0 14px;
  font-weight: 700;
  letter-spacing: -.02em;
}

.bkg-intro {
  max-width: 860px;
  margin: 0 auto 26px;
  font-size: 16px;
  line-height: 1.75;
  color: #333;
}

.bkg-lead {
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: .18em;
  color: #111;
  margin: 0 0 10px;
  font-weight: 600;
}

.bkg-divider {
  height: 1px;
  background: rgba(0,0,0,.10);
  margin: 20px auto 30px;
  max-width: 760px;
}

.bkg-section-head {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.bkg-badge {
  font-size: 34px;
  text-transform: uppercase;
  letter-spacing: .22em;
  color: #111;
  font-weight: 400;
}

.bkg-card {
  background: #fff;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 0;
  overflow: hidden;
  box-shadow: 0 8px 28px rgba(0,0,0,.04);
}

.bkg-card-inner {
  padding: 18px 18px 22px;
  text-align: center;
}

.bkg-artist {
  font-size: 19px;
  font-weight: 600;
  margin: 0;
  line-height: 1.3;
}

.bkg-title {
  font-size: 15px;
  color: #222;
  margin: 8px 0 0;
  line-height: 1.5;
  font-style: italic;
}

.bkg-medium {
  font-size: 11px;
  color: #777;
  margin: 9px 0 0;
  text-transform: uppercase;
  letter-spacing: .16em;
}

.bkg-imgwrap {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f8f8f6;
  padding: 20px;
  text-align: center;
}

.bkg-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.bkg-link {
  text-decoration: none;
  color: inherit;
}

.bkg-featured .bkg-imgwrap {
  padding: 22px;
}

.bkg-featured .bkg-img {
  width: auto !important;
  height: auto !important;
  max-width: 860px;
  max-height: 960px;
}

.bkg-grid-2 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

@media (min-width: 700px) {
  .bkg-grid-2 {
    grid-template-columns: 1fr 1fr;
  }
}

.bkg-masonry {
  column-count: 1;
  column-gap: 22px;
}

@media (min-width: 640px) {
  .bkg-masonry {
    column-count: 2;
  }
}

@media (min-width: 980px) {
  .bkg-masonry {
    column-count: 3;
  }
}

.bkg-masonry-item {
  break-inside: avoid;
  margin: 0 0 22px;
}

/* Force 2nd and 3rd place winner images to become square crops */
.bkg-grid-2 .bkg-imgwrap {
  width: 550px;
  height: 550px;
  padding: 0 !important;
  margin: 0 auto;
  overflow: hidden;
  background: #f8f8f6;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Target the actual image inside the winner cards */
.bkg-grid-2 .bkg-imgwrap img,
.bkg-grid-2 .bkg-img {
  width: 550px !important;
  height: 450px !important;
  max-width: none !important;
  max-height: none !important;
  min-width: 350px;
  min-height: 350px;
  object-fit: cover !important;
  object-position: center center;
  display: block;
}
.bkg-merit-single {
  max-width: 760px;
  margin: 0 auto;
}

.bkg-merit-single .bkg-card {
  width: 100%;
}

.bkg-merit-single .bkg-imgwrap {
  padding: 22px;
}

.bkg-merit-single .bkg-img {
  width: auto !important;
  height: auto !important;
  max-width: 700px;
  max-height: 820px;
  margin: 0 auto;
  object-fit: contain;
}

.bkg-image-link {
  display: block;
  width: 100%;
  text-decoration: none;
  cursor: zoom-in;
}

.bkg-artist-button {
  display: inline-block;
  margin-top: 16px;
  padding: 11px 18px;
  border: 1px solid #111;
  background: #111;
  color: #fff !important;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  letter-spacing: .14em;
  font-weight: 600;
  text-decoration: none !important;
  transition: all .2s ease;
}

.bkg-artist-button:hover {
  background: #fff;
  color: #111 !important;
}/* End custom CSS */