.elementor-kit-601{--e-global-color-primary:#DB1C0A;--e-global-color-secondary:#222F38;--e-global-color-text:#0D0100;--e-global-color-accent:#CF5A0C;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;font-size:18px;font-weight:500;}.elementor-kit-601 e-page-transition{background-color:#FFBC7D;}.elementor-kit-601 h1{font-size:72px;font-weight:600;}.elementor-kit-601 h2{font-size:48px;font-weight:600;}.elementor-kit-601 h3{font-size:32px;font-weight:500;}.elementor-kit-601 h4{font-size:24px;font-weight:500;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-601 h1{font-size:32px;}.elementor-kit-601 h2{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.hours {
  color: white;
  position: relative; /* ensures absolute child positions correctly */
  text-align: center;
  z-index:10;
}

/* Popup box */
.hours .mabel-bhi-businesshours {
  opacity: 0;
  visibility: hidden;
  background: #3e3e3e;
  border-radius: 10px;
  padding: 16px; /* smaller padding */
  position: absolute;
  width: 280px; /* smaller width */
  max-width: 90vw; /* responsive on small screens */
  text-align: center;
  z-index: 9;
  font-size: 14px; /* smaller base text */
  line-height: 1.4;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  z-index: 222;
}

/* Hover show */
.hours:hover .mabel-bhi-businesshours {
  opacity: 1;
  visibility: visible;
}

/* Bold current day */
.hours .mbhi-is-current {
  font-weight: bold;
  background: #545454;
}

/* Table cleanup */
.hours table,
.hours td,
.hours th {
  border: 0;
  font-size: 13px; /* smaller font inside table */
}

/* Extra responsiveness */
@media (max-width: 480px) {
  .hours .mabel-bhi-businesshours {
    width: 95vw;
    font-size: 12px;
    padding: 12px;
  }
  .hours table,
  .hours td,
  .hours th {
    font-size: 12px;
  }
}/* End custom CSS */