.mlb-sitewide-section {
  background: #fff;
}

.mlb-sitewide-section > .l-section-h {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.mlb-widget-panel + .mlb-widget-panel,
.mlb-inline-articles {
  margin-top: 3.5rem;
}

.mlb-inline-articles {
  margin-bottom: 1.5rem;
}

.mlb-widget-heading {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  margin-bottom: 1.75rem;
}

.mlb-widget-heading::before,
.mlb-widget-heading::after {
  content: '';
  flex: 1 1 auto;
  height: 2px;
  background: #e9001f;
}

.mlb-widget-heading h2 {
  flex: 0 1 auto;
  margin: 0;
  color: inherit;
  font-size: clamp(1.65rem, 3vw, 2.25rem);
  line-height: 1.2;
  text-align: center;
}

.mlb-widget-host {
  width: 100%;
}

/* Keep the desktop navigation clear of the logo. */
body.header_hor .l-header .ush_menu_1.type_desktop
  .w-nav-list.level_1 > .menu-item > a {
  padding-left: 7px !important;
  padding-right: 7px !important;
}

@media (max-width: 600px) {
  .mlb-sitewide-section > .l-section-h {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .mlb-widget-panel + .mlb-widget-panel,
  .mlb-inline-articles {
    margin-top: 2.5rem;
  }

  .mlb-widget-heading {
    gap: 0.75rem;
  }

  .mlb-widget-heading h2 {
    max-width: 72%;
  }
}