/* Existing baseline icons used when an editor intentionally omits a featured image. */
.hogoken-home-article-card__placeholder {
	display: grid;
	width: 100%;
	aspect-ratio: 4 / 3;
	place-items: center;
	background: #f4f7f6;
}
.hogoken-home-article-card__placeholder img {
	width: min(31%, 78px);
	height: auto;
	object-fit: contain;
}
.hogoken-article-list-item__placeholder {
	display: grid;
	width: 132px;
	height: 132px;
	place-items: center;
	border-radius: 5px;
	background: #eef4f2;
}
.hogoken-article-list-item__placeholder img {
	width: 44px;
	height: 44px;
	object-fit: contain;
}
.hogoken-guide-item-icon img {
	width: 40px;
	height: 40px;
	object-fit: contain;
}
@media (max-width: 560px) {
	.hogoken-article-list-item__placeholder {
		width: 76px;
		height: 76px;
	}
	.hogoken-article-list-item__placeholder img,
	.hogoken-guide-item-icon img {
		width: 34px;
		height: 34px;
	}
}
