.aivah-bh-el-hours,
.aivah-bh-el-holidays {
	position: relative;
	box-sizing: border-box;
}

.aivah-bh-el-hours .aivahbh-title {
	margin: 0 0 12px;
	display: block;
}

.aivah-bh-seasonal-note {
	margin: 0 0 12px;
	font-size: 13px;
	opacity: 0.85;
	font-style: italic;
}

.aivah-bh-el-placeholder {
	padding: 16px;
	border: 1px dashed #c3c4c7;
	background: #f6f7f7;
	color: #50575e;
	font-size: 13px;
}

/* Elementor + shortcode: keep weekday / hours on one row with clear gap */
.aivah-bh-el-hours .aivah_bhp_hours_row,
.aivah_bh_shortcode .aivah_bhp_hours_row,
.aivahbh-businesshours .aivah_bhp_hours_row {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 7px 0;
	margin: 0 !important;
	overflow: hidden;
}

.aivah-bh-el-hours .aivah_bhp_hours_row:last-child,
.aivah_bh_shortcode .aivah_bhp_hours_row:last-child,
.aivahbh-businesshours .aivah_bhp_hours_row:last-child {
	border-bottom: 0;
}

.aivah-bh-el-hours .aivah_bhp_hours_row > .days,
.aivah-bh-el-hours span.days,
.aivah_bh_shortcode .aivah_bhp_hours_row > .days,
.aivahbh-businesshours span.days {
	flex: 0 0 38%;
	max-width: 38%;
	display: block;
	float: none;
	text-align: left;
	vertical-align: middle;
}

.aivah-bh-el-hours .aivah_bhp_hours_row > .hours,
.aivah-bh-el-hours span.hours,
.aivah_bh_shortcode .aivah_bhp_hours_row > .hours,
.aivahbh-businesshours span.hours {
	flex: 1 1 60%;
	max-width: 62%;
	display: block;
	float: none;
	text-align: right;
}

.aivah-bh-el-hours .hours-row,
.aivah_bh_shortcode .hours-row,
.aivahbh-businesshours .hours-row {
	display: block;
	margin-bottom: 2px;
}

.aivah-bh-el-hours .hours-row:last-child,
.aivah_bh_shortcode .hours-row:last-child {
	margin-bottom: 0;
}

.aivahbh-businesshours {
	position: relative;
	clear: both;
	display: block;
}

.aivahbh-desc {
	margin: 10px 0;
}

.aivahbh-hd-hours p {
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}

.aivahbh-hd-hours:not(:last-child) {
	padding: 0;
	margin-bottom: 20px;
}

.aivahbh-hd-s1 .days {
	flex: 1 0 50%;
}
.aivahbh-hd-s1 .hours {
	flex: 1 0 50%;
	text-align: right;
}

.aivahbh-businesshours span.hours span.closed,
.today-result span.hours span.closed,
.aivah-bh-el-hours span.closed {
	padding: 3px 10px;
	border-radius: 3px;
	color: #ffffff;
}

.aivahbh-current-day {
	font-weight: bold;
}

.ivbh-seemore {
	display: block;
	cursor: pointer;
	font-size: 14px;
	font-weight: bold;
}

.aivah-bh-tg {
	position: relative;
	display: inline-block;
}
.aivah-bh-tg .arrow { margin-left: 10px; cursor: pointer; }
.aivah-bh-tg .arrow::after { content: '+'; }
.aivah-bh-tg.active .arrow::after { content: '-'; }
.today-result { clear:both; display:block;}
.today-result p {
	display: block;
	padding: 7px 0;
	margin: 0 !important;
	overflow: hidden;
}
.today-result span.days {
	vertical-align:middle;
	line-height: inherit;
}

.today-result span.hours {
	display:block;
    width: 60%;
    float: right;
	line-height: normal;
    text-align: right;
}

.aivahbh_open_img,
.aivahbh_close_img {
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
	margin: 0 auto 10px auto;
}

/* Holiday Hours */
.aivahbh-hd-hours { position: relative; }
.aivah-bh-holiday-hrs { display: block; }
.aivahbh-hd-hours .days {
	width: 40%;
	display: block;
	float: left;
	text-align: left;
	vertical-align:middle;
	line-height: normal;
}

