.edc-author{--edc-author-bg:#fff;--edc-author-text:#1a1a1a;--edc-author-text-secondary:#555;--edc-author-text-muted:#777;--edc-author-border:rgba(0,0,0,.08);--edc-author-link:#042d41;--edc-author-link-hover:#214b64;--edc-author-avatar-bg:#f5f9f9;--edc-author-avatar-text:#042d41;--edc-author-social-hover:#f5f9f9;background-color:var(--edc-author-bg);border:1px solid var(--edc-author-border);border-radius:6px;color:var(--edc-author-text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;font-size:18px;line-height:1.6;padding:36px}.edc-author *,.edc-author :after,.edc-author :before{box-sizing:border-box}.edc-author--dark{--edc-author-bg:#24272a;--edc-author-text:#f0f0f0;--edc-author-text-secondary:#b0b0b0;--edc-author-text-muted:#888;--edc-author-border:hsla(0,0%,100%,.1);--edc-author-link:#7eb8d8;--edc-author-link-hover:#a8d4ec;--edc-author-avatar-bg:#214b64;--edc-author-avatar-text:#f0f0f0;--edc-author-social-hover:#214b64}.edc-author__header{border-bottom:1px solid var(--edc-author-border);margin-bottom:24px;padding-bottom:16px}.edc-author__section-title{color:var(--edc-author-text-muted);font-size:14px!important;font-weight:500;letter-spacing:.5px;margin:0;text-transform:uppercase}.edc-author__card{align-items:flex-start;display:flex;gap:24px}.edc-author__avatar-wrapper{flex-shrink:0}.edc-author__avatar{background-color:var(--edc-author-avatar-bg);border-radius:50%;display:block;height:96px;object-fit:cover;width:96px}.edc-author__avatar--placeholder{align-items:center;border:1px solid var(--edc-author-border);display:flex;justify-content:center}.edc-author__initials{color:var(--edc-author-avatar-text);font-size:24px;font-weight:500;line-height:1}.edc-author__content{display:flex;flex:1;flex-direction:column;min-width:0}.edc-author__name{color:var(--edc-author-text);font-size:22px;font-weight:500;line-height:1.3;margin:0 0 8px}.edc-author__name-link{color:inherit;text-decoration:none;transition:color .3s ease}.edc-author__name-link:focus,.edc-author__name-link:hover{color:var(--edc-author-link)}.edc-author__name-link:focus{outline:2px solid var(--edc-author-link);outline-offset:2px}.edc-author__bio{color:var(--edc-author-text-secondary);margin:0 0 16px}.edc-author__bio p{margin:0 0 12px}.edc-author__bio p:last-child{margin-bottom:0}.edc-author__social{margin-top:auto;padding-top:8px}.edc-author__social-list{display:flex;flex-wrap:wrap;gap:8px;list-style:none;margin:0;padding:0}.edc-author__social-item{margin:0;padding:0}.edc-author__social-link{align-items:center;border:1px solid var(--edc-author-border);border-radius:6px;color:var(--edc-author-text-secondary);display:flex;height:40px;justify-content:center;text-decoration:none;transition:background-color .3s ease,color .3s ease,border-color .3s ease;width:40px}.edc-author__social-link:focus,.edc-author__social-link:hover{background-color:var(--edc-author-social-hover);border-color:var(--edc-author-link);color:var(--edc-author-link)}.edc-author__social-link:focus{outline:2px solid var(--edc-author-link);outline-offset:2px}.edc-author__social-link svg{flex-shrink:0;height:20px;width:20px}.edc-author--placeholder{border-style:dashed}.edc-author__no-author{color:var(--edc-author-text-muted);font-size:14px;margin:0;padding:20px;text-align:center}@media (max-width:600px){.edc-author{padding:24px}.edc-author__card{flex-direction:column;gap:20px;text-align:center}.edc-author__card,.edc-author__content{align-items:center}.edc-author__name{font-size:20px}.edc-author__avatar{height:80px;width:80px}.edc-author__initials{font-size:20px}}@media (prefers-reduced-motion:reduce){.edc-author__name-link,.edc-author__social-link{transition:none}}@media print{.edc-author{background-color:#fff;border:1px solid #ccc;color:#000}.edc-author__social{display:none}}