.elementor-kit-487{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Plus Jakarta Sans";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Plus Jakarta Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Plus Jakarta Sans";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Plus Jakarta Sans";--e-global-typography-accent-font-weight:500;--e-page-transition-entrance-animation:e-page-transition-fade-out;--e-page-transition-exit-animation:e-page-transition-fade-in;--e-page-transition-animation-duration:1500ms;--e-preloader-delay:200ms;--e-preloader-color:#FFF;--e-preloader-size:51px;}.elementor-kit-487 e-page-transition{background-color:var( --e-global-color-astglobalcolor0 );}.elementor-kit-487 h1{font-size:60px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end: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-kit-487 h1{font-size:45px;}.elementor-kit-487 h2{letter-spacing:-1px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-487 h1{font-size:40px;letter-spacing:-1px;}.elementor-kit-487 h2{font-size:24px;letter-spacing:-1px;}.elementor-kit-487 h3{font-size:24px;}.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 */
}

/* 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;
}

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

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

/* 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 */