.elementor-15877 .elementor-element.elementor-element-212f98e{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15877 .elementor-element.elementor-element-51f2d35{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-15877 .elementor-element.elementor-element-65d5caf{width:100%;max-width:100%;border-style:none;}@media(max-width:1366px){.elementor-15877 .elementor-element.elementor-element-51f2d35{--padding-top:10px;--padding-bottom:10px;--padding-left:20px;--padding-right:20px;}}@media(max-width:767px){.elementor-15877 .elementor-element.elementor-element-51f2d35{--padding-top:10px;--padding-bottom:0px;--padding-left:20px;--padding-right:20px;}}/* Start custom CSS for html, class: .elementor-element-65d5caf */.daily-schedule {
  width: 100%;
  border-collapse: collapse;
  border: none;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  background-color: #fff;
}

/* Kill the theme's default table/cell borders */
.daily-schedule,
.daily-schedule thead,
.daily-schedule tbody,
.daily-schedule tr,
.daily-schedule th,
.daily-schedule td {
  border-left: none !important;
  border-right: none !important;
  border-top: none !important;
}

/* Force all rows and cells white, overriding theme zebra striping */
.daily-schedule tbody tr,
.daily-schedule tbody tr:nth-child(odd),
.daily-schedule tbody tr:nth-child(even),
.daily-schedule tbody tr td,
.daily-schedule tbody tr:nth-child(odd) td,
.daily-schedule tbody tr:nth-child(even) td {
  background-color: #fff !important;
}

.daily-schedule th {
  background-color: #004A62;
  color: #fff;
  text-align: left;
  padding: 12px 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 0.5px;
}

/* Round the top corners of the header bar */
.daily-schedule th:first-child {
  border-top-left-radius: 8px;
}

.daily-schedule th:last-child {
  border-top-right-radius: 8px;
}

.daily-schedule td {
  padding: 18px;
  vertical-align: top;
  border-bottom: 1px solid #e3e1d9;
}

.daily-schedule tbody tr:last-child td {
  border-bottom: none;
}

.daily-schedule td:first-child {
  color: #F2A11F;
  font-weight: 700;
  white-space: nowrap;
  font-size: 14px;
  letter-spacing: 0.3px;
}

.daily-schedule td:nth-child(2) {
  color: #2a3340;
  font-weight: 700;
}

.daily-schedule td:last-child {
  color: #555;
}

/* Mobile: stack each row into a card */
@media (max-width: 767px) {
  .daily-schedule thead {
    display: none;
  }

  .daily-schedule tbody tr {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #e3e1d9;
    border-radius: 8px;
    background: #fff;
    overflow: hidden;
  }

  .daily-schedule td {
    display: block;
    border-bottom: none;
    padding: 6px 16px;
  }

  .daily-schedule tbody tr td:first-child {
    padding-top: 14px;
  }

  .daily-schedule tbody tr td:last-child {
    padding-bottom: 14px;
  }

  .daily-schedule td::before {
    content: attr(data-label);
    display: block;
    font-weight: 700;
    color: #F2A11F;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 2px;
  }

  /* Time cell already shows in gold; no need for a duplicate label */
  .daily-schedule td:first-child::before {
    display: none;
  }

  /* Hide empty Notes cells on mobile so they don't show a stray label */
  .daily-schedule td:empty {
    display: none;
  }
}/* End custom CSS */