.post-content .gori-annotation {
	margin-block-end: 32px;
	color: #767676;
	background-color: #f8f9fa;
	font-size: 0.75rem;
	text-align: center;
}

.post-content .gori-annotation > *:first-child {
	margin-block-start: 0;
}

.post-content .gori-annotation > *:last-child {
	margin-block-end: 0;
}

@media screen and (min-width: 980px) {

	.post-content .gori-annotation {
		padding: 22px 10px;
	}
}

@media screen and (max-width: 979px) {

	.post-content .gori-annotation {
		padding: 16px;
	}
}
