ul#delivery-suburb-jumplinks {
  border-left: 4px solid var(--brand-primary-500, #001080);
  list-style: none;

  li {
    margin: 20px 0;
  }
}

@media screen and (max-width: 639px) {
  #ow-table.responsive-design.table-rtm-offer {
    tr {
      border: var(--table-border--default);
      border-radius: var(--spacing-50, 4px);

      @media screen and (min-width: 480px) and (max-width: 639px) {
        > *:first-child,
        > *:last-child:nth-child(even) {
          grid-column: span 1;
        }

        > *:nth-child(odd):not(:first-child) {
          border-bottom-left-radius: inherit;
        }

        > *:nth-child(even):not(:last-child) {
          border-top-right-radius: inherit;
        }
      }
    }

    :is(th, td) {
      border: none;

      &:first-child {
        background: #fff;
      }

      &:first-child[data-title]::before {
        color: var(--grey-900, #252525);
      }
    }
  }
}
