.article-wrap .brand-sidebar { align-self: start; }
.article-wrap .brand-sidebar section + section { margin-top: 34px; }
.article-wrap .brand-sidebar .sidebar-heading {
  margin: 0 0 10px;
  font: 600 12px/1.5 var(--sans);
  letter-spacing: .14em;
  text-transform: uppercase;
  color: #6f8981;
}
.article-wrap .brand-sidebar li { padding: 0; font: 500 16px/1.5 var(--sans); color: var(--ink); }
.article-wrap .brand-sidebar li::before { content: none; }
.article-wrap .brand-sidebar li a { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 48px; padding: 12px 0; }
.article-wrap .brand-sidebar small { display: block; margin-top: 2px; font: 400 12px/1.4 var(--sans); color: #69756f; }
.article-wrap .brand-sidebar .sidebar-arrow { flex-shrink: 0; font-size: 18px; color: #6f8981; }
.article-wrap .brand-sidebar a:focus-visible { outline: 2px solid #6f8981; outline-offset: 4px; }
.feature-hero .feature-hero-image { background: #eeece4; }
.feature-hero .feature-hero-image img { object-fit: contain; object-position: center; }
