/*
 * Shared mobile presentation baseline for the Jiangsu, Zhejiang and Anhui sites.
 * Keep this file byte-for-byte identical in all three regional repositories.
 */
@media (max-width: 767.98px) {
  .main-nav__links {
    display: flex;
    gap: 0;
    min-width: 0;
    overflow-x: hidden;
    width: 100%;
  }

  .main-nav__links a {
    align-items: center;
    border-bottom: 0;
    display: flex;
    flex: 1 1 0;
    flex-direction: column;
    font-size: .62rem;
    gap: 1px;
    justify-content: center;
    min-width: 0;
    overflow: hidden;
    padding: 3px 0;
    text-align: center;
  }

  .main-nav__links a > i {
    font-size: .9rem;
    line-height: 1.1;
  }

  .main-nav__links a.active {
    background: rgba(255, 255, 255, .2);
  }

  .main-nav__links .full-label {
    display: block;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .result-table tbody tr {
    display: block;
    padding: 8px 10px;
  }

  .result-table tbody td,
  .result-table tbody td:first-child,
  .result-table tbody td:nth-child(2) {
    align-items: baseline;
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr);
    min-height: 34px;
    max-width: none !important;
    min-width: 0 !important;
    overflow-wrap: anywhere;
    padding: 5px 0;
    width: 100% !important;
  }

  .result-table tbody td::before {
    padding-right: 8px;
  }

  .result-table tbody .result-title {
    display: grid;
    grid-column: auto;
    grid-row: auto;
  }

  .result-table tbody .result-title::before {
    display: block;
  }

  .result-table tbody .empty-cell {
    display: block;
    min-height: 0;
  }

  .official-document div,
  .official-document p {
    min-width: 0;
    overflow-wrap: anywhere;
    word-break: break-word;
  }
}
