.ber4u-bonus {
	border: 1px solid #e6ddcd;
	border-radius: 12px;
	padding: 14px 16px;
	margin: 12px 0;
	background: #fff7e6;
}

.ber4u-bonus__head {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 10px;
	margin-bottom: 10px;
}

.ber4u-bonus__title {
	font-weight: 800;
	text-transform: uppercase;
	font-size: 0.9em;
	letter-spacing: 0.02em;
	color: #23201a;
}

.ber4u-bonus__balance {
	color: #8b8371;
	font-size: 0.85em;
}

.ber4u-bonus__row {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

/* High-specificity + !important to beat the block/theme button & input styles */
.ber4u-bonus .ber4u-bonus__btn {
	flex: 0 0 auto;
	box-sizing: border-box !important;
	width: 36px !important;
	min-width: 0 !important;
	height: 36px !important;
	padding: 0 !important;
	margin: 0 !important;
	border: 2px solid #f5a11e !important;
	background: #fff !important;
	color: #23201a !important;
	border-radius: 999px !important;
	font-size: 1.15em;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	box-shadow: none !important;
}

.ber4u-bonus .ber4u-bonus__btn:hover {
	background: #f5a11e !important;
	color: #fff !important;
}

.ber4u-bonus .ber4u-bonus__input {
	flex: 1 1 56px;
	box-sizing: border-box !important;
	width: auto !important;
	min-width: 0 !important;
	height: 36px !important;
	padding: 0 6px !important;
	margin: 0 !important;
	text-align: center;
	border: 1px solid #e0d7c4 !important;
	border-radius: 8px !important;
	background: #fff !important;
	color: #23201a !important;
	font-weight: 700;
	box-shadow: none !important;
}

.ber4u-bonus .ber4u-bonus__input:focus {
	outline: none !important;
	border-color: #f5a11e !important;
	box-shadow: 0 0 0 1px #f5a11e !important;
}

.ber4u-bonus .ber4u-bonus__all {
	flex: 0 0 auto;
	box-sizing: border-box !important;
	height: 36px !important;
	padding: 0 16px !important;
	margin: 0 !important;
	border: none !important;
	border-radius: 999px !important;
	background: #f5a11e !important;
	color: #fff !important;
	font-weight: 700;
	white-space: nowrap;
	cursor: pointer;
	box-shadow: none !important;
}

.ber4u-bonus .ber4u-bonus__all:hover {
	background: #e08a08 !important;
}

.ber4u-bonus__info {
	margin-top: 8px;
	font-size: 0.85em;
	font-weight: 600;
	color: #2f7a3a;
}
