.ttw-fb-header{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 24px;padding:18px 20px;border:1px solid #e7e7e7;border-radius:16px;background:#fff;box-shadow:0 5px 22px rgba(0,0,0,.05)}
.ttw-fb-heading{display:flex;align-items:center;gap:13px;min-width:0}
.ttw-fb-heading h2{margin:0;font-size:1.35rem;line-height:1.25}
.ttw-fb-heading p{margin:4px 0 0;color:#777;font-size:.92rem}
.ttw-fb-avatar{display:flex;align-items:center;justify-content:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;background:#111;color:#fff;font-size:.72rem;font-weight:800;letter-spacing:.04em}
.ttw-fb-follow{display:inline-flex;align-items:center;gap:8px;white-space:nowrap;padding:10px 15px;border-radius:10px;text-decoration:none;font-weight:700;background:#1877f2;color:#fff!important;transition:transform .15s ease,box-shadow .15s ease}
.ttw-fb-follow:hover{transform:translateY(-1px);box-shadow:0 5px 14px rgba(24,119,242,.28)}
.ttw-fb-icon{display:inline-flex;align-items:center;justify-content:center;width:21px;height:21px;border-radius:50%;background:#fff;color:#1877f2;font-family:Arial,sans-serif;font-weight:900}
.ttw-fb-feed{display:flex;flex-direction:column;gap:28px;width:100%}
.ttw-fb-card{overflow:hidden;background:#fff;border:1px solid #e7e7e7;border-radius:16px;box-shadow:0 5px 22px rgba(0,0,0,.06);transition:transform .18s ease,box-shadow .18s ease}
.ttw-fb-card:hover{transform:translateY(-2px);box-shadow:0 10px 28px rgba(0,0,0,.09)}
.ttw-fb-media{background:#f5f5f5}
.ttw-fb-media img{display:block;width:100%;height:auto;max-height:760px;object-fit:contain;margin:0 auto}
.ttw-fb-gallery{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:4px;background:#fff}
.ttw-fb-gallery .ttw-fb-image{display:block;overflow:hidden;aspect-ratio:1/1;background:#f5f5f5}
.ttw-fb-gallery .ttw-fb-image img{width:100%;height:100%;object-fit:cover;transition:transform .25s ease}
.ttw-fb-gallery .ttw-fb-image:hover img{transform:scale(1.025)}
.ttw-fb-content{padding:19px 20px 20px}
.ttw-fb-content time{display:block;margin-bottom:10px;font-size:.82rem;color:#777}
.ttw-fb-message{font-size:1rem;line-height:1.6;overflow-wrap:anywhere}
.ttw-fb-link{display:inline-flex;align-items:center;margin-top:16px;padding:9px 13px;border-radius:9px;background:#f2f2f2;text-decoration:none;font-weight:700;transition:background .15s ease}
.ttw-fb-link:hover{background:#e8e8e8}
.ttw-fb-video{display:flex;align-items:center;justify-content:center;gap:12px;min-height:230px;padding:25px;text-decoration:none;font-weight:800}
.ttw-fb-play{display:inline-flex;align-items:center;justify-content:center;width:58px;height:58px;border-radius:50%;background:#1877f2;color:#fff;box-shadow:0 7px 20px rgba(24,119,242,.25)}
.ttw-fb-error,.ttw-fb-empty{padding:16px;border-radius:10px;background:#f7f7f7}
.ttw-fb-load-more-wrap{text-align:center;margin:26px 0 8px}
.ttw-fb-load-more{border:0;border-radius:999px;padding:12px 23px;cursor:pointer;font-weight:800;font-size:1rem;background:#111;color:#fff;transition:transform .15s ease,opacity .15s ease}
.ttw-fb-load-more:hover{transform:translateY(-1px)}
.ttw-fb-load-more[disabled]{opacity:.6;cursor:wait}
.ttw-fb-loading{margin-left:10px;color:#777}
@media (max-width:700px){
 .ttw-fb-header{align-items:flex-start;flex-direction:column}
 .ttw-fb-follow{width:100%;justify-content:center}
 .ttw-fb-content{padding:16px}
}
@media (max-width:600px){
 .ttw-fb-gallery{grid-template-columns:1fr 1fr}
 .ttw-fb-media img{max-height:520px}
 .ttw-fb-heading h2{font-size:1.15rem}
}
