.nms-brands-page {
  background: #fff;
  color: #141c24;
}

.nms-brands-page .nms-shell {
  width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  margin-inline: auto;
}

.nms-brands-cover {
  position: relative;
  isolation: isolate;
  min-height: 430px;
  color: #fff;
  background: #071019;
}

.nms-brands-cover::before,
.nms-brands-cover::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
}

.nms-brands-cover::before {
  background-image: var(--nms-brands-cover-image);
  background-position: center;
  background-size: cover;
}

.nms-brands-cover::after {
  background:
    linear-gradient(90deg, rgb(5 14 22 / 94%) 0%, rgb(5 14 22 / 78%) 38%, rgb(5 14 22 / 36%) 100%),
    linear-gradient(180deg, rgb(5 14 22 / 18%) 0%, rgb(5 14 22 / 42%) 100%);
}

.nms-brands-cover__inner {
  position: relative;
  min-height: 430px;
  padding-block: 28px 54px;
}

.nms-brands-cover__crumbs {
  display: flex;
  gap: 10px;
  align-items: center;
  color: rgb(255 255 255 / 74%);
  font-size: 12px;
}

.nms-brands-cover__crumbs a {
  color: #fff;
  text-decoration: none;
}

.nms-brands-cover__copy {
  width: min(720px, 58%);
  padding-top: 42px;
}

.nms-brands-cover h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(42px, 4.2vw, 60px);
  line-height: 1.04;
  letter-spacing: 0;
}

.nms-brands-cover__copy p {
  max-width: 600px;
  margin: 18px 0 0;
  color: rgb(255 255 255 / 82%);
  font-size: 16px;
  line-height: 1.48;
}

.nms-brands-cover__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 26px;
}

.nms-brands-cover .nms-button {
  min-height: 52px;
  border-radius: 0;
}

.nms-brands-cover .nms-button--outline {
  border-color: rgb(255 255 255 / 50%);
  background: rgb(0 0 0 / 18%);
  color: #fff;
}

.nms-brands-floating-search {
  position: absolute;
  right: auto;
  bottom: -22px;
  left: 0;
  width: min(980px, calc(100% - 380px));
  max-width: 980px;
  box-shadow: 0 14px 30px rgb(0 0 0 / 26%);
}

.nms-brands-search {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 180px;
  border: 1px solid rgb(255 255 255 / 18%);
  background: #fff;
}

.nms-brands-search input {
  min-width: 0;
  height: 54px;
  border: 0;
  padding-inline: 20px;
  color: #111820;
  font: inherit;
}

.nms-brands-search button {
  border: 0;
  background: #0750a7;
  color: #fff;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
}

.nms-brands-content {
  padding-block: 70px 34px;
}

.nms-brands-section-head {
  margin-bottom: 18px;
}

.nms-brands-section-head h2 {
  margin: 0;
  color: #141c24;
  font-size: 24px;
  line-height: 1.1;
  text-transform: uppercase;
}

.nms-brands-section-head p {
  max-width: 680px;
  margin: 7px 0 0;
  color: #4e5b66;
  font-size: 13px;
  line-height: 1.45;
}

.nms-brand-directory__grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
}

