/* WordPress integration without changing the approved front-end design. */
.admin-bar .site-header {
  top: var(--wp-admin--admin-bar--height, 32px);
}

.site-header .menu-item.current-menu-item > a,
.site-header .menu-item.current_page_item > a {
  color: var(--navy);
}

.site-header .menu-item.current-menu-item > a::after,
.site-header .menu-item.current_page_item > a::after {
  transform: scaleX(1);
}

.case-card h2 {
  font-size: var(--step-2);
}

.case-card h2 a {
  color: inherit;
  text-decoration: none;
}

.person-card__link > img {
  inline-size: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.managed-content-notice {
  padding: var(--space-m);
  border: 1px solid var(--rule-champagne);
  background: var(--offwhite);
}

@media screen and (max-width: 782px) {
  .admin-bar .site-header {
    top: 46px;
  }
}
