.bluesky-feed { margin-bottom: 1.5rem; }
.feed-status, .feed-source { margin: 0.75rem 0; font-size: 0.9rem; color: #4b5563; }
.bluesky-feed a { color: #08786e; text-underline-offset: 0.15em; overflow-wrap: anywhere; }
.bluesky-feed a:focus-visible, .bluesky-feed button:focus-visible { outline: 3px solid #059d8e; outline-offset: 3px; }
.bluesky-feed button { padding: 0.65rem 1rem; border: 1px solid #08786e; border-radius: 8px; background: #08786e; color: #fff; font: inherit; font-weight: 600; cursor: pointer; }
.bluesky-feed button:disabled { opacity: 0.65; cursor: wait; }
.bluesky-feed button[hidden] { display: none; }
.feed-post { margin-bottom: 0.85rem; padding: clamp(0.85rem, 2vw, 1.25rem); border: 1px solid #dedede; border-radius: 12px; overflow-wrap: anywhere; }
.feed-post header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 0.35rem 1rem; margin-bottom: 0.65rem; text-align: left; font-size: 0.85rem; }
.feed-post header > a:first-child { font-weight: 700; }
.feed-post time { color: #4b5563; }
.feed-post-text { margin-bottom: 0.75rem; white-space: pre-wrap; }
.feed-post-source { display: block; margin-bottom: 0.75rem; font-weight: 600; }
.feed-post > a:last-child { font-size: 0.875rem; }
.feed-post-images { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(180px, 100%), 1fr)); gap: 0.5rem; margin-bottom: 0.75rem; }
.feed-post-images img { display: block; width: 100%; max-height: 360px; object-fit: contain; border-radius: 8px; }
