
/* ===== PROFILE CARD ===== */
.bsd-card{border:1px solid #eee;border-radius:16px;padding:18px;background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.bsd-card header{display:flex;gap:12px;align-items:center;margin-bottom:8px}
.bsd-num{background:#0a2240;color:#fff;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}
.bsd-name{margin:0;font-size:20px;color:#0e1726}
.bsd-name span{color:#d62828}
.bsd-photo{width:84px;height:84px;border-radius:10px;overflow:hidden;background:#f0f2f5;border:1px solid #e5e7eb;flex:0 0 84px}
.bsd-photo img{width:100%;height:100%;object-fit:cover;display:block}
.bsd-links{margin-bottom:10px}
.bsd-links a{display:inline-block;margin-right:10px;font-size:13px;text-decoration:none;color:#0a2240}
.bsd-bio p{margin:.6em 0;line-height:1.75}
.bsd-bullets{margin:10px 0 0 18px}
.bsd-quote{border-left:4px solid #dbb300;background:#fff8d9;padding:10px 12px;border-radius:8px;margin:10px 0}

/* ===== ABOUT ME CARD ===== */
.bsd-about-card{border:1px solid #e6e6e6;background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.bsd-about-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.bsd-about-avatar{width:44px;height:44px;border-radius:999px;overflow:hidden;border:1px solid #e5e7eb;background:#f0f2f5;flex:0 0 44px}
.bsd-about-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.bsd-about-title{margin:0;font-size:28px;line-height:1.25;color:#0e1726}
.bsd-about-bullets{margin:8px 0 12px 20px}
.bsd-about-bullets li{margin:8px 0;line-height:1.75}
.bsd-about-body{font-size:18px;line-height:1.8}
.bsd-about-body p{margin:0 0 12px}

/* ===== FEATURED SNIPPET ===== */
.fs-card{border:1px solid #e6e6e6;background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 8px rgba(0,0,0,.05)}
.fs-head{display:flex;align-items:center;gap:12px;margin-bottom:12px}
.fs-avatar{width:56px;height:56px;border-radius:999px;overflow:hidden;border:1px solid #e5e7eb;background:#f0f2f5;flex:0 0 56px}
.fs-avatar img{width:100%;height:100%;object-fit:cover;display:block}
.fs-title{margin:0;font-size:32px;line-height:1.25;color:#0e1726}
.fs-bullets{margin:8px 0 12px 22px}
.fs-bullets li{margin:10px 0;line-height:1.9}
.fs-body{font-size:18px;line-height:1.9}
.fs-body p{margin:0 0 12px}

/* ===== FAQ ACCORDION ===== */
.tlg-faq{border:1px solid #e6e6e6;background:#fff;border-radius:16px;padding:22px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin:16px 0}
.tlg-faq-title{margin:0 0 10px 0;color:#0a2240;font-size:26px}
.tlg-faq-item{border:1px solid #e6e6e6;border-radius:10px;padding:12px 14px;background:#fff;margin:10px 0}
.tlg-faq-q{cursor:pointer;list-style:none;position:relative;font-weight:700;color:#0a2240}
.tlg-faq-q::-webkit-details-marker{display:none}
.tlg-faq-q:after{content:"+";position:absolute;right:0;top:0;font-weight:700}
.tlg-faq-item[open] .tlg-faq-q:after{content:"–"}
.tlg-faq-a{margin-top:8px;color:#222;line-height:1.75}
