/* Keep secondary product cards consistently sized on every LP. */
.section-other-lineup .tab__content-panel .tab__list,
.section-other-lineup-alt .section-other-lineup__tab-content .tab__content-panel .tab__list {
  width: 76.14%;
  margin-right: auto;
  margin-left: auto;
}

/* Keep only the blue divider below the tabs; remove the surrounding box. */
.section-other-lineup-alt .section-other-lineup__tab-content .tab__content-panel .tab__list {
  padding: 0;
  border: 0;
  border-top: 4px solid #024b9a;
  border-radius: 0;
  background: transparent;
}

.section-other-lineup .tab__content-panel .tab__list > li,
.section-other-lineup-alt .section-other-lineup__tab-content .tab__content-panel .tab__list > li {
  flex: 0 0 25%;
  width: 25%;
  margin: 0 .5%;
}

.section-other-lineup .form__btn--primary > img.popup01,
.section-other-lineup-alt .section-other-lineup__tab-content .form__btn--primary > img.popup01 {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .section-other-lineup-alt .section-other-lineup__tab-content .tab__content-panel .tab__list {
    border-top-width: 3px;
  }

  .section-other-lineup .tab__content-panel .tab__list > li,
  .section-other-lineup-alt .section-other-lineup__tab-content .tab__content-panel .tab__list > li {
    flex-basis: 100%;
    width: 100%;
    margin: 4% 0;
  }
}
