.bh-container-ee2dac31 {
	display: flex;
	flex-direction: column;
	width: 100%;
	box-sizing: border-box;
}

.bh-header-ee2dac31 {
	display: flex;
	align-items: center;
	gap: 12px;
}

.bh-icon-ee2dac31 {
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.bh-title-ee2dac31 {
	margin: 0;
	padding: 0;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px; /* Default fallback */
}

.bh-list-ee2dac31 {
	display: flex;
	flex-direction: column;
}

.bh-row-ee2dac31 {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 0;
	border-bottom: 1px solid #e2e8f0;
}

.bh-row-ee2dac31:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.bh-row-ee2dac31:first-child {
	padding-top: 0;
}

.bh-day-ee2dac31 {
	font-weight: 400;
	font-size: 15px;
}

.bh-time-ee2dac31 {
	font-weight: 700;
	font-size: 15px;
	text-align: right;
}