.nms-brand-directory__item {
  display: grid;
  min-height: 154px;
  grid-template-rows: 68px auto auto;
  align-items: center;
  padding: 18px 18px 16px;
  border: 1px solid #dce3e8;
  background: #fff;
  color: #141c24;
  text-align: center;
  text-decoration: none;
  transition: border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.nms-brand-directory__item:hover {
  border-color: #0a5fd5;
  box-shadow: 0 12px 28px rgb(8 31 48 / 10%);
  transform: translateY(-1px);
}

.nms-brand-directory__logo {
  display: grid;
  min-width: 0;
  min-height: 58px;
  place-items: center;
  color: #141c24;
  font-size: 18px;
  font-weight: 900;
  line-height: 1.1;
}

.nms-brand-directory__logo img {
  display: block;
  width: auto;
  max-width: min(166px, 100%);
  max-height: 56px;
  height: auto;
  object-fit: contain;
}

.nms-brand-directory__item strong {
  display: block;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.15;
}

.nms-brand-directory__item small {
  display: block;
  margin-top: 7px;
  color: #4e5b66;
  font-size: 11px;
  line-height: 1.35;
}

.nms-brand-directory__logo.is-text-only {
  min-height: 58px;
  padding: 0 8px;
  border: 1px solid #e4ebf0;
  background: #f8fafc;
}

.nms-brand-highlights,
.nms-brand-systems,
.nms-brand-examples {
  margin-top: 30px;
}

.nms-brand-highlight-list {
  display: grid;
  gap: 12px;
}

.nms-brand-highlight {
  display: grid;
  grid-template-columns: 290px minmax(170px, .9fr) minmax(190px, .85fr) minmax(190px, .85fr) 134px;
  min-height: 150px;
  border: 1px solid #dce3e8;
  background: #fff;
}

.nms-brand-highlight > img {
  display: block;
  width: 100%;
  height: 150px;
  object-fit: cover;
}

.nms-brand-highlight > div {
  min-width: 0;
  padding: 22px 22px;
  border-left: 1px solid #dce3e8;
}

.nms-brand-highlight__brand h3 {
  margin: 0 0 14px;
  font-size: 27px;
  line-height: 1;
}

.nms-brand-highlight__brand p,
.nms-brand-highlight__list p,
.nms-brand-highlight__list li {
  color: #4e5b66;
  font-size: 12px;
  line-height: 1.45;
}

.nms-brand-highlight__list strong {
  display: block;
  margin-bottom: 9px;
  color: #53616b;
  font-size: 11px;
}

.nms-brand-highlight__list ul {
  margin: 0;
  padding-left: 16px;
}

.nms-brand-highlight__list p {
  margin: 0;
}

.nms-brand-highlight__actions {
  display: grid;
  align-content: center;
  gap: 16px;
  padding-inline: 22px;
  border-left: 1px solid #dce3e8;
}

.nms-brand-highlight__actions a,
.nms-brand-examples a {
  color: #ff7a1a;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
}

.nms-brand-highlight__actions a:last-child {
  color: #1d3448;
}

.nms-brand-systems__grid {
  display: grid;
  grid-template-columns: repeat(8, minmax(0, 1fr));
  gap: 9px;
}

.nms-brand-system {
  color: #141c24;
  text-align: center;
  text-decoration: none;
}

.nms-brand-system img {
  display: block;
  width: 100%;
  aspect-ratio: 1.06;
  object-fit: cover;
  background: #eef2f4;
}

.nms-brand-system strong {
  display: block;
  min-height: 32px;
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.15;
}

.nms-brand-system span {
  display: block;
  color: #4e5b66;
  font-size: 11px;
  line-height: 1.35;
}

.nms-brand-examples table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #cdd7df;
  font-size: 12px;
}

.nms-brand-examples th {
  height: 40px;
  background: #06499d;
  color: #fff;
  text-align: left;
}

.nms-brand-examples th,
.nms-brand-examples td {
  padding: 10px 28px;
  border-right: 1px solid #dce3e8;
  border-bottom: 1px solid #dce3e8;
}

.nms-brand-examples td {
  color: #25313b;
}

.nms-brand-examples td:last-child a {
  display: inline-flex;
  margin-right: 18px;
  white-space: nowrap;
}

.nms-brand-inquiry {
  background: linear-gradient(112deg, #071927, #102b3b);
  color: #fff;
}

.nms-brand-inquiry__inner {
  display: grid;
  grid-template-columns: .58fr 1fr;
  gap: 70px;
  padding-block: 46px 50px;
}

.nms-brand-inquiry__intro h2 {
  max-width: 360px;
  margin: 0 0 16px;
  color: #fff;
  font-size: 27px;
  line-height: 1.15;
}

.nms-brand-inquiry__intro p {
  margin: 0 0 28px;
  color: rgb(255 255 255 / 74%);
}

.nms-brand-inquiry__intro a,
.nms-brand-inquiry__intro span {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: center;
  gap: 14px;
  min-height: 48px;
  margin-top: 24px;
  color: #fff;
  text-decoration: none;
}

.nms-brand-inquiry__intro .dashicons {
  color: #d7e7f7;
  font-size: 24px;
}

.nms-brand-inquiry__form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px 20px;
}

