/******* Do not edit this file *******
Code Snippets Manager
Saved: Nov 14 2025 | 11:39:57 */
.pills-container {
	display: flex;
	gap: 10px;
	flex-direction: row;
	flex-wrap: wrap;
}

.pill {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: row;
	gap: 5px;
	width: fit-content;
	font-size: 13px;
	line-height: 160%;
	font-weight: 600;
	border-radius: 5.24px;
	box-shadow: 0 0 50px 0 #fefefe;
	padding: 6px 11px;
	font-family "Parkinsans"
}

.pill p {
	margin-block-end: 0;
}