.blog-tags-container-67fb8ad5 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.blog-tag-link-67fb8ad5 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background-color: #f4f6fa; /* Light grey/blue background similar to example */
	color: #4a5568;
	border: 1px solid #e2e8f0;
	padding: 8px 15px;
	font-size: 14px;
	text-decoration: none;
	transition: background-color 0.3s ease, border-color 0.3s ease, color 0.3s ease;
}

.blog-tag-link-67fb8ad5:hover {
	background-color: #e2e8f0;
	border-color: #cbd5e0;
	color: #2d3748;
}