.hcp-catalog-buttons {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 14px 0 20px;
}

.hcp-catalog-buttons .hcp-btn {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	background: #8bc34a;
	color: #ffffff;
	padding: 14px 24px;
	border-radius: 4px;
	font-weight: 600;
	font-size: 15px;
	text-decoration: none;
	line-height: 1;
	transition: background 0.15s ease;
}

.hcp-catalog-buttons .hcp-btn:hover {
	background: #75a83d;
	color: #ffffff;
}

.hcp-catalog-buttons .hcp-btn .hcp-icon {
	width: 20px;
	height: 20px;
	flex-shrink: 0;
}
