.sb-dominant .sb-authors-1 {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  padding: clamp(40px, 6vw, 80px);
  background: radial-gradient(120% 120% at 90% -10%, rgba(122, 162, 255, .28), transparent),
              linear-gradient(160deg, rgba(35, 40, 72, .88), rgba(12, 15, 32, .96));
  isolation: isolate;
}
.sb-dominant .sb-authors-1::before {
  content: '';
  position: absolute;
  inset: 12% -30% -18% 52%;
  background: radial-gradient(circle at center, rgba(158, 214, 255, .32), transparent 62%);
  opacity: .7;
  z-index: 0;
}
.sb-dominant .sb-authors-1 .sb-authors-head,
.sb-dominant .sb-authors-1 .sb-authors-list {
  position: relative;
  z-index: 1;
}
.sb-dominant .sb-authors-1 .sb-authors-list {
  display: grid;
  gap: clamp(18px, 3vw, 32px);
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}
.sb-dominant .sb-authors-1 .sb-author-card {
  background: linear-gradient(190deg, rgba(20, 26, 48, .94), rgba(12, 17, 35, .78));
  border: 1px solid rgba(130, 158, 255, .28);
  box-shadow: 0 18px 44px rgba(9, 12, 24, .45);
}
.sb-dominant .sb-authors-1 .sb-author-card:nth-child(1) {
  background: linear-gradient(210deg, rgba(122, 162, 255, .45), rgba(72, 98, 255, .22));
  border-color: rgba(160, 190, 255, .6);
}
.sb-dominant .sb-authors-1 .sb-author-card:nth-child(odd) .sb-author-index {
  color: rgba(255, 255, 255, .66);
}
@media (min-width: 960px) {
  .sb-dominant .sb-authors-1 .sb-author-card:nth-child(1) {
    grid-column: span 2;
    grid-row: span 2;
    padding: clamp(28px, 3vw, 44px);
  }
  .sb-dominant .sb-authors-1 .sb-author-card:nth-child(1) .sb-author-media {
    aspect-ratio: 5 / 4;
  }
}
@media (max-width: 640px) {
  .sb-dominant .sb-authors-1 {
    border-radius: 24px;
    padding: 32px 20px;
  }
}
