.p484-tax-list {
	max-width: 100%;
}

.p484-tax-post {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px solid #e2e2e2;
}

.p484-tax-post:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.p484-tax-post-top {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.p484-tax-post-thumb {
	flex: 0 0 75px;
	width: 75px;
	height: 75px;
}

.p484-tax-post-thumb-img {
	display: block;
	width: 75px;
	height: 75px;
	object-fit: cover;
}

.p484-tax-post-thumb-placeholder {
	display: block;
	width: 75px;
	height: 75px;
	background: #eee;
}

.p484-tax-post-meta {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-width: 0;
}

.p484-tax-post-title-date {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
}

.p484-tax-post-date {
	font-size: 12px;
	color: #666;
}

.p484-tax-post-title {
	font-size: 1em;
}

.p484-tax-post-title a {
	text-decoration: none;
	font-weight: 600;
}

.p484-tax-post-excerpt {
	margin-top: 8px;
}

.p484-tax-post-excerpt p {
	margin: 0 0 4px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.p484-tax-post-readmore {
	font-weight: 600;
	white-space: nowrap;
}

.p484-tax-list-notice {
	padding: 8px 12px;
	background: #fff8e5;
	border: 1px solid #e6db55;
}
