
@media only screen and (min-width: 550px) {


}
.fs-small {
	font-size: 0.9em;
}
.fs-medium {
	font-size: 1.1em;
}
.fs-large {
	font-size: 1.3em;
}

.round-3 {
	border-radius: 3px;
}
.round-5 {
	border-radius: 5px;
}
.round-10 {
	border-radius: 10px;
}
.round-full {
	border-radius: 9999px;
}


.posts-widget {
	margin-top: 10px;
}
.post-item {
	display: flex;
	column-gap: 15px;
	margin-bottom: 15px;
}
.post-image {
	flex-shrink: 0;
}
.post-image img.square {
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.post-excerpt,
.post-title {
	 overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.post-title {
	font-weight: bold;
}

