
.bluesky-feed {
    border: 1px solid #ccc;
    padding: 1em;
    margin-bottom: 1em;
    background: #fafafa;
}
.bluesky-post {
    margin-bottom: 1em;
}
.bluesky-post p {
    margin: 0 0 0.5em;
    font-size: 16px;
}
.bluesky-post small {
    color: #666;
    font-size: 12px;
}

.bluesky-image {
    max-width: 100%;
    height: auto;
    margin: 0.5em 0;
    border-radius: 8px;
}


.bluesky-feed {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.bluesky-post img.bluesky-image {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin-top: 0.5em;
}
.bluesky-feed {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    max-width: 600px;
    margin: 2rem auto;
    padding: 1rem;
    background-color: #f9f9f9;
    border-radius: 12px;
  
}

.bluesky-post {
    background-color: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.03);
    transition: background-color 0.3s, color 0.3s;
}

.bluesky-post p {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 0.5rem;
    color: #111827;
    word-break: break-word;
    text-align: left;
    text-align-last: left;
}

.bluesky-post p a {
    color: #2563eb;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}

.bluesky-post p a:hover {
    color: #1d4ed8;
}

.bluesky-post small {
    font-size: 0.85rem;
    color: #6b7280;
    display: block;
    margin-top: 0.75rem;
}

.bluesky-image {
    width: 100%;
    object-fit: cover;
    border-radius: 6px;
    margin-top: 0.5rem;
}


    .bluesky-feed {
        background-color: #1f2937;
        margin-top: 0px;
  border-top: 0px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
    }

    .bluesky-post {
        background-color: #111827;
        border-color: #374151;
        box-shadow: none;
    }

    .bluesky-post p {
        color: #f3f4f6;
    }

    .bluesky-post p a {
        color: #93c5fd;
    }

    .bluesky-post p a:hover {
        color: #60a5fa;
    }

    .bluesky-post small {
        color: rgb(59 130 246);
    }

.bluesky-header-wrapper {
  max-width: 100%;
}

.bluesky-header {
  background-color: #1f2937; /* Tailwind slate-800 */
  padding: 0.75rem 1rem;
  border-radius: 0.75rem;
  transition: background 0.2s ease;
}

.bluesky-header:hover {
  background-color: #111827;
  text-decoration: none;
}

.bluesky-header img {
  flex-shrink: 0;
}

.bluesky-header strong,
.bluesky-header span {
  display: block;
  color: #f3f4f6;
}


.bluesky-header {max-width: 600px;
  margin: 2rem auto;
text-decoration: none;
  display: flex;
align-items: center;
  gap: 12px; display:flex; align-items:center; gap:12px; margin-bottom:1.5rem; text-decoration:none; margin-bottom: 0px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; border: 1px solid #ccc; border-bottom: 0px;}

