/* Mastodon post badge - positioned in bottom right corner */
.mastodon-badge {
    display: block;
    text-align: right;
    padding: 0.5rem 0;
    font-size: 0.9em;
    color: #999;
}

.mastodon-badge a {
    color: #595aff;
    text-decoration: none;
}

.mastodon-badge a:hover {
    text-decoration: underline;
}

/* Mastodon indicator in listing view (next to title) */
.mastodon-indicator {
    font-size: 0.8em;
    color: #595aff;
}

/* Media in gallery - use existing styles but ensure proper spacing */
.gallery figure {
    margin: 0;
}

.gallery img,
.gallery video {
    border-radius: 0.3rem;
    max-width: 100%;
    height: auto;
    display: block;
}
