.fdl-post-author{align-items:flex-start;background-color:var(--fdl-blog-author-bg,#faf2d5);border:var(--fdl-blog-author-border-width,0) solid var(--fdl-blog-author-border-color,transparent);border-radius:var(--fdl-blog-author-radius,12px);color:var(--fdl-blog-author-text,#5a3211);display:flex;gap:1.5rem;margin-block:2.5rem;margin-inline:auto;max-width:var(--fdl-blog-body-max-width,720px);padding-block:var(--fdl-blog-author-pad-y,1.75rem);padding-inline:var(--fdl-blog-author-pad-x,2rem)}.fdl-post-author__avatar-link{flex:0 0 auto}.fdl-post-author__avatar{border-radius:var(--fdl-blog-author-avatar-radius,50%);display:block;height:var(--fdl-blog-author-avatar-size,80px);object-fit:cover;width:var(--fdl-blog-author-avatar-size,80px)}.fdl-post-author__body{flex:1 1 auto;min-width:0}.fdl-post-author__name-row{font-family:Concourse T6,Concourse T6 Regular,system-ui,sans-serif;font-size:1.2rem;font-weight:var(--fdl-blog-author-name-weight,400);margin:0 0 .4rem}.fdl-post-author__name{color:var(--fdl-blog-author-name,#fb8a31);font-family:inherit;font-weight:inherit;text-decoration:none}.fdl-post-author__name:focus,.fdl-post-author__name:hover{color:var(--fdl-blog-author-name-hover,#5a3211);text-decoration:underline}.fdl-post-author__bio{color:var(--fdl-blog-author-text,#5a3211);font-weight:var(--fdl-blog-author-bio-weight,400);line-height:1.55;margin-bottom:.85rem}.fdl-post-author__bio p:last-child{margin-bottom:0}.fdl-post-author__social{display:flex;gap:.6rem;list-style:none;margin:0;padding:0}.fdl-post-author__social-link{align-items:center;background-color:var(--fdl-blog-author-social-bg,rgba(90,50,17,.08));border-radius:50%;color:var(--fdl-blog-author-social-color,#5a3211);display:inline-flex;height:var(--fdl-blog-author-social-size,36px);justify-content:center;text-decoration:none;transition:background-color .15s ease,color .15s ease;width:var(--fdl-blog-author-social-size,36px)}.fdl-post-author__social-link:focus,.fdl-post-author__social-link:hover{background-color:var(--fdl-blog-author-social-hover-bg,#fb8a31);color:var(--fdl-blog-author-social-hover-color,#fffcf3)}.fdl-post-author__social-link svg{height:55%;width:55%}@media (max-width:640px){.fdl-post-author{flex-direction:column}}