/**
 * Styles for the "Post Terms" Elementor widget.
 * Colors, spacing and typography come from Elementor style controls (inline selectors);
 * this file only holds the structural list/cloud layout.
 */
.rw-post-terms-title {
	margin: 0 0 12px;
}

.rw-post-terms-list {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	gap: 10px;
}

.rw-post-terms-list--list {
	flex-direction: column;
	align-items: flex-start;
}

.rw-post-terms-list--cloud {
	flex-direction: row;
	flex-wrap: wrap;
	align-items: center;
}

.rw-post-terms-item {
	display: block;
}

.rw-post-terms-link {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	text-decoration: none;
	background-color: rgba(0, 0, 0, 0.05);
	padding: 6px 14px;
	border-radius: 999px;
	transition: background-color 0.25s ease, color 0.25s ease;
}

.rw-post-terms-count {
	opacity: 0.7;
}
