/**
 * Shared sponsors/brands section heading stack (USA, Nordeste, Sudamericana).
 * Bootstrap/MDB .text-center sets margin-bottom: -50px, which pulls tier labels
 * up into the main title. Alignment is handled here — do not add .text-center to __head.
 */
.usa-macro-sponsors__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: clamp(0.875rem, 2vw, 1.125rem);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}

.usa-macro-sponsors__head > :is(
  .usa-macro-sponsors__title,
  .ne-section-heading__title,
  .sudamericana-site-brands__title
) {
  margin: 0;
}

.usa-macro-sponsors__head > :is(
  .usa-macro-sponsors__lead,
  .ne-section-heading__lead
) {
  margin: 0;
}

.usa-macro-sponsors__head > .ne-section-heading__rule {
  margin-top: 0;
}

/* Safety net if .text-center is reintroduced on the head block */
.usa-macro-sponsors .usa-macro-sponsors__head.text-center {
  margin-bottom: revert;
}
