/* Shared mobile treatment for structured tables inside About pages. */
.blurb-about table[data-gh-responsive-table="true"] {
  max-width: 100%;
}

.blurb-about .cross-frontier-guide-table {
  overflow-x: visible;
}

.blurb-about .cross-frontier-guide-table table[data-gh-responsive-table="true"] {
  min-width: 0;
}

@media (max-width: 520px) {
  .blurb-about .cross-frontier-guide-table {
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table),
  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody,
  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tr,
  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) td {
    display: block;
    width: 100% !important;
    min-width: 0 !important;
    box-sizing: border-box;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) {
    margin: 0;
    border: 0;
    table-layout: auto;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) colgroup,
  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) thead {
    display: none;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody tr {
    margin: 0 0 14px;
    overflow: hidden;
    border: 1px solid #d9cdbd;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 7px rgba(67, 47, 23, 0.08);
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody td {
    display: grid;
    grid-template-columns: minmax(105px, 38%) minmax(0, 1fr);
    gap: 12px;
    margin: 0;
    padding: 11px 12px;
    border: 0;
    border-bottom: 1px solid #e6ddd1;
    background: #fff;
    color: #454545;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.45;
    overflow-wrap: anywhere;
    text-align: left;
    white-space: normal;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody td:last-child {
    border-bottom: 0;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody td::before {
    content: attr(data-label);
    color: #6d491a;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.035em;
    line-height: 1.35;
    text-transform: uppercase;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody td:first-child {
    border-left: 4px solid #6d491a;
    background: #f7f1e8;
    color: #4c3518;
    font-weight: 700;
  }
}

@media (max-width: 360px) {
  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody td {
    display: block;
  }

  .blurb-about table[data-gh-responsive-table="true"]:not(.customs-status-table) tbody td::before {
    display: block;
    margin-bottom: 4px;
  }
}
