.rca {
	--rca-disabled-opacity: 0.35;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	line-height: 0;
}

.rca__btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	color: inherit;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	transition: color 0.2s ease, background-color 0.2s ease, opacity 0.2s ease;
	-webkit-appearance: none;
	appearance: none;
}

.rca__btn svg {
	display: block;
	width: 1em;
	height: 1em;
	fill: currentColor;
}

.rca__btn i {
	font-size: inherit;
	line-height: 1;
}

.rca__btn.is-disabled {
	pointer-events: none;
	opacity: var(--rca-disabled-opacity);
	cursor: default;
}

.rca__btn.is-hidden {
	display: none;
}

.rca-empty {
	padding: 12px 16px;
	border: 1px dashed currentColor;
	opacity: 0.7;
	font-size: 13px;
	text-align: center;
}
