.booking-statistics-popup {
	display: flex;
	flex-direction: column;
	padding: 0 7px;
	color: var(--ui-color-palette-white-base);
	font-size: var(--ui-font-size-md);
}

.booking-statistics-popup-title {
	margin-bottom: 6px;
	font-weight: var(--ui-font-weight-medium);
}

.booking-statistics-popup-row {
	display: flex;
	justify-content: space-between;
	margin-top: 5px;
	gap: 10px;
}

.booking-statistics-popup-row-value {
	color: rgba(var(--ui-color-palette-white-base-rgb), 0.7);
}

.booking-statistics-popup-row-value span {
	color: var(--ui-color-palette-blue-40);
}

.booking-statistics-popup-row-value div {
	color: var(--ui-color-palette-white-base);
}

.booking-statistics-popup-button {
	display: flex;
	margin-top: 15px;
}

.booking-statistics-popup-button .ui-btn {
	flex: 1;
}
