.rs-kangbo-font-size-wrap {
	display: inline-flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.rs-kangbo-label {
	color: #706f70;
	font-family: "Noto Sans CJK TC", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 2.1px;
}

.rs-kangbo-btn-group {
	display: flex;
	align-items: center;
	gap: 10px;
}

.rs-kangbo-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: transparent;
	color: #505050;
	font-family: "Noto Sans CJK TC", sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 23px;
	letter-spacing: 2.1px;
	cursor: pointer;
}

.rs-kangbo-btn:focus-visible {
	outline: 2px solid #00b59f;
	outline-offset: 2px;
}

.rs-kangbo-btn--active,
.rs-kangbo-btn[aria-pressed="true"] {
	background: #00b59f;
	color: #083a34;
}
