.post-tags {
	margin-top: 30px;
	padding: 15px 20px;
	background: #f9f9f9;
	border-left: 4px solid #333; /* акцент як у WP */
	border-radius: 6px;
}

.post-tags-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0 0 10px;
	color: #333;
}

.post-tags .tag-list a {
	display: inline-block;
	margin: 4px 6px 0 0;
	padding: 5px 10px;
	font-size: 14px;
	color: var(--wpi--link-color);
	background: #ccc;
	border-radius: 4px;
	text-decoration: none;
	transition: all 0.2s;
}

.post-tags .tag-list a:hover {
	background: #fff;
	color: var(--wpi--link-color);
}


.header-top a {
	color: #000;
	text-decoration: none;
}