.elementor-1 .elementor-element.elementor-element-3d2c2616{--display:flex;}.elementor-1 .elementor-element.elementor-element-58475d23{font-family:"Noto Serif TC", Sans-serif;}/* Start custom CSS for text-editor, class: .elementor-element-58475d23 */.travel-route-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin: 40px 0;
  }

  .travel-route-table {
    width: 100%;
    min-width: 800px;
    font-family: noto sans tc;
    border-collapse: collapse;
    background: #fffaf2;
    color: #2f2f2f;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(80, 60, 35, 0.08);
  }

  .travel-route-table thead {
    background: #9B743A;
    color: #ffffff;
  }

  .travel-route-table th {
    padding: 16px 22px;
    color:#ffffff;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
    letter-spacing: 0.04em;
    white-space: nowrap;
  }

  .travel-route-table td {
    padding: 24px;
    font-size: 14px;
    line-height: 1.5;
    border-bottom: 1px solid #e4d8c7;
    vertical-align: middle;
  }

  .travel-route-table tbody tr:last-child td {
    border-bottom: none;
  }

  .travel-route-table tbody tr:nth-child(even) {
    background: #f8f3e8;
  }

  .travel-route-table tbody tr:hover {
    background: #f1e6d4;
  }

  .travel-route-table td:first-child {
    font-weight: 700;
    color: #6f5432;
  }

  .travel-route-table td:nth-child(2) {
    font-weight: 700;
    color: #9B743A;
  }

  .travel-route-table td:nth-child(4),
  .travel-route-table td:nth-child(5) {
    font-weight: 700;
    white-space: nowrap;
  }

  @media (max-width: 767px) {
    .travel-route-table-wrap {
      margin: 28px 0;
    }

    .travel-route-table {
      min-width: 760px;
      border-radius: 14px;
    }

    .travel-route-table th {
      padding: 18px 16px;
      font-size: 14px;
    }

    .travel-route-table td {
      padding: 18px 16px;
      font-size: 14px;
    }
  }/* End custom CSS */