.download-hub-switcher {
  position: relative;
  z-index: 8;
  padding: 14px 0;
  border-bottom: 1px solid rgba(37, 48, 86, 0.08);
  background: #fff;
}

.download-center-tabs.is-hub-tabs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  width: min(760px, 100%);
  margin: 0 auto;
  overflow: hidden;
  border: 1px solid rgba(255, 95, 147, 0.18);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.98);
  transform: none;
  box-shadow: 0 12px 32px rgba(37, 48, 86, 0.06);
}

.download-center-tabs.is-hub-tabs a {
  position: relative;
  display: grid;
  align-content: center;
  justify-items: center;
  gap: 4px;
  min-height: 64px;
  padding: 10px 16px;
  color: #253056;
  text-align: center;
  text-decoration: none;
  background: #fff;
}

.download-center-tabs.is-hub-tabs a + a {
  border-left: 1px solid rgba(37, 48, 86, 0.08);
}

.download-center-tabs.is-hub-tabs a.is-active {
  color: #ff4f8f;
  background: linear-gradient(180deg, rgba(255, 95, 147, 0.12), rgba(255, 255, 255, 0.94));
  box-shadow: inset 0 -3px 0 rgba(255, 95, 147, 0.72);
}

.download-center-tabs.is-hub-tabs strong {
  display: block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.2;
}

.download-center-tabs.is-hub-tabs span {
  display: block;
  color: rgba(37, 48, 86, 0.62);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
}

.download-center-tabs.is-hub-tabs a.is-active span {
  color: rgba(255, 79, 143, 0.78);
}

.download-center-page.is-software-only .download-pay-ribbon,
.download-center-page.is-software-only .download-pack-panel,
.download-center-page.is-software-only .download-system-panel,
.download-center-page.is-software-only .download-library-panel {
  display: none;
}

.download-center-page.is-software-only .download-center-main {
  padding: 30px 0 42px;
}

.download-center-page.is-software-only .download-center-stack {
  gap: 28px;
}

.download-center-page.is-software-only .download-app-panel {
  margin: 0;
}

.download-center-page.is-software-only .download-bottom-grid {
  grid-template-columns: minmax(0, 880px);
  justify-content: center;
}

@media (max-width: 760px) {
  .download-hub-switcher {
    padding: 10px 0;
  }

  .download-center-tabs.is-hub-tabs {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .download-center-tabs.is-hub-tabs a {
    min-height: 58px;
    padding: 8px 6px;
    text-align: center;
  }

  .download-center-tabs.is-hub-tabs a + a {
    border-top: 0;
    border-left: 1px solid rgba(37, 48, 86, 0.08);
  }

  .download-center-tabs.is-hub-tabs strong {
    font-size: 15px;
  }

  .download-center-tabs.is-hub-tabs span {
    font-size: 10px;
    line-height: 1.4;
  }
}
