<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* purgecss start ignore */
.is-style-archive-header.wp-block-post-author {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    max-width: 100%;
}
.is-style-archive-header .wp-block-post-author__name {
    font-family: ArtifaktLegend;
    font-size: clamp(1.3125rem, calc(1.21rem + 0.463vw), 1.625rem);
    font-weight: 800;
    line-height: 1.2;
}
.is-style-archive-header .wp-block-post-author__avatar {
    align-self: flex-start;
    flex-basis: 14.375rem;
    flex-grow:1;
    margin:0;
}
.is-style-archive-header .wp-block-post-author__avatar &gt; * {
    aspect-ratio: 1/1;
    border-radius: 100rem;
    height: auto;
    object-fit: cover;
    width: 100%;
}
.is-style-archive-header .wp-block-post-author__content {
    flex-basis: 10rem;
    flex-grow:999;
}
.is-style-archive-header .wp-block-post-author__bio {
    font-size: inherit;
    margin: .5rem 0 0;
}
/* purgecss end ignore */</pre></body></html>