.sources-section-stack > * + * {
  margin-top: 1.25rem;
}

.sources-section-spacer {
  margin-top: 2.5rem;
}

.buzz-home-hero-logo {
  display: block;
}

.buzz-home-hero-logo--top {
  display: none;
}

.buzz-home-hero-columns {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: clamp(12px, 2vw, 32px);
}

.buzz-home-hero-copy {
  flex: 0 1 48rem;
}

.buzz-home-hero-logo--side {
  width: clamp(88px, 11vw, 156px);
  margin-top: -42px;
}

.buzz-deal-store-badge {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  padding: 0.375rem 0.75rem;
  background: linear-gradient(90deg, #2b2118 0%, #5a4632 100%);
  color: #f2efe8;
}

.buzz-deal-store-badge__content {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
}

.buzz-deal-store-badge__label {
  color: #f2efe8;
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: none;
}

.buzz-deal-store-badge__logo {
  display: block;
  height: 1rem;
  width: auto;
  max-width: 72px;
  object-fit: contain;
}

.buzz-deal-store-badge__icon {
  width: 1rem;
  height: 1rem;
  flex-shrink: 0;
  color: #cd7f32;
}

.buzz-home-tabs {
  position: sticky;
  top: 0;
  z-index: 40;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background: linear-gradient(180deg, rgba(37, 21, 21, 0.96) 0%, rgba(30, 18, 18, 0.93) 52%, rgba(20, 10, 10, 0.88) 78%, rgba(20, 10, 10, 0) 100%);
  backdrop-filter: blur(10px);
}

.buzz-home-tabs button img {
  margin-right: 0.25rem;
}

@media (max-width: 770px) {
  .buzz-home-hero-columns {
    display: block;
  }

  .buzz-home-hero-logo--top {
    display: block;
    width: clamp(80px, 26vw, 120px);
    margin: 0 auto 0.75rem;
  }

  .buzz-home-hero-logo--side {
    display: none;
    margin-top: 0;
  }
}
