.amBlueskyPost {font-size:1em}

.amBlueskyTimestamp, .amBlueskyLink, .amBlueskyCounts {font-weight:bold; font-size: .8em}

.amBlueskyImage {
    width: 200px; /* Fixed width */
    height: 200px; /* Fixed height */
    object-fit: cover; /* Ensures the image fills the box while cropping overflow */
    display: block; /* Removes extra space below inline images */
}
