.recPart_entryBtn {
	background-color: var(--recColor);
	width: 80%;
	height: 60px;
	min-width: 180px;
	padding: 0 clamp(5px, 1vw, 15px);
	color: #fff !important;
	font-weight: bold;
	font-size: var(--font-size-base);
	border: none;
	border-radius: 10px;
	justify-content: center;
	gap: 8px;
}

.recPart_entryBtn svg{
	color: inherit !important;
}