.rfb-wrapper {
	display: flex;
}

.rfb-button {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	cursor: pointer;
	gap: 0;
}

.rfb-label {
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #2F2F2F;
	color: #ffffff;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 16px;
	line-height: 24px;
	padding: 16px 24px;
	border-radius: 32px;
	white-space: nowrap;
	transition: background-color 250ms ease, color 250ms ease;
}

.rfb-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 56px;
	height: 56px;
	background-color: #2F2F2F;
	border-radius: 50%;
	color: #ffffff;
	flex-shrink: 0;
	transition: background-color 250ms ease, color 250ms ease, transform 250ms ease;
}

.rfb-icon svg {
	width: 20px;
	height: 20px;
	fill: none;
	stroke: currentColor;
	transition: stroke 250ms ease;
}

.rfb-icon i {
	font-size: 20px;
}
