.ticket-sales-widget-12486a25 {
	width: 100%;
	font-family: inherit;
}

.ticket-sales-header {
	display: flex;
	margin-bottom: 8px;
	font-weight: bold;
}

.ticket-sales-header.align-left {
	justify-content: space-between;
}

.ticket-sales-header.align-center {
	justify-content: center;
	gap: 10px;
}

.ticket-sales-header.align-right {
	justify-content: flex-end;
	gap: 10px;
}

.ticket-sales-progress-bg {
	width: 100%;
	background-color: #e0e0e0;
	border-radius: 4px;
	height: 16px;
	overflow: hidden;
}

.ticket-sales-progress-fill {
	background-color: #0073aa;
	height: 100%;
	transition: width 1.5s cubic-bezier(0.22, 1, 0.36, 1);
}