.iva_bh_shortcode {
	position: relative;
	margin: 0;
}

.iva_bh_shortcode .ivabh-title {
	color: #333;
}

.ivabh-businesshours {
	position: relative;
	display: block;
	clear: both;
}

.iva_bh_shortcode .iva_bhp_hours_row {
	display: flex;
	align-items: center;
	padding: 7px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.iva_bh_shortcode .iva_bhp_hours_row:last-child {
	border-bottom: 0;
}

.iva_bh_shortcode .days,
.iva_bh_shortcode .hours {
	flex-basis: 50%;
}

.iva_bh_shortcode .days {
	text-align: left;
}

.iva_bh_shortcode .hours {
	text-align: right;
}

.iva_bh_shortcode .hours-row {
	display: block;
}

.iva_bh_shortcode .ivabh-current-day {
	font-weight: 700;
}

.iva_bh_shortcode .iva-bh-oc-text {
	display: inline-block;
	padding: 2px 10px;
	border-radius: 3px;
	color: #fff;
	font-size: 10px;
	line-height: normal;
}

.iva_bh_shortcode .iva-bh-oc-dot {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-left: 5px;
	border-radius: 50%;
}

.iva_bh_shortcode .iva_oc_open {
	background-color: #34b96d;
}

.iva_bh_shortcode .iva_oc_close {
	background-color: #ff4957;
}

.iva_bh_shortcode.centeraligned .days,
.iva_bh_shortcode.centeraligned .hours {
	text-align: center;
}
