/* JUNIPER LABS LOGO/FAVICON V2 - tighter brand spacing */
.brand {
  gap: 7px !important;
  column-gap: 7px !important;
}

.brand-logo {
  display: block;
  width: 38px;
  height: 42px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  margin-right: -1px;
}

@media (max-width: 760px) {
  .brand {
    gap: 6px !important;
    column-gap: 6px !important;
  }
  .brand-logo {
    width: 31px;
    height: 35px;
    margin-right: -1px;
  }
}


/* JUNIPER LABS BRAND SPACING V3 START */
.brand {
  gap: 7px !important;
  column-gap: 7px !important;
}

.brand-logo {
  display: block;
  width: 38px;
  height: 42px;
  object-fit: contain;
  object-position: center;
  flex: 0 0 auto;
  margin-right: 0 !important;
}

@media (max-width: 760px) {
  .brand {
    gap: 6px !important;
    column-gap: 6px !important;
  }

  .brand-logo {
    width: 31px;
    height: 35px;
    margin-right: 0 !important;
  }
}
/* JUNIPER LABS BRAND SPACING V3 END */

