.elementor-9785 .elementor-element.elementor-element-135c54a8{width:var( --container-widget-width, 104.733% );max-width:104.733%;--container-widget-width:104.733%;--container-widget-flex-grow:0;}.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-9785 .elementor-element.elementor-element-4375ac{text-align:justify;}@media(min-width:768px){.elementor-9785 .elementor-element.elementor-element-1175137e{width:52.47%;}.elementor-9785 .elementor-element.elementor-element-3f2b6c5b{width:47.383%;}}/* Start custom CSS for html, class: .elementor-element-106edc7d */.custom-table-wrapper {
  overflow-x: auto;
  margin-top: 20px;
}

table.custom-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
}

table.custom-table thead {
  background-color: #1F2A48; /* tmavší modrá ze screenshotu */
  color: white;
}

table.custom-table th,
table.custom-table td {
  padding: 12px 15px;
  border: 1px solid #ddd;
  text-align: left;
  font-size: 15px;
}

table.custom-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

table.custom-table tbody tr:hover {
  background-color: #eef1f5;
}

@media (max-width: 768px) {
  table.custom-table,
  table.custom-table thead,
  table.custom-table tbody,
  table.custom-table th,
  table.custom-table td,
  table.custom-table tr {
    display: block;
  }

  table.custom-table thead {
    display: none;
  }

  table.custom-table td {
    position: relative;
    padding-left: 50%;
    border: none;
    border-bottom: 1px solid #ddd;
  }

  table.custom-table td::before {
    position: absolute;
    top: 12px;
    left: 15px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    font-weight: bold;
    color: #1f2945;
  }

  table.custom-table td:nth-of-type(1)::before { content: "Hot Spring / Swimming Area"; }
  table.custom-table td:nth-of-type(2)::before { content: "Type"; }
  table.custom-table td:nth-of-type(3)::before { content: "Location"; }
  table.custom-table td:nth-of-type(4)::before { content: "Opening Hours"; }
  table.custom-table td:nth-of-type(5)::before { content: "Cost & Permits"; }
  table.custom-table td:nth-of-type(6)::before { content: "Planning a Visit?"; }
}
table td {
  word-break: keep-all;
}/* End custom CSS */