.nms-brand-inquiry__form .nms-honeypot {
  display: none !important;
}

.nms-brand-inquiry__form .nms-honeypot input {
  min-height: 0;
  padding: 0;
  border: 0;
}

.nms-brand-inquiry__form label {
  min-width: 0;
}

.nms-brand-inquiry__form label > span {
  display: block;
  margin-bottom: 8px;
  color: rgb(255 255 255 / 80%);
  font-size: 12px;
}

.nms-brand-inquiry__form em {
  color: #ff7a1a;
  font-style: normal;
}

.nms-brand-inquiry__form input,
.nms-brand-inquiry__form select,
.nms-brand-inquiry__form textarea {
  width: 100%;
  border: 1px solid rgb(255 255 255 / 18%);
  border-radius: 0;
  background: rgb(255 255 255 / 7%);
  color: #fff;
  font: inherit;
  font-size: 13px;
}

.nms-brand-inquiry__form input,
.nms-brand-inquiry__form select {
  height: 45px;
  padding-inline: 14px;
}

.nms-brand-inquiry__form select option {
  color: #111820;
}

.nms-brand-inquiry__form textarea {
  height: 96px;
  padding: 13px 14px;
  resize: vertical;
}

.nms-brand-inquiry__form ::placeholder {
  color: rgb(255 255 255 / 58%);
}

.nms-brand-inquiry__message {
  grid-column: span 2;
}

.nms-brand-inquiry__upload {
  position: relative;
  display: grid;
  grid-column: span 1;
  grid-template-columns: 44px minmax(0, 1fr);
  align-content: center;
  min-height: 86px;
  padding: 16px;
  border: 1px dashed rgb(255 255 255 / 34%);
  cursor: pointer;
}

.nms-brand-inquiry__upload > span {
  grid-row: span 2;
  margin: 0;
  color: #fff;
  font-size: 32px;
}

.nms-brand-inquiry__upload strong {
  font-size: 12px;
}

.nms-brand-inquiry__upload small {
  color: rgb(255 255 255 / 62%);
  font-size: 10px;
}

.nms-brand-inquiry__upload input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

.nms-brand-inquiry__note {
  align-self: center;
  margin: 0;
  color: rgb(255 255 255 / 66%);
  font-size: 12px;
  line-height: 1.5;
}

.nms-brand-inquiry__form .nms-button {
  grid-column: 1 / span 1;
  width: 100%;
  min-height: 52px;
  border-radius: 0;
}

.nms-brand-trust {
  background: #071927;
  color: #fff;
  border-top: 1px solid rgb(255 255 255 / 12%);
  border-bottom: 1px solid rgb(255 255 255 / 12%);
}

.nms-brand-trust__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  min-height: 92px;
}

.nms-brand-trust__grid div {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  align-content: center;
  column-gap: 12px;
  padding-inline: 18px;
  border-right: 1px solid rgb(255 255 255 / 14%);
}

.nms-brand-trust__grid div:last-child {
  border-right: 0;
}

.nms-brand-trust__grid .dashicons {
  grid-row: span 2;
  display: grid;
  width: 40px;
  height: 40px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 72%);
  border-radius: 50%;
  color: #fff;
  font-size: 22px;
  line-height: 40px;
}

.nms-brand-trust__grid strong {
  align-self: end;
  font-size: 15px;
}

.nms-brand-trust__grid small {
  color: rgb(255 255 255 / 76%);
  font-size: 12px;
  line-height: 1.15;
}

