.bsk-blog-author { background: var(--bsk-bg-gray); }
.bsk-blog-author-profile { padding: 80px 0 72px; }
.bsk-blog-author-profile-head { display: flex; align-items: center; gap: 60px; }
.bsk-blog-author-avatar { display: block; width: 160px; height: 160px; flex: 0 0 160px; border-radius: 16px; object-fit: cover; }
.bsk-blog-author-identity h1 { margin: 0; color: var(--bsk-text-primary); font-size: 40px; font-weight: 800; line-height: 60px; }
.bsk-blog-author-identity > p { margin: 0; color: var(--bsk-text-primary); font-size: 24px; font-weight: 300; line-height: 36px; }
.bsk-blog-author-social { display: block; width: 32px; height: 32px; margin-top: 12px; }
.bsk-blog-author-social img { display: block; width: 32px; height: 32px; }
.bsk-blog-author-signature { margin: 49px 0 0 !important; color: var(--bsk-text-secondary); font-size: 18px; font-weight: 400; line-height: 27px; }
.bsk-blog-author-posts { padding: 0 0 100px; background: transparent; }
.bsk-blog-author-posts > .bsk-shell > h2 { margin: 0 0 40px; }
.bsk-blog-author-empty { min-height: 240px; margin: 0; color: var(--bsk-text-secondary); font-size: 18px; line-height: 1.5; }
.bsk-blog-author-topics { height: fit-content; padding: 100px 0; box-sizing: border-box; border-radius: 100px 100px 0 0; }
.bsk-blog-author-topics > .bsk-shell { display: flex; flex-direction: column; gap: 60px; }
.bsk-blog-author-topics-head { display: flex; flex-direction: column; gap: 16px; }
.bsk-blog-author-topics-head h2 { margin: 0; color: var(--bsk-text-primary); font-size: 48px; font-weight: 700; line-height: 1.5; }
.bsk-blog-author-topics-head p { margin: 0; color: var(--bsk-text-tertiary); font-size: 28px; font-weight: 400; line-height: 1.5; }
.bsk-blog-author-topic-list { display: flex; align-items: center; align-content: flex-start; flex-wrap: wrap; gap: 16px 12px; }
.bsk-blog-author-topic-list a { padding: 4px 8px; border-radius: 8px; background: #e6efff; color: var(--bsk-primary); font-size: 18px; font-weight: 500; line-height: 27px; text-decoration: none; white-space: nowrap; }
