.post-content .gori-embed-card {
	margin-block-end: 32px;
	padding: 20px;
	background-color: #f8f9fa;
}

.post-content .gori-embed-card .gori-embed-card-prefix {
	margin-block-end: 10px;
	line-height: 1.5;
	font-size: 1rem;
}

.post-content .gori-embed-card .gori-embed-card-inner {
	display: grid;
	gap: 16px;
	line-height: 1.5;
	font-size: 1rem;
}

.post-content .gori-embed-card .gori-embed-card-text {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	gap: 4px;
}

.post-content .gori-embed-card .gori-embed-card-text .gori-embed-card-category {
	line-height: 1;
	color: #808080;
	font-size: 0.75rem;
}

.post-content .gori-embed-card .gori-embed-card-text .gori-embed-card-comment {
	line-height: 1.8;
	color: #808080;
	font-size: 0.75rem;
}

.post-content .gori-embed-card .gori-embed-card-text .gori-embed-card-site-name {
	margin-block-start: auto;
	padding-block-start: 0.5em;
}

.post-content .gori-embed-card .gori-embed-card-text .gori-embed-card-site-name > a {
	display: grid;
	grid-template-columns: 16px auto;
	gap: 4px;
	align-items: center;
	color: #111;
	font-size: 0.75rem;
}

.post-content .gori-embed-card .gori-embed-card-thumbnail a {
	display: block;
}

.post-content .gori-embed-card .gori-embed-card-thumbnail a:hover img,
.post-content .gori-embed-card .gori-embed-card-thumbnail a:active img {
	opacity: 0.8;
}

.post-content .gori-embed-card .gori-embed-card-thumbnail img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
}

.post-content .is-reverse.gori-embed-card .gori-embed-card-inner {
	grid-template-columns: 150px auto;
	grid-auto-flow: dense;
}

.post-content .is-reverse.gori-embed-card .gori-embed-card-inner .gori-embed-card-thumbnail {
	grid-row: 1;
}

.post-content .is-reverse.gori-embed-card .gori-embed-card-inner .gori-embed-card-thumbnail img {
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 150px;
	height: 85px;
}

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

	.post-content .gori-embed-card .gori-embed-card-inner {
		grid-template-columns: auto 174px;
	}

	.post-content .gori-embed-card .gori-embed-card-thumbnail img {
		width: 174px;
		height: 90px;
	}
}

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

	.post-content .gori-embed-card .gori-embed-card-inner {
		grid-template-columns: auto 70px;
	}

	.post-content .gori-embed-card .gori-embed-card-thumbnail img {
		width: 70px;
		height: 70px;
	}
}
