.destination-content .text-dark-1 table {
  width: 100%;
  max-width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  border-collapse: separate;
  border-spacing: 0;
  background: #fff;
  box-shadow: 0 6px 20px rgba(5, 18, 40, 0.05);
}

.destination-content .text-dark-1 table caption {
  padding: 14px 20px;
  color: #6b7280;
  caption-side: top;
  text-align: left;
}

.destination-content .text-dark-1 table th,
.destination-content .text-dark-1 table td {
  min-width: 130px;
  padding: 14px 18px;
  border-right: 1px solid #e5e7eb;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: top;
  line-height: 1.5;
  text-align: left;
}

.destination-content .text-dark-1 table th {
  color: #172033;
  background: #f4f7fb;
  font-weight: 600;
}

.destination-content .text-dark-1 table tbody tr:nth-child(even) td {
  background: #fafbfc;
}

.destination-content .text-dark-1 table tbody tr:hover td {
  background: #f1f6ff;
}

.destination-content .text-dark-1 table tr > :last-child {
  border-right: 0;
}

.destination-content .text-dark-1 table tr:last-child > * {
  border-bottom: 0;
}

.destination-content .text-dark-1 table a {
  color: #0066d6;
  text-decoration: underline;
  text-underline-offset: 2px;
}

.destination-content li {
    list-style: none;
    margin: 0;
    padding: 0;
    list-style: disc;
    margin-left: 20px;
}

@media (max-width: 767px) {
  .destination-content .text-dark-1 table {
    margin: 20px 0;
    border-radius: 8px;
  }

  .destination-content .text-dark-1 table th,
  .destination-content .text-dark-1 table td {
    min-width: 115px;
    padding: 11px 13px;
  }
}
