.elementor-4431 .elementor-element.elementor-element-b2472b8{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}/* Start custom CSS for text-editor, class: .elementor-element-8e15788 */.sth-itinerary-table-wrap {
  margin: 32px 0;
  overflow-x: auto;
  border: 1px solid #dce5ea;
  border-radius: 12px;
  background: #ffffff;
  box-shadow: 0 4px 16px rgba(20, 45, 60, 0.08);
  -webkit-overflow-scrolling: touch;
}

.sth-itinerary-table {
  width: 100%;
  min-width: 760px;
  border-collapse: separate;
  border-spacing: 0;
  color: #263746;
  font-size: 15px;
  line-height: 1.55;
}

.sth-itinerary-table caption {
  padding: 18px;
  color: #12324a;
  background: #ffffff;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.sth-itinerary-table thead th {
  padding: 15px 16px;
  color: #ffffff;
  background: #12324a;
  font-size: 14px;
  font-weight: 700;
  text-align: left;
  vertical-align: top;
}

.sth-itinerary-table tbody td {
  padding: 15px 16px;
  border-top: 1px solid #e5ecef;
  vertical-align: top;
}

.sth-itinerary-table tbody tr:nth-child(even) {
  background: #f7fafb;
}

.sth-itinerary-table tbody tr:hover {
  background: #eef7f4;
}

.sth-itinerary-table tbody td:first-child {
  width: 10%;
  color: #12324a;
  font-weight: 700;
  white-space: nowrap;
}

.sth-itinerary-table tbody td:nth-child(2) {
  width: 22%;
  color: #176b5c;
  font-weight: 600;
}

.sth-itinerary-table tbody td:nth-child(3) {
  width: 35%;
}

.sth-itinerary-table tbody td:nth-child(4) {
  width: 33%;
  color: #176b5c;
  font-weight: 600;
}

@media (max-width: 768px) {
  .sth-itinerary-table-wrap {
    margin: 24px 0;
    border-radius: 8px;
  }

  .sth-itinerary-table {
    min-width: 760px;
    font-size: 14px;
  }

  .sth-itinerary-table caption {
    font-size: 18px;
  }

  .sth-itinerary-table thead th,
  .sth-itinerary-table tbody td {
    padding: 13px 14px;
  }
}/* End custom CSS */