.hall__items .projects__hall-of-fame-vendors {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hall__items .projects__hall-of-fame-vendors li:not(:last-child) {
  margin-bottom: 0.75rem;
}

.hall__items .country-flag-cell {
  text-align: center;
}

.hall__items .country-flag-cell ul {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
}

.hall__items .country-flag-cell li {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hall__items .country-flag-cell img {
  display: block;
  width: 68px;
  height: 48px;
  object-fit: cover;
  border-radius: 2px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}

.hall__items td.small-cell .cell-image {
  width: 100%;
  max-width: 220px;
  height: 88px;
  padding: 8px;
  min-height: 88px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

.hall__items td.small-cell .cell-image .picture,
.hall__items td.small-cell .cell-image a {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.hall__items td.small-cell .cell-image .picture__img,
.hall__items td.small-cell .cell-image img {
  width: 100% !important;
  height: 100% !important;
  max-width: none;
  max-height: none;
  object-fit: contain !important;
  object-position: center center !important;
  display: block;
}

.hall__items td.small-cell .cell-image .picture__img[src$=".svg"],
.hall__items td.small-cell .cell-image img[src$=".svg"] {
  width: 100% !important;
  height: 100% !important;
}

.hall__items .supplier-placeholder {
  display: none;
}

@media (max-width: 1024px) {
  .hall__items table,
  .hall__items tbody {
    display: block;
  }

  .hall__items tbody tr {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "project project"
      "geo geo"
      "customer supplier"
      "manager manager";
    gap: 6px 12px;
    margin: 0 !important;
    padding: 8px 0;
    border: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .hall__items tbody tr + tr {
    border-top: 0 !important;
    box-shadow: inset 0 1px 0 #c6d6e6 !important;
  }

  .hall__items table tbody tr,
  .hall__items .table tbody tr,
  .hall__items tr {
    border-left: 0 !important;
    border-right: 0 !important;
    border-top: 0 !important;
    border-radius: 0 !important;
    background-image: none !important;
    box-shadow: none !important;
    outline: 0 !important;
  }

  .hall__items tbody tr + tr,
  .hall__items table tbody tr + tr {
    box-shadow: inset 0 1px 0 #c6d6e6 !important;
  }

  .hall__items tbody tr > td {
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: transparent !important;
  }

  .hall__items tbody tr::before,
  .hall__items tbody tr::after,
  .hall__items table tbody tr::before,
  .hall__items table tbody tr::after {
    content: none !important;
    display: none !important;
  }

  .hall__items tbody tr > td {
    width: 100%;
    min-width: 0;
    padding-top: 6px !important;
    padding-bottom: 6px !important;
  }

  .hall__items tbody tr > td .cell-header + * {
    margin-top: 8px !important;
    margin-bottom: 0 !important;
  }

  .hall__items tbody tr > td:nth-child(1) {
    grid-area: project;
  }

  .hall__items tbody tr > td:nth-child(2) {
    grid-area: geo;
  }

  .hall__items tbody tr > td:nth-child(3) {
    grid-area: customer;
  }

  .hall__items tbody tr > td:nth-child(4) {
    grid-area: supplier;
  }

  .hall__items tbody tr > td:nth-child(5) {
    grid-area: manager;
  }

  .hall__items tbody tr > td:nth-child(1) .cell-header {
    display: none !important;
  }

  .hall__items tbody tr > td:nth-child(2) {
    display: flex !important;
    flex-direction: row !important;
    align-items: flex-start !important;
    gap: 10px;
  }

  .hall__items tbody tr > td:nth-child(2) .cell-header {
    margin: 0;
    flex: 0 0 auto;
    white-space: nowrap;
    line-height: 1.15;
  }

  .hall__items tbody tr > td:nth-child(2) ul {
    display: flex !important;
    align-items: center;
    margin: 0;
    flex: 1 1 auto;
  }

  .hall__items tbody tr > td:nth-child(2) .cell-header + * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .hall__items tbody tr > td:nth-child(3),
  .hall__items tbody tr > td:nth-child(4),
  .hall__items tbody tr > td:nth-child(5) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    justify-content: flex-start !important;
  }

  .hall__items .country-flag-cell {
    text-align: left;
  }

  .hall__items .country-flag-cell ul {
    justify-content: flex-start;
  }

  .hall__items td.small-cell .cell-image {
    max-width: 150px;
    height: 56px;
    min-height: 56px;
    padding: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .hall__items td.small-cell .cell-image .picture__img,
  .hall__items td.small-cell .cell-image img {
    width: 100% !important;
    height: 100% !important;
  }

  .hall__items .supplier-placeholder {
    display: block;
  }
}

@media (max-width: 768px) {
  .hall__items tbody tr {
    gap: 6px 10px;
    padding: 6px 10px;
  }

  .hall__items tbody tr > td {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .hall__items td.small-cell .cell-image {
    max-width: 138px;
    height: 52px;
    min-height: 52px;
    padding: 4px;
  }
}

@media (max-width: 576px) {
  .hall__items tbody tr > td:nth-child(2) .cell-header {
    white-space: normal;
    max-width: 9ch;
  }
}

@media (min-width: 577px) and (max-width: 1024px) {
  .hall__items tbody tr {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
    grid-template-areas:
      "project project project"
      "geo customer supplier"
      "manager manager manager";
    gap: 6px 16px;
    padding: 8px 0;
  }

  .hall__items tbody tr > td:nth-child(2) {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 0;
  }

  .hall__items tbody tr > td:nth-child(2) .cell-header {
    white-space: normal;
    max-width: none;
  }

  .hall__items tbody tr > td:nth-child(2) ul {
    width: 100%;
    margin-top: 8px !important;
  }

  .hall__items tbody tr > td:nth-child(3),
  .hall__items tbody tr > td:nth-child(4) {
    min-height: 106px;
  }

  .hall__items td.small-cell .cell-image {
    max-width: 132px;
    height: 46px;
    min-height: 46px;
    padding: 2px;
  }
}