#staff .staff_card {
  max-width: clamp(300px, 90vw, 1100px);
  position: relative;
  transition: 0.2s;
}
#staff .staff_card:has(a:hover) {
  opacity: 0.5;
}
#staff .staff_card.line-overflow:after {
  height: 110%;
  bottom: -10%;
}
#staff .staff_card::after {
  width: 1px;
  height: 100%;
  content: "";
  background: black;
  display: block;
  position: absolute;
  left: var(--wp--preset--font-size--xxxxx-large);
  bottom: 0;
}
@media screen and (max-width: 599px) {
  #staff .staff_card::after {
    height: 60%;
  }
}
#staff .staff_card .staff_logo figure {
  max-width: 10rem;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0 !important;
  position: relative;
}
#staff .staff_card .staff_logo figure .wp-element-caption {
  margin: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: var(--wp--preset--font-size--smallest);
  color: var(--wp--preset--color--theme-black);
}
#staff .staff_card .staff_kind {
  background: #F4EDDF;
  padding: 1em 0;
  position: absolute;
  left: 0;
  top: 0;
  margin: 0;
  writing-mode: vertical-rl;
  z-index: 2;
}
#staff .staff_card .staff_info {
  margin: 0;
  align-items: stretch !important;
}
#staff .staff_card .staff_info > .wp-block-column {
  align-self: stretch !important;
}
#staff .staff_card .staff_info > .wp-block-column figure {
  height: 100%;
}
#staff .staff_card .staff_info > .wp-block-column figure img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 599px) {
  #staff .staff_card .staff_info .col_info {
    padding-bottom: 0 !important;
  }
}
#staff .staff_card .staff_lead,
#staff .staff_card .staff_job,
#staff .staff_card .staff_heading {
  margin-top: 1rem;
  line-height: 1.25;
}
#staff .staff_card .staff_link {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 3;
  top: 0;
  left: 0;
}
#staff .staff_card .staff_link a {
  color: transparent;
  width: 100%;
  height: 100%;
  display: block;
}
#staff .intv_heading {
  width: -moz-fit-content;
  width: fit-content;
}
#staff .staff_logo figure {
  text-align: center;
  max-width: 40%;
  width: 100%;
  position: relative;
}
@media screen and (max-width: 599px) {
  #staff .staff_logo figure {
    max-width: none;
  }
}
#staff .staff_logo figure .wp-element-caption {
  margin: 0;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--theme-white);
}
#staff .question {
  display: flex;
  align-items: center;
  gap: 1em;
}
#staff .question::before {
  content: "";
  display: inline-block;
  width: 10%;
  background: var(--wp--preset--color--theme-red);
  height: 1px;
}/*# sourceMappingURL=staff.css.map */