.elementor-895 .elementor-element.elementor-element-55f2344 > .elementor-background-overlay{opacity:0.5;transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-895 .elementor-element.elementor-element-55f2344{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 15px 30px 15px;}.elementor-895 .elementor-element.elementor-element-e9ef20e .ts-heading-subheading{text-align:left;}.elementor-895 .elementor-element.elementor-element-e9ef20e > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-895 .elementor-element.elementor-element-55f2344{padding:60px 15px 10px 15px;}}@media(max-width:767px){.elementor-895 .elementor-element.elementor-element-55f2344{padding:60px 15px 0px 15px;}}/* Start custom CSS for ts_heading, class: .elementor-element-e9ef20e */.schedule-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 32px 0;
  border-radius: 18px;
  box-shadow: 0 12px 35px rgba(15, 76, 129, 0.10);
  background: #ffffff;
}

.schedule-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  font-family: inherit;
  background: #ffffff;
  overflow: hidden;
}

.schedule-table thead th {
  background: #0f4c81;
  color: #ffffff;
  padding: 18px 14px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.18);
}

.schedule-table thead th:first-child {
  text-align: left;
  min-width: 240px;
}

.schedule-table tbody td {
  padding: 16px 14px;
  border-bottom: 1px solid #e6eef5;
  border-right: 1px solid #e6eef5;
  text-align: center;
  vertical-align: middle;
  color: #243b53;
  font-size: 14px;
  background: #ffffff;
}

.schedule-table tbody tr:nth-child(even) td {
  background: #f8fbfd;
}

.schedule-table tbody tr:hover td {
  background: #eef7fc;
}

.schedule-table .doctor-name {
  text-align: left;
  font-weight: 700;
  color: #0f3654;
  background: #f2f8fc;
  position: sticky;
  left: 0;
  z-index: 2;
  min-width: 240px;
}

.schedule-table tbody tr:nth-child(even) .doctor-name {
  background: #eaf4fa;
}

.schedule-table td span {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 999px;
  background: #e8f4fb;
  color: #0f4c81;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  white-space: nowrap;
}

.schedule-table td small {
  display: block;
  margin-top: 6px;
  color: #5d7285;
  font-size: 12px;
  font-weight: 600;
}

.schedule-table td:empty::after {
  content: "—";
  color: #b7c4cf;
  font-weight: 500;
}

@media (max-width: 768px) {
  .schedule-table-wrapper {
    border-radius: 14px;
  }

  .schedule-table {
    min-width: 900px;
  }

  .schedule-table thead th,
  .schedule-table tbody td {
    padding: 13px 10px;
    font-size: 13px;
  }

  .schedule-table .doctor-name {
    min-width: 210px;
  }

  .schedule-table td span {
    font-size: 12px;
    padding: 6px 9px;
  }
}/* End custom CSS */