.fl-usage {
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 8px 0;
}

.fl-usage-message {
	flex: 1;
}

.fl-usage > .buttons {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-left: auto;
	flex-shrink: 0;
}

.fl-usage .button {
	border-radius: 6px;
	padding: 6px 16px;
	font-size: 13px;
	font-weight: 600;
	line-height: 1.5;
	min-height: 36px;
	cursor: pointer;
	transition: all 0.15s ease;
}

.fl-usage .button.button-primary {
	background: #EE521F;
	border: 1px solid #d4471a;
	color: #fff;
}

.fl-usage .button.button-primary:hover {
	background: #d4471a;
	border-color: #b93c16;
	color: #fff;
}

.fl-usage .button.disable-stats {
	background: transparent;
	border: 1px solid #c3c4c7;
	color: #2c3338;
}

.fl-usage .button.disable-stats:hover {
	background: #f6f7f7;
	border-color: #a7aaad;
	color: #2c3338;
}

.usage-demo {
	margin-top: 8px;
	padding-bottom: 15px;
}

.stats-info-data {
	display: none;
}

.stats-info-data .usage-demo-left {
	display: inline-block;
	min-width: 25%;
}
