/**
 * QRIX ACF Keywords — Tag Cloud Styles
 */

.qrix-keywords {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.qrix-keyword-btn {
	display: inline-block;
	padding: 8px 16px;
	background-color: #2c3e2d;
	color: #ffffff;
	text-decoration: none;
	border-radius: 3px;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	transition: background-color 0.2s ease, color 0.2s ease;
	line-height: 1;
	white-space: nowrap;
}

.qrix-keyword-btn:hover {
	background-color: #4a6741;
	color: #ffffff;
	text-decoration: none;
}

.qrix-keywords-notice {
	color: #646970;
	font-style: italic;
	font-size: 13px;
}
