.b-photo-container {
	display: flex;
	justify-content: center;
	width: 100%;
}
.b-photo-container img {
	width: 100%;
	max-width: 512px;
}

.b-title-container {
	width: fit-content;
}
.b-title-container .b-date {
	font-size: 0.6rem;
	font-weight: 600;
}
.b-title-container .b-title {
	font-size: 1rem;
}
.b-title-container .b-line {
	width: 100%;
	height: 1px;
	background-color: rgba(0,0,0,0.1);
}

.b-post-content p:not(:last-child) {
	margin-bottom: var(--b-parabody-spacing);
}