.author-bio{display:flex;gap:20px;padding:24px;margin:40px 0;background:hsla(0,0%,8%,.7);border:1px solid hsla(0,0%,100%,.08);border-radius:16px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}@media(max-width:600px){.author-bio{flex-direction:column;text-align:left;gap:14px}}.author-bio__photo-wrap{flex-shrink:0}.author-bio__photo{width:80px;height:80px;border-radius:50%;object-fit:cover;border:2px solid #f07900;background:#1a1a1a}.author-bio__content{flex:1 1;color:hsla(0,0%,100%,.85)}.author-bio__name{color:#fff;font-size:1.1rem;font-weight:700;line-height:1.2}.author-bio__role{color:#f07900;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;margin-top:2px;margin-bottom:12px}.author-bio__text{font-size:.95rem;line-height:1.6;margin:0 0 12px}.author-bio__credentials{list-style:none;padding:0;margin:0 0 14px;font-size:.85rem;color:hsla(0,0%,100%,.7)}.author-bio__credentials li{padding-left:18px;position:relative;margin-bottom:4px}.author-bio__credentials li:before{content:"✓";position:absolute;left:0;color:#f07900;font-weight:700}.author-bio__contact{display:flex;flex-wrap:wrap;gap:16px;font-size:.85rem}.author-bio__contact a{color:hsla(0,0%,100%,.7);text-decoration:none;display:inline-flex;align-items:center;gap:6px;transition:color .15s}.author-bio__contact a:hover{color:#f07900}.author-bio__contact a svg{flex-shrink:0}.author-bio--inline{margin:24px 0;padding:18px 20px}.author-bio--inline .author-bio__photo{width:64px;height:64px}