@media (max-width: 1100px) {
  .nms-brands-floating-search {
    width: min(760px, calc(100% - 48px));
  }

  .nms-brand-highlight {
    grid-template-columns: 220px minmax(0, 1fr) minmax(0, 1fr);
  }

  .nms-brand-highlight__list:nth-of-type(3),
  .nms-brand-highlight__actions {
    border-top: 1px solid #dce3e8;
  }

  .nms-brand-highlight__actions {
    grid-column: 2 / span 2;
    grid-template-columns: repeat(2, max-content);
  }

  .nms-brand-systems__grid,
  .nms-brand-trust__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .nms-brands-page .nms-shell {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-brands-cover,
  .nms-brands-cover__inner {
    min-height: 560px;
  }

  .nms-brands-cover__inner {
    padding-block: 22px 30px;
  }

  .nms-brands-cover__copy {
    width: 100%;
    padding-top: 44px;
  }

  .nms-brands-cover h1 {
    font-size: clamp(38px, 11vw, 50px);
  }

  .nms-brands-floating-search {
    position: static;
    width: 100%;
    margin-top: 28px;
  }

  .nms-brands-search {
    grid-template-columns: 1fr;
  }

  .nms-brands-search button {
    height: 48px;
  }

  .nms-brands-content {
    padding-block: 34px 28px;
  }

  .nms-brand-directory__grid {
    grid-template-columns: 1fr;
  }

  .nms-brand-directory__item,
  .nms-brand-directory__item:nth-child(4n) {
    border-right: 0;
  }

  .nms-brand-highlight {
    grid-template-columns: 1fr;
  }

  .nms-brand-highlight > img {
    height: 190px;
  }

  .nms-brand-highlight > div,
  .nms-brand-highlight__actions {
    border-left: 0;
    border-top: 1px solid #dce3e8;
  }

  .nms-brand-systems__grid,
  .nms-brand-trust__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .nms-brand-examples table {
    display: block;
    border: 0;
    font-size: 12px;
  }

  .nms-brand-examples thead {
    display: none;
  }

  .nms-brand-examples tbody,
  .nms-brand-examples tr,
  .nms-brand-examples td {
    display: block;
    width: 100%;
  }

  .nms-brand-examples tr {
    margin-bottom: 10px;
    border: 1px solid #dce3e8;
    background: #fff;
  }

  .nms-brand-examples td {
    display: grid;
    grid-template-columns: 132px minmax(0, 1fr);
    gap: 12px;
    padding: 11px 14px;
    border-right: 0;
    border-bottom: 1px solid #e1e8ee;
    line-height: 1.35;
  }

  .nms-brand-examples td:last-child {
    border-bottom: 0;
  }

  .nms-brand-examples td::before {
    color: #53636f;
    content: attr(data-label);
    font-size: .7rem;
    font-weight: 850;
    text-transform: uppercase;
  }

  .nms-brand-examples a {
    justify-self: start;
  }

  .nms-brand-inquiry__inner,
  .nms-brand-inquiry__form {
    grid-template-columns: 1fr;
  }

  .nms-brand-inquiry__inner {
    gap: 28px;
    padding-block: 36px;
  }

  .nms-brand-inquiry__message,
  .nms-brand-inquiry__upload,
  .nms-brand-inquiry__form .nms-button {
    grid-column: auto;
  }
}

@media (min-width: 768px) and (max-width: 900px) {
  body.page-id-54472 .nms-container {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  body.page-id-54472 .nms-site-header__inner {
    min-height: 64px;
    gap: 12px;
  }

  body.page-id-54472 .nms-brand {
    display: grid;
    grid-template-columns: 54px auto;
    grid-template-rows: auto auto;
    column-gap: 10px;
    min-width: 190px;
  }

  body.page-id-54472 .nms-brand__mark {
    grid-row: 1 / 3;
    width: 54px;
  }

  body.page-id-54472 .nms-brand__wordmark {
    display: block;
    font-size: 21px;
    line-height: .95;
  }

  body.page-id-54472 .nms-brand__tagline {
    display: block;
    margin-top: 3px;
    font-size: 5.5px;
  }

  body.page-id-54472 .nms-nav {
    position: static;
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 13px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
    font-size: 10px;
  }

  body.page-id-54472 .nms-nav a {
    padding: 0;
    border: 0;
    color: rgb(255 255 255 / 86%);
  }

  body.page-id-54472 .nms-nav a.is-current {
    border-bottom: 2px solid var(--nms-color-orange);
    padding-bottom: 5px;
  }

  body.page-id-54472 .nms-menu-toggle {
    display: none;
  }

  body.page-id-54472 .nms-inquiry-button {
    height: 36px;
    padding-inline: 12px;
    font-size: 10px;
  }

  .nms-brands-page .nms-shell {
    width: min(var(--nms-container), calc(100% - (var(--nms-gutter) * 2)));
  }

  .nms-brands-cover,
  .nms-brands-cover__inner {
    min-height: 326px;
  }

  .nms-brands-cover__inner {
    padding-block: 20px 34px;
  }

  .nms-brands-cover__copy {
    width: 58%;
    padding-top: 34px;
  }

  .nms-brands-cover h1 {
    font-size: 32px;
  }

  .nms-brands-cover__copy p {
    max-width: 390px;
    margin-top: 12px;
    font-size: 12px;
    line-height: 1.36;
  }

  .nms-brands-cover__actions {
    margin-top: 16px;
  }

  .nms-brands-cover .nms-button {
    min-height: 36px;
    padding-inline: 13px;
    font-size: 10px;
  }

  .nms-brands-floating-search {
    bottom: -14px;
    width: min(508px, calc(100% - 188px));
  }

  .nms-brands-search {
    grid-template-columns: minmax(0, 1fr) 150px;
  }

  .nms-brands-search input,
  .nms-brands-search button {
    height: 38px;
    font-size: 10px;
  }

  .nms-brands-content {
    padding-block: 42px 24px;
  }

  .nms-brands-section-head {
    margin-bottom: 12px;
  }

  .nms-brands-section-head h2 {
    font-size: 17px;
  }

  .nms-brands-section-head p {
    font-size: 9px;
  }

  .nms-brand-directory__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .nms-brand-directory__item {
    min-height: 58px;
    padding: 12px 14px 10px 0;
  }

  .nms-brand-directory__item strong {
    font-size: 14px;
  }

  .nms-brand-directory__item span {
    margin-top: 7px;
    font-size: 9px;
  }

  .nms-brand-highlights,
  .nms-brand-systems,
  .nms-brand-examples {
    margin-top: 22px;
  }

  .nms-brand-highlight-list {
    gap: 8px;
  }

  .nms-brand-highlight {
    grid-template-columns: 175px 145px 130px 150px 120px;
    min-height: 112px;
  }

  .nms-brand-highlight > img {
    height: 112px;
  }

  .nms-brand-highlight > div {
    padding: 14px 12px;
  }

  .nms-brand-highlight__brand h3 {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 1.08;
    overflow-wrap: anywhere;
  }

  .nms-brand-highlight__brand p,
  .nms-brand-highlight__list p,
  .nms-brand-highlight__list li {
    font-size: 8px;
    line-height: 1.35;
  }

  .nms-brand-highlight__list strong {
    margin-bottom: 7px;
    font-size: 8px;
  }

  .nms-brand-highlight__actions {
    grid-column: auto;
    display: grid;
    grid-template-columns: 1fr;
    align-content: center;
    gap: 12px;
    padding-inline: 8px;
    border-top: 0;
  }

  .nms-brand-highlight__list {
    border-top: 0;
  }

  .nms-brand-highlight__actions a,
  .nms-brand-examples a {
    font-size: 9px;
  }

  .nms-brand-systems__grid {
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 7px;
  }

  .nms-brand-system strong {
    min-height: 26px;
    margin-top: 7px;
    font-size: 9px;
  }

  .nms-brand-system span {
    font-size: 7px;
    line-height: 1.25;
  }

  .nms-brand-examples table {
    font-size: 9px;
  }

  .nms-brand-examples th,
  .nms-brand-examples td {
    padding: 7px 18px;
  }

  .nms-brand-inquiry__inner {
    grid-template-columns: .38fr .62fr;
    gap: 34px;
    padding-block: 24px 26px;
  }

  .nms-brand-inquiry__intro h2 {
    margin-bottom: 10px;
    font-size: 20px;
  }

  .nms-brand-inquiry__intro p,
  .nms-brand-inquiry__intro a,
  .nms-brand-inquiry__intro span {
    font-size: 11px;
  }

  .nms-brand-inquiry__intro p {
    margin-bottom: 16px;
  }

  .nms-brand-inquiry__intro a,
  .nms-brand-inquiry__intro span {
    min-height: 48px;
    margin-top: 16px;
  }

  .nms-brand-inquiry__form {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px 12px;
  }

  .nms-brand-inquiry__form label > span {
    margin-bottom: 5px;
    font-size: 9px;
  }

  .nms-brand-inquiry__form input,
  .nms-brand-inquiry__form select {
    height: 36px;
    padding-inline: 10px;
    font-size: 9px;
  }

  .nms-brand-inquiry__form textarea {
    height: 62px;
    padding: 10px;
    font-size: 9px;
  }

  .nms-brand-inquiry__upload {
    min-height: 58px;
    padding: 10px;
  }

  .nms-brand-inquiry__upload strong {
    font-size: 9px;
  }

  .nms-brand-inquiry__upload small,
  .nms-brand-inquiry__note {
    font-size: 7px;
  }

  .nms-brand-inquiry__form .nms-button {
    min-height: 34px;
    font-size: 10px;
  }

  .nms-brand-trust__grid {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    min-height: 56px;
  }

  .nms-brand-trust__grid div {
    grid-template-columns: 30px minmax(0, 1fr);
    padding-inline: 8px;
  }

  .nms-brand-trust__grid .dashicons {
    width: 26px;
    height: 26px;
    font-size: 14px;
    line-height: 26px;
  }

  .nms-brand-trust__grid strong,
  .nms-brand-trust__grid small {
    font-size: 9px;
  }

  body.page-id-54472 .nms-footer {
    padding: 12px 0 8px;
  }

  body.page-id-54472 .nms-footer__grid {
    grid-template-columns: 1.18fr .62fr .72fr .72fr .78fr 1fr;
    gap: 18px;
    align-items: start;
  }

  body.page-id-54472 .nms-footer__brand img {
    width: 128px;
  }

  body.page-id-54472 .nms-footer p {
    max-width: 190px;
    font-size: 7px;
    line-height: 1.35;
  }

  body.page-id-54472 .nms-footer h3 {
    margin-bottom: 7px;
    font-size: 8px;
  }

  body.page-id-54472 .nms-footer__nav {
    grid-template-columns: 1fr;
    gap: 5px;
  }

  body.page-id-54472 .nms-footer__nav a,
  body.page-id-54472 .nms-footer__contact a {
    font-size: 7px;
    line-height: 1.25;
  }

  body.page-id-54472 .nms-footer__bottom {
    margin-top: 8px;
    padding-top: 7px;
    font-size: 7px;
  }
}

/* Brand directory logo wall v175. */
@media (max-width: 1100px) {
  .nms-brand-directory__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
  }

  .nms-brand-directory__item {
    min-height: 142px;
    grid-template-rows: 62px auto auto;
    padding: 16px 14px 14px;
    border: 1px solid #dce3e8;
  }

  .nms-brand-directory__logo img {
    max-width: 132px;
    max-height: 46px;
  }

  .nms-brand-directory__item strong {
    font-size: 15px;
  }

  .nms-brand-directory__item small {
    font-size: 10px;
  }
}

@media (max-width: 767px) {
  .nms-brand-directory__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  .nms-brand-directory__item {
    min-height: 132px;
    grid-template-rows: 54px auto auto;
    padding: 14px 10px 12px;
  }

  .nms-brand-directory__logo {
    min-height: 48px;
  }

  .nms-brand-directory__logo img {
    max-width: 120px;
    max-height: 38px;
  }

  .nms-brand-directory__item strong {
    margin-top: 7px;
    font-size: 13px;
  }

  .nms-brand-directory__item small {
    margin-top: 5px;
    font-size: 9px;
    line-height: 1.25;
  }
}
