.mid-width {
	margin:  0 auto;
	max-width: 984px;
}

.gf-block-bluesky-feed {
	display: flex;
	flex-direction: column;
	align-items:  center;
	padding-top:  1rem;
}

.gf-bluesky-post {
	background: rgba(0,0,0, .1);
	margin:  1rem 0 2rem;
	transition: background 2s ease-in-out;
	max-width: 600px;
}
.gf-bluesky-post-new {
	background: rgba(255,255,255, 1) !important;
}
.gf-bluesky-post-header {
	border-top: 2px solid #1e1d44;
}
.gf-bluesky-post-header span {
	display: inline-block;
	background: #1e1d44;
	color: white;
	padding: .25rem .5rem;
	font-size: 1rem;
}
.gf-bluesky-post-main {
	padding: 1rem;
	font-size: 1.2rem;
	font-family: "proxima-nova", sans-serif;
    font-weight: 400;
    line-height: 1.25;
}

.gf-bluesky-post-images {
	padding: 1rem;
}

.gf-bluesky-post-images img {
	display: block;
	height:  auto;
	max-width: 600px;
	width:  100%;	
}