.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  position: static;
  background:none;
  color: #000;
  margin-top: 20px;
  font-size: 14px;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #93328E;
  margin-bottom: 3px;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 0;
  text-decoration: underline;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: inherit;
  margin-bottom: 30px!important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image img {
  border-radius: 15px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.2);
  width: 180px !important;
  margin: auto;
}

/* figure.wp-block-gallery.has-nested-images {
  gap: 25px;
}

.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: calc(25% - 25px);
} */

.image-designation {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}

.image-bio {
  display: none;
}

.gallery-bio-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}

.gallery-popup-inner {
  background: #e9e9e9;
  max-width: 700px;
  width: 100%;
  box-shadow: 0 5px 20px rgba(0,0,0,0.2);
  position: relative;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 4px;
}

.gallery-popup-content {
  padding: 30px;
}

.gallery-popup-close {
  position: absolute;
  top: 10px;
  right: 15px;
  background: none;
  border: none;
  font-size: 24px;
  cursor: pointer;
}

.gallery-profile {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}


.gallery-profile-image img {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  object-fit: cover;
}

.gallery-profile-info h2 {
  margin: 0;
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}

.gallery-profile-info h4 {
  margin: 5px 0 15px;
  font-size: 15px;
  font-weight: bold;
  color: #2d2d2d;
}

.gallery-profile-info p {
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  font-family: "Arial";
}

.gallery-bio-popup.active {
  display:block;
}

.gallery-profile-image {
  width: 180px;
}

.gallery-profile-info {
  width: calc(100% - 200px);
}

.wp-block-gallery.has-nested-images figcaption {
  flex-basis: inherit;
  flex-grow: inherit;
}

@media (max-width: 991px) {
  /* .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: calc(33.3% - 25px);
  } */
}

@media (max-width:768px) {
  .gallery-profile {
    flex-direction: column;
    align-items: center;
  }

  .gallery-profile-info {
    width: 100%;
    text-align: center;
  }

  .gallery-popup-inner {
    max-width: 80%;
  }
}

@media (max-width: 599px) {
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
    width: 100%
  }
}