/**
 * Hybrid Archive Frontend Styles
 */

.ha-related-searches {
	margin: 30px 0;
	clear: both;
}

.ha-related-searches-title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 12px;
	color: #222;
}

.ha-related-searches-list {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ha-related-chip {
	display: inline-block;
	padding: 6px 14px;
	border: 1px solid #ddd;
	border-radius: 20px;
	font-size: 13px;
	text-decoration: none;
	color: #333;
	background: #f7f7f7;
	transition: all 0.15s ease;
}

.ha-related-chip:hover {
	background: #eee;
	color: #000;
	border-color: #ccc;
}
