#tsf-feed-container {
    max-width: 600px;
    margin: 0 auto;
}
.tsf-post {
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}
.tsf-post-header {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.tsf-profile-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}
.tsf-user {
    flex: 1;
}
.tsf-username {
    font-weight: bold;
}
.tsf-verified {
    color: #1da1f2;
    font-size: 15px;
    margin-left: 3px;
}
.tsf-time {
    font-size: 13px;
    color: #999;
}
.tsf-post-content {
    font-size: 16px;
    margin-bottom: 10px;
}
.tsf-media-img {
    max-width: 100%;
    border-radius: 8px;
    margin-top: 5px;
}
.tsf-actions {
    margin-top: 8px;
}
.tsf-link, .tsf-copy-link {
    margin-right: 15px;
    color: #1da1f2;
    text-decoration: none;
    cursor: pointer;
}
.tsf-loader {
    text-align: center;
    padding: 30px;
}
.tsf-error {
    color: #b00;
    background: #ffeaea;
    padding: 15px;
    border-radius: 6px;
    margin: 15px 0;
    text-align: center;
}