.elementor-1962 .elementor-element.elementor-element-e37b093{--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-bf07586 */.table-scroll {
  width: 100%;
  margin: 24px 0;
  overflow-x: auto;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
}

.accommodation-table {
  width: 100%;
  min-width: 760px;
  border: 0;
  border-collapse: collapse;
  background: #ffffff;
  font-size: 15px;
  line-height: 1.6;
}

.accommodation-table th {
  padding: 16px 18px;
  background: #173b57;
  color: #ffffff;
  text-align: left;
  border: 0;
}

.accommodation-table td {
  padding: 15px 18px;
  vertical-align: top;
  border: 0;
  border-bottom: 1px solid #e8edf2;
}

.accommodation-table tbody tr:nth-child(even) {
  background: #f7f9fb;
}

.accommodation-table tbody tr:hover {
  background: #eef5f9;
}

.accommodation-table tbody tr:last-child td {
  border-bottom: 0;
}

.accommodation-table tbody td:first-child {
  color: #173b57;
  font-weight: 700;
}

@media (max-width: 767px) {
  .accommodation-table {
    font-size: 14px;
  }

  .accommodation-table th,
  .accommodation-table td {
    padding: 13px 14px;
  }
}/* End custom CSS */