.author-card{display:flex;align-items:center;gap:15px;width:100%;padding:18px;margin-bottom:20px;background:#fff;border:1px solid #eef2f7;border-left:4px solid #9cc50f;border-radius:14px;box-shadow:0 4px 20px rgb(0 0 0 / .06);transition:all .3s ease}.author-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px rgb(0 0 0 / .08)}.author-avatar{width:75px;height:75px;border-radius:50%;object-fit:cover;border:3px solid rgb(156 197 15 / .2);flex-shrink:0}.author-info{flex:1}.author-label{display:inline-block;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:1px;color:#9cc50f;margin-bottom:5px}.author-name{margin:0 0 5px;font-size:18px;font-weight:700;color:#1f2937}.author-bio{margin:0;font-size:14px;line-height:1.6;color:#6b7280}.author-meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.author-meta span{background:rgb(156 197 15 / .08);color:#7da100;padding:6px 12px;border-radius:30px;font-size:12px;font-weight:600}@media (max-width:768px){.author-card{padding:18px;gap:15px}.author-avatar{width:70px;height:70px}.author-name{font-size:18px}.author-bio{font-size:13px}}@media (max-width:576px){.author-card{flex-direction:column;align-items:center;text-align:center;padding:20px 15px}.author-avatar{width:85px;height:85px;margin-bottom:5px}.author-info{width:100%}.author-name{font-size:18px}.author-bio{font-size:13px;line-height:1.6}.author-meta{justify-content:center}}
#authorBio{max-height:10px;overflow:hidden;transition:max-height 0.7s ease}#authorBio.expanded{max-height:200px}.bio-toggle{background:none;border:none;color:#9cc50f;cursor:pointer;padding:0;margin-top:5px;font-size:14px}