.angie-post-tags-wrapper-4597 {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.angie-post-tags-wrapper-4597 .angie-post-tag-item-4597 {
	display: inline-block;
	text-decoration: none;
	transition: all 0.3s ease;
	background-color: var(--tag-color, transparent);
	color: var(--tag-text-color, inherit); /* Ensure text is readable against bg */
}

/* Specificity to override Elementor controls if needed when variable is set */
.angie-post-tags-wrapper-4597 a.angie-post-tag-item-4597[style*="--tag-color"] {
	background-color: var(--tag-color);
    color: #fff; /* Optional: Make text white to contrast with random bright colors */
}

.angie-post-tags-wrapper-4597 .angie-post-tags-separator-4597 {
	white-space: pre-wrap;
}
