.pager__items {
  display: flex;
  gap: 1rem;
  list-style: none;
  padding: 0;
  margin: 1rem 0;
}

.pager__item a {
  text-decoration: none;
  padding: 0.5rem 0.75rem;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: inline-block;
}

.pager__item.is-active a {
  border-width: 2px;
}

.js-form-type-radio {
  flex-direction: row !important;
  gap: 0.5rem;
}

.page-hero h1 {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 1rem 2rem;
  padding-top: 1rem !important;
  display: inline-block;
}

.avb-see-more-block h2 {
  text-align: center;
}

@media (min-width: 992px) {
  .path-frontpage .team-member-card .card-img-top {
    height: 260px;
  }
  .path-frontpage .team-member-card span {
    height: 200px !important;
  }
}

.btn:not([value="Search"]) {
  box-shadow: 0 .5rem 1.125rem -.5rem var(--btn);
}

.btn:is(:active,:hover) {
  box-shadow: none;
}
