.bmtg-author-avatars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem 0.9rem;
  list-style: none;
  margin: 0.9rem 0 0;
  padding: 0;
}

.bmtg-author-avatars__item {
  margin: 0;
}

.bmtg-author-avatars__link {
  display: grid;
  justify-items: center;
  gap: 0.42rem;
  margin: 0 auto;
  color: #0061a1;
  text-align: center;
  text-decoration: none;
}

.bmtg-author-avatars__portrait {
  display: block;
  width: min(100%, 78px);
  aspect-ratio: 1;
  padding: 3px;
  background: linear-gradient(145deg, #ffffff 0%, #edf5fa 100%);
  border: 1px solid rgba(0, 97, 161, 0.22);
  border-radius: 50%;
  box-shadow: 0 7px 18px rgba(0, 97, 161, 0.12);
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.bmtg-author-avatars__link:focus-visible {
  outline: 2px dotted #0061a1;
  outline-offset: 4px;
}

.bmtg-author-avatars__link:hover,
.bmtg-author-avatars__link:focus-visible {
  color: #7ac142;
}

.bmtg-author-avatars__link:hover .bmtg-author-avatars__portrait,
.bmtg-author-avatars__link:focus-visible .bmtg-author-avatars__portrait {
  border-color: rgba(122, 193, 66, 0.8);
  box-shadow: 0 10px 22px rgba(0, 97, 161, 0.18);
  transform: translateY(-2px);
}

.bmtg-author-avatars__portrait img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  border-radius: 50%;
  object-fit: cover;
}

.bmtg-author-avatars__name {
  max-width: 100%;
  color: currentColor;
  font-family: "TheSans-SemiBold", Verdana, Geneva, Tahoma, sans-serif;
  font-size: 0.78rem;
  letter-spacing: 0.01em;
  line-height: 1.1;
  overflow-wrap: anywhere;
}
