/* Our Brands hub listing — shared across trade/business + publisher hubs */
.our-brands-main {
  padding: 2.5rem 0 4rem;
}
.our-brands-inner {
  max-width: 720px;
}
.our-brands-header {
  margin-bottom: 2rem;
}
.our-brands-eyebrow {
  margin: 0 0 0.35rem;
  font-size: 0.8rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  opacity: 0.7;
}
.our-brands-header h1 {
  margin: 0 0 0.75rem;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  line-height: 1.2;
}
.our-brands-lead {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.55;
  opacity: 0.9;
}
.our-brands-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 1.25rem;
}
.our-brands-item {
  padding: 1.25rem 0;
  border-top: 1px solid color-mix(in srgb, currentColor 14%, transparent);
}
.our-brands-item:first-child {
  border-top: none;
  padding-top: 0;
}
.our-brands-name {
  margin: 0 0 0.4rem;
  font-size: 1.25rem;
  line-height: 1.3;
}
.our-brands-name a {
  text-decoration: none;
  color: inherit;
}
.our-brands-name a:hover,
.our-brands-name a:focus-visible {
  text-decoration: underline;
}
.our-brands-blurb {
  margin: 0 0 0.65rem;
  line-height: 1.55;
  opacity: 0.88;
}
.our-brands-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.35rem 0;
  font-size: 0.95rem;
  font-weight: 600;
  text-decoration: none;
  color: inherit;
  opacity: 0.92;
}
.our-brands-link:hover,
.our-brands-link:focus-visible {
  text-decoration: underline;
  opacity: 1;
}
.our-brands-link[aria-current="page"] {
  text-decoration: underline;
}
.our-brands-empty {
  margin: 0;
  padding: 1rem 0;
  line-height: 1.55;
  opacity: 0.85;
}

@media (max-width: 720px) {
  .our-brands-main {
    padding: 1.75rem 0 3rem;
  }
  .our-brands-header {
    margin-bottom: 1.5rem;
  }
  .our-brands-header h1 {
    font-size: clamp(1.55rem, 7vw, 2rem);
  }
  .our-brands-lead {
    font-size: 1rem;
  }
  .our-brands-list {
    gap: 0.35rem;
  }
  .our-brands-item {
    padding: 1.1rem 0;
  }
  .our-brands-name {
    font-size: 1.15rem;
  }
  .our-brands-link {
    min-height: 3rem;
  }
}
