.t-omni__logos {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem 0;
  justify-items: center;
}

.t-omni__logos svg {
  transform: scale(0.8);
}

@media (min-width: 36rem) {
  .t-omni__logos {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 64rem) {
  .t-omni__logos {
    grid-template-columns: repeat(7, 1fr);
  }

  .t-omni__logos svg {
    transform: none;
  }
}

.t-omni__shot {
  display: flex;
  align-items: center;
  justify-content: center;
  border-style: solid;
  border-width: 1px;
}

.t-omni__shot img {
  max-width: 100%;
  height: auto;
  margin: 0;
  border-radius: 0.5rem;
}

.t-omni__shot--even img {
  width: 100%;
  height: auto;
}

.t-omni__stat {
  text-align: center;
}

.t-omni__logo {
  width: auto;
  height: 3rem;
}

.t-omni__card-icons {
  display: flex;
  gap: 0.75rem;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.t-omni__card-icons img {
  width: 2.25rem;
  height: 2.25rem;
  margin: 0;
}

.t-omni__table-wrap {
  overflow-x: auto;
}

.t-omni__table-wrap:focus-visible {
  outline: 2px solid var(--color-black);
  outline-offset: 2px;
}

.t-omni__table {
  width: 100%;
  min-width: 40rem;
  border-collapse: collapse;
}

.t-omni__table th,
.t-omni__table td {
  vertical-align: top;
}

.t-omni__table--checklist {
  min-width: 52rem;
}

.t-omni__table--checklist tbody th {
  width: 15rem;
}

.t-omni__step-number {
  display: block;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.5;
}

.t-omni__step-number span {
  display: inline-block;
  padding-top: 0.375rem;
  padding-bottom: 0.2rem;
  line-height: 1;
}

.t-omni__cta-heading {
  font-weight: 700;
}

.t-omni__faq .c-faq__entry::after {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' fill='none'%3E%3Cg clip-path='url(%23clip0_873_23259)'%3E%3Cpath d='M8 12L16 20L24 12' stroke='%231B1B20' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_873_23259'%3E%3Crect width='32' height='32' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  top: 14px;
  width: 32px;
  height: 32px;
}