.aivahbh-hd-hours .hours {
	width:60%;
	display:block;
	float: right;
	text-align: right;
}

.aivahbh-hd-hours .days { font-weight: bold; line-height: normal; }
.aivahbh-hd-hours .hd_desc {
	font-weight: normal;
	font-style: italic;
	font-size: small;
	line-height: normal;
	opacity: 0.8;
}

.aivah-bh-oc-text {
	display: inline-block;
	background-color:#8FCA43;
	padding: 0 10px;
	color:#ffffff;
	font-size: 10px;
	line-height: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.aivah-bh-stext,
.aivah-bh-etext {
	display: inline-block;
	font-size: 11px;
	font-weight: normal;
	padding: 0 5px;
	margin: 0 3px;
	background-color: rgba(0,0,0,0.07);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.aivah_holiday_name {
    background: rgba(0, 0, 0, 0.07);
    border-radius: 2px;
    display: table;
    font-size: 10px;
    margin: 0 0 0 auto;
    padding: 3px 12px;
}
.centeraligned .aivah_bh_holiday-hrs,
.centeraligned .aivah_holiday_name {
  margin: 0 auto;
}
.aivah_holiday_to span { font-weight:bold; }

/* Style 2 Holidays Display */

.aivahbh-hd-s1[style^='background'],
.aivahbh-hd-s2[style^='background'] { padding: 20px; }

.aivahbh-hd-s2 .days {
	width: 100% !important;
	float: none !important;
	text-align: inherit;
	font-weight: 300;
	line-height: 32px;
	font-size: 26px;
	margin-bottom: 10px;
}
.aivahbh-hd-s2 .hours {
	width: 100% !important;
	display: table;
	float: none !important;
	text-align: inherit;
	margin-bottom: 10px;
	padding: 0px 10px;
	background-color: rgba(0,0,0,0.05);
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.aivahbh-hd-s1 .hd_desc,
.aivahbh-hd-s2 .hd_desc,
.aivahbh-hd-s3 .hd_desc {
	opacity: 0.8;
	flex:1 0 100%;
}

.aivahbh-hd-s3 .hd-details {
	display: flex;
	justify-content: space-between;
	margin-bottom: 5px;
}
.aivahbh-hd-s3 .days {
	width: auto;
	float: none;
	flex: 1 0 50%;
}
.aivahbh-hd-s3 .hd-date {
	width: auto;
	float: none;
	flex: 1 0 50%;
	text-align: right;
}
.aivahbh-hd-s3 .hd-desc {
	font-size: small;
}
.aivahbh-hd-hours small {
	font-size: small;
	flex: 1 0 100%;
}
/* Single Day */
.aivah_bh_singleday .today-result { clear: none; display: inline; }
.aivah_bh_singleday .today-result p { padding: 0; }
.aivah_bh_singleday span.hours,
.aivah_bh_singleday .days { vertical-align: middle; }

.aivah-bh-oc-dot {
	border-radius: 100%;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-left: 5px;
}

.aivah_oc_open { background-color:#34B96D; }
.aivah_oc_close { background-color:#FF4957; }

.aivah_bh_shortcode.aivah_bh_singleday { line-height: 100%;}

.hours-row { display: block; }

/* Center Aligned - @since 2.5.0 */
.centeraligned.aivahbh-businesshours span.days,
.centeraligned.aivahbh-businesshours span.hours,
.centeraligned .today-result span.days,
.centeraligned .today-result span.hours {
	width: auto;
	float: none;
	text-align: center;
}

.centeraligned .aivah-bh-tg { display: block; text-align: center; }
.centeraligned .aivahbh-desc { text-align: center; }
.past-hours { opacity:0.5; }

/* @since v3.6.2 */
img.aivahbh_close_img { height: auto; }
.aivah_bh_shortcode figure,
.aivahbh-businesshours figure { margin: 0; }

/* @since v4.0.0*/
.aivah_bh_holiday-hrs {
	display: table;
	padding: 2px 5px;
	font-size: 12px;
	font-weight: normal;
	background-color: rgba(0,0,0,0.1);
	margin:0 0 0 auto;
}