.elementor-1413 .elementor-element.elementor-element-b53fb44{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1413 .elementor-element.elementor-element-c3735a6 .elementor-heading-title{color:#030303;}.elementor-1413 .elementor-element.elementor-element-82166d9 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:18px;font-weight:600;color:#000000;}.elementor-1413 .elementor-element.elementor-element-82365dc{width:100%;max-width:100%;}#elementor-popup-modal-1413{background-color:rgba(0,0,0,.8);justify-content:center;align-items:center;pointer-events:all;}#elementor-popup-modal-1413 .dialog-message{width:600px;height:95vh;align-items:flex-start;}#elementor-popup-modal-1413 .dialog-close-button{display:flex;}#elementor-popup-modal-1413 .dialog-widget-content{box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:767px){.elementor-1413 .elementor-element.elementor-element-82365dc{width:100%;max-width:100%;}#elementor-popup-modal-1413 .dialog-message{width:600px;}}/* Start custom CSS for shortcode, class: .elementor-element-82365dc *//* =========================
   Popup #2 (Schedule) FIX
   ========================= */

/* Popup shell */
.elementor-1413 .elementor-element.elementor-element-82365dc .dialog-widget-content{
  height: 95vh;
  max-height: 95vh;
  max-width: 96vw;
  overflow: hidden !important;
}

/* Layout inside popup */
.elementor-1413 .elementor-element.elementor-element-82365dc .dialog-message{
  height: 95vh;
  display: flex;
  flex-direction: column;
  overflow: hidden !important;
}

/* Give the calendar area room */
.elementor-1413 .elementor-element.elementor-element-82365dc .gh-cal-wrapper{
  flex: 1;
  min-height: 0; /* IMPORTANT for flex children */
}

/* Groundhogg calendar should be allowed to size naturally */
.elementor-1413 .elementor-element.elementor-element-82365dc .gh-cal-wrapper .groundhogg-calendar{
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 0;
  overflow: visible !important;
}

/* This is usually the thing that gets constrained */
.elementor-1413 .elementor-element.elementor-element-82365dc .gh-cal-wrapper #calendar-date-picker{
  flex: 1;
  min-height: 360px; /* ensures full month grid shows */
  overflow: visible !important;
}

/* Datepicker full width */
.elementor-1413 .elementor-element.elementor-element-82365dc .gh-cal-wrapper .ui-datepicker,
.elementor-1413 .elementor-element.elementor-element-82365dc .gh-cal-wrapper .ui-datepicker table{
  width: 100% !important;
  table-layout: fixed !important;
}

/* Mobile: allow popup content to scroll (NOT the calendar box) */
@media (max-width: 767px){
  .elementor-1413 .elementor-element.elementor-element-82365dc .dialog-message{
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 10px; /* iPhone bottom bar */
  }

  /* Fix close button overlap + give heading breathing room */
  .elementor-1413 .elementor-element.elementor-element-82365dc .dialog-message{
    padding-right: 16px;
  }
}/* End custom CSS */