@media (max-width: 767px) {
  /** Visually hidden, still accessible. */
  .paragraph--type--localgov-table thead tr {
    border: 0;
    clip: rect(0 0 0 0);
    height: auto;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap;
  }

  .paragraph--type--localgov-table td {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
    position: relative;
    border-bottom: 1px solid var(--color-grey-lighter);
  }

  .paragraph--type--localgov-table td:before {
    content: attr(data-title);
    font-weight: bold;
  }

  .paragraph--type--localgov-table td > div.responsive-table-empty-row-data {
    min-height: 1.5em;
  }

  .js .paragraph--type--localgov-table table td .dropbutton-multiple {
    padding-right: inherit;
  }
}
