.cross-frontier-guide-table {
  width: 100%;
  margin: 24px 0 30px;
  overflow-x: auto;
  border: 1px solid #d9cdbd;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(67, 47, 23, 0.08);
  -webkit-overflow-scrolling: touch;
}

.cross-frontier-guide-table table {
  width: 100%;
  min-width: 620px;
  margin: 0;
  border: 0;
  border-collapse: collapse;
  table-layout: fixed;
}

.cross-frontier-guide-table th,
.cross-frontier-guide-table td {
  padding: 14px 16px;
  border: 0;
  border-right: 1px solid #e6ddd1;
  border-bottom: 1px solid #e6ddd1;
  text-align: left;
  vertical-align: top;
  line-height: 1.45;
  white-space: normal;
  overflow-wrap: anywhere;
}

.cross-frontier-guide-table th:last-child,
.cross-frontier-guide-table td:last-child {
  border-right: 0;
}

.cross-frontier-guide-table tbody tr:last-child td {
  border-bottom: 0;
}

.cross-frontier-guide-table th {
  background: #6d491a;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
}

.cross-frontier-guide-table th:first-child,
.cross-frontier-guide-table td:first-child {
  width: 34%;
}

.cross-frontier-guide-table td:first-child {
  color: #4c3518;
  font-weight: 700;
}

.cross-frontier-guide-table tbody tr:nth-child(even) td {
  background: #faf7f2;
}

/* Keep secondary bold labels in the normal article typography. */
.blurb-about h4 {
  color: #565656;
  font-family: Verdana, Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 25px;
}

@media (max-width: 749px) {
  .blurb-about h4 {
    font-size: 14px;
  }

  .cross-frontier-guide-table {
    border-radius: 6px;
  }

  .cross-frontier-guide-table table {
    min-width: 560px;
  }

  .cross-frontier-guide-table th,
  .cross-frontier-guide-table td {
    padding: 12px 13px;
    font-size: 15px;
  }
}
