.angie-labels-wrapper-84403681 {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.angie-labels-layout-vertical .angie-labels-wrapper-84403681 {
	flex-direction: column;
	align-items: flex-start;
}

.angie-labels-layout-grid .angie-labels-wrapper-84403681 {
	display: grid;
}

.angie-label-list-item-84403681 {
	margin: 0;
	padding: 0;
}

.angie-label-item-84403681 {
	display: block;
	background-color: #f1f1f1;
	color: #333;
	border-radius: 4px;
	font-size: 14px;
	text-decoration: none;
	transition: all 0.3s ease;
	line-height: 1;
	position: relative;
	width: 100%;
}

.angie-label-item-84403681.state-disabled {
	opacity: 0.6;
	cursor: not-allowed;
}

.angie-label-icon-wrapper-84403681 {
	display: flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	pointer-events: none;
}

.angie-icon-inner-84403681 {
    display: flex;
    align-items: center;
}

.angie-label-text-84403681 {
	display: flex;
	align-items: center;
	width: 100%;
    height: 100%;
}

.angie-label-icon-wrapper-84403681 i {
	display: flex;
	align-items: center;
}

.angie-label-icon-wrapper-84403681 svg {
	display: block;
	fill: currentColor;
}
