/* Kizuki location pages: consistent opening-hours layout */
#menu_section .iva_bh_shortcode {
  width: 100%;
  margin: 0;
  color: #878787;
  font-size: 15px;
}

#menu_section .iva_bh_shortcode .today-result {
  display: none;
}

#menu_section .iva_bh_shortcode .ivabh-businesshours .iva_bhp_hours_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  overflow: visible;
  padding: 11px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#menu_section .iva_bh_shortcode .ivabh-businesshours .iva_bhp_hours_row:last-child {
  border-bottom: 0;
}

#menu_section .iva_bh_shortcode .ivabh-businesshours span.days {
  display: block;
  flex: 1 1 auto;
  float: none;
  width: auto;
  line-height: 25px;
  text-align: left;
}

#menu_section .iva_bh_shortcode .ivabh-businesshours span.hours {
  display: block;
  flex: 0 0 auto;
  float: none;
  width: auto;
  line-height: 25px;
  text-align: right;
  white-space: nowrap;
}

#menu_section .iva_bh_shortcode .ivabh-businesshours .hours-row {
  white-space: nowrap;
}

#menu_section .iva_bh_shortcode .ivabh-businesshours .ivabh-current-day,
#menu_section .iva_bh_shortcode .ivabh-businesshours .iva_bhp_hours_row:has(.iva-bh-oc-dot) {
  color: #dd9933 !important;
  font-weight: 700;
}

@media (max-width: 480px) {
  #menu_section .iva_bh_shortcode {
    font-size: 14px;
  }

  #menu_section .iva_bh_shortcode .ivabh-businesshours .iva_bhp_hours_row {
    gap: 12px;
  }
}