/* Styles only the existing /team/ faculty archive. */
body.post-type-archive-cpt_team .page_content_wrap {
  padding-top: 44px;
  padding-bottom: 56px;
}
body.post-type-archive-cpt_team .sc_team_columns_wrap {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0 !important;
}
body.post-type-archive-cpt_team .sc_team_columns_wrap > [class*="trx_addons_column"] {
  width: auto !important;
  padding: 0 !important;
  float: none !important;
}
body.post-type-archive-cpt_team .sc_team_columns_wrap::before,
body.post-type-archive-cpt_team .sc_team_columns_wrap::after {
  display: none !important;
}
body.post-type-archive-cpt_team .sc_team_item {
  height: 100%;
  overflow: hidden;
  border: 1px solid #dce4ef;
  border-radius: 18px;
  background: #f3f6fb;
  box-shadow: 0 6px 22px rgba(23,43,69,.06);
}
body.post-type-archive-cpt_team .sc_team_item_thumb {
  margin: 0 !important;
  aspect-ratio: 4 / 5;
  background: #edf3fb;
}
body.post-type-archive-cpt_team .sc_team_item_thumb img {
  width: 100% !important;
  height: 100% !important;
  display: block;
  object-fit: contain;
  object-position: center;
  transform: none !important;
  opacity: 1 !important;
}
body.post-type-archive-cpt_team .sc_team_item_thumb .mask,
body.post-type-archive-cpt_team .sc_team_item_thumb .icons {
  display: none !important;
}
body.post-type-archive-cpt_team .sc_team_item_info {
  padding: 24px !important;
  background: #f3f6fb !important;
  text-align: left !important;
}
body.post-type-archive-cpt_team .sc_team_item_title {
  margin: 0 0 10px !important;
  font-size: 26px !important;
  line-height: 1.2 !important;
}
body.post-type-archive-cpt_team .sc_team_item_title a {
  color: #172b45 !important;
}
body.post-type-archive-cpt_team .sc_team_item_button {
  margin-top: 16px !important;
}
body.post-type-archive-cpt_team .sc_team_item_button a {
  color: #294caa !important;
  font-size: 15px !important;
  font-weight: 700;
}
body.post-type-archive-cpt_team .sc_team_item_content:empty,
body.post-type-archive-cpt_team .sc_team_item_socials:empty,
body.post-type-archive-cpt_team .sc_team_item_subtitle:empty {
  display: none !important;
}
body.post-type-archive-cpt_team .sc_team_item a:focus-visible {
  outline: 3px solid #3455b4;
  outline-offset: 4px;
}
@media (max-width: 1000px) {
  body.post-type-archive-cpt_team .sc_team_columns_wrap {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }
}
@media (max-width: 600px) {
  body.post-type-archive-cpt_team .sc_team_columns_wrap {
    grid-template-columns: minmax(0, 1fr);
  }
  body.post-type-archive-cpt_team .sc_team_item_thumb {
    max-height: 420px;
  }
}
