.microblog-feeds {
    max-width: 100%;
}

.microblog-item {
    margin-bottom: 2em;
    padding-bottom: 2em;
    border-bottom: 1px solid #e0e0e0;
}

.microblog-item:last-child {
    border-bottom: none;
}

.microblog-header {
    margin-bottom: 1em;
}

.microblog-meta {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 0.9em;
    color: #666;
    margin-bottom: 0.5em;
}

.microblog-source {
    font-weight: 600;
}

.microblog-link-button {
    display: inline-block;
    padding: 0.25em 0.75em;
    background-color: #0073aa;
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-size: 0.85em;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.microblog-link-button:hover {
    background-color: #005a87;
    color: #fff;
    text-decoration: none;
}

.microblog-content {
    line-height: 1.6;
}

.microblog-content p {
    margin: 0.5em 0;
}

.microblog-content a {
    word-break: break-all;
}

.microblog-content .mention.hashtag {
    color: #1da1f2;
    text-decoration: none;
}

.microblog-content .mention.hashtag:hover {
    text-decoration: underline;
}
