.op-artist-detail-content {
  display: flex;
  gap: 4rem;
  align-items: center;

  .op-artist-detail-headline {
    font-size: 2.25rem;
    font-weight: bold;
    line-height: 1;
  }
  .op-artist-detail-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 0.5rem;
    line-height: 1;
    white-space: nowrap;
  }

  .op-artist-detail-img {
    flex: 0 0 200px;
    --s: 200px;
    background-color: var(--mat-sys-surface-container);
    width: var(--s);
    height: var(--s);
    border-radius: 50%;
    overflow: hidden;
  }

  .op-artist-detail-cta {
    margin-top: 1rem;
  }

  .op-artist-detail-cta-text {
    opacity: 0.8;
  }

  .op-artist-detail-cta-btn {
    margin-top: 1rem;
  }

  .op-artist-detail-img-el {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
}

.op-artist-detail-bio {
  margin-top: 2rem;
}
