:root {
  --sidebar-width: 31rem;
  --layout-gap: 4rem;
  --wp--style--block-gap: clamp(3.5rem, 2.737rem + 1.404vw, 4rem);
}

@media (min-width: 1300px) {
  :root {
    --sidebar-width: 34rem;
    --layout-gap: 6rem;
  }
}
.team-listing {
  overflow: hidden;
}
p + .team-listing, h2 + .team-listing, h3 + .team-listing, h4 + .team-listing, h5 + .team-listing, h6 + .team-listing {
  margin-top: 3rem;
}
.team-listing + .team {
  margin-top: 3rem;
}
div + .team-listing {
  margin-top: 4rem;
}
.team-listing.team-fade .team-head:not(.open) h3, .team-listing.team-fade .team-head:not(.open) p {
  opacity: 0.75;
}

.acc-panel .team-listing {
  margin-top: var(--wp--preset--spacing--normal);
}

.team-head {
  margin: 0 0 20px 0;
  position: relative;
  cursor: pointer;
}
.team-head .profile {
  width: 100%;
  line-height: 0;
  border: 1px solid rgba(109, 105, 105, 0.3);
  border-radius: 10px;
  position: relative;
  transition: border-color 0.35s ease-in-out;
}
.team-head .profile:before {
  content: "";
  display: block;
  background: linear-gradient(180deg, #181818 0%, rgba(122, 94, 128, 0.75) 100%);
  border-radius: 10px;
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.4;
  transition: opacity 0.35s ease-in-out;
}
.team-head img {
  width: 100%;
  height: auto;
  line-height: 0;
  margin: 0;
  aspect-ratio: 1/1.15;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}
.team-head .team-details {
  display: flex;
  width: 100%;
  margin: 0;
}
.team-head .team-details .title {
  width: 100%;
  padding: 3rem 0 2rem 0;
}
.team-head .team-details h3 {
  font-size: var(--wp--preset--font-size--font-23);
  margin-bottom: 0.2ch;
  color: #fff;
  transition: color 0.18s ease-in-out, opacity 0.18s ease-in-out;
}
.team-head .team-details p {
  font-size: var(--wp--preset--font-size--font-17);
  margin: 0;
  color: #CED0D3;
  transition: color 0.18s ease-in-out;
}
.team-head.open .profile, .team-head:hover .profile {
  border-color: rgba(109, 105, 105, 0.75);
}
.team-head.open .profile:before, .team-head:hover .profile:before {
  opacity: 0.7;
}
.team-head.open .team-details p, .team-head:hover .team-details p {
  color: #ACD1C9;
}

.team-bio {
  width: 100%;
  height: 0;
  transition: height 0.3s ease-in-out, border 0.3s ease-in-out;
  overflow: hidden;
}
.team-bio .inner {
  margin: 0 0 5rem 0;
  padding: 3rem 0 !important;
  border-top: 1px solid rgba(109, 105, 105, 0.3);
  border-bottom: 1px solid rgba(109, 105, 105, 0.3);
  opacity: 0;
}
@media (max-width: 782px) {
  .team-bio .inner {
    padding-top: 0;
  }
}
.team-bio .wp-block-columns {
  margin: 0;
}
.team-bio .wp-block-column:nth-child(2) {
  padding: var(--spacer);
  background: rgba(172, 209, 201, 0.3);
  border-radius: 5px;
}
.team-bio h3 {
  font-size: var(--wp--preset--font-size--font-22);
  font-weight: 400;
  margin-bottom: 1ch;
}
.team-bio p:last-of-type {
  margin: 0;
}
.team-bio p + * {
  margin-top: 2.5ch;
}
.team-bio.active-tab {
  height: auto;
}
.team-bio.active-tab .inner {
  animation: fadeIn 1s forwards 0.15s;
}

@media (min-width: 380px) {
  .team-listing {
    margin: 0 -27px 0px -18px;
  }
  .team-head {
    width: calc(50% - 40px);
    display: inline-flex;
    flex-wrap: wrap;
    align-items: baseline;
    margin: 0 13px 20px 18px;
  }
  .team-bio {
    float: left;
    padding-left: 18px;
    padding-right: 28px;
  }
}
@media (max-width: 1023px) {
  .acc-panel {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
  }
}
@media (min-width: 1024px) {
  .is-style-col-3 .team-head,
  .is-style-col-4 .team-head {
    width: calc(33.33% - 40px);
  }
}
@media (min-width: 1250px) {
  .is-style-col-4 .team-head {
    width: calc(25% - 40px);
  }
}/*# sourceMappingURL=block-team-listing.css.map */