/* Minimal styles for the bio page and embeds. Override in your theme if needed. */
.abl-container{max-width:1100px;margin:40px auto;padding:0 20px}
.abl-card{background:#fff;border-radius:16px;padding:24px;box-shadow:0 6px 24px rgba(0,0,0,.08)}
.abl-header{display:flex;gap:24px;align-items:center;flex-wrap:wrap}
.abl-avatar img{border-radius:50%}
.abl-title h1{margin:0 0 4px}
.abl-website{margin:4px 0 10px}
.abl-social{list-style:none;margin:0;padding:0;display:flex;gap:14px;flex-wrap:wrap}
.abl-bio{margin-top:16px;line-height:1.7}
.abl-recent{margin-top:28px}
.abl-grid{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:16px}
.abl-post{background:#f8fafc;border-radius:12px;overflow:hidden}
.abl-post-link{display:block;text-decoration:none;color:inherit;padding:12px}
.abl-thumb img{width:100%;height:auto;display:block;border-bottom:1px solid #e5e7eb}
.abl-post-title{font-size:16px;margin:10px 0 0}
/* Shortcode embed */
.abl-embed{display:flex;gap:14px;align-items:flex-start;padding:14px;border:1px solid #e5e7eb;border-radius:12px;background:#fff}
.abl-embed-avatar img{border-radius:50%}
.abl-embed-name{font-weight:600;margin:0 0 6px}
.abl-embed-bio{font-size:14px;line-height:1.6}
