.neros-tabbed-homepage-composition {
  background: #edf6fd;
}

.neros-tabbed-homepage-composition .steam-blueprint-footer ~ .steam-blueprint-menu-toggle {
  display: none !important;
}

.neros-tabbed-composition {
  --steam-article-tabs-ink: #071022;
  --steam-article-tabs-blue: #008ef4;
  --steam-article-tabs-soft-shadow: 0 10px 28px rgba(10, 22, 45, 0.08);
  display: block;
  width: 100%;
  max-width: 1216px;
  margin: 0 auto;
  padding: clamp(34px, 4vw, 56px) clamp(16px, 3.4vw, 28px) 96px;
}

.neros-tabbed-composition .steam-article-tabs__accordion-list {
  display: grid;
  gap: 14px;
  margin-top: 0;
}

.neros-tabbed-composition .steam-article-tabs__accordion {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  overflow: visible;
  scroll-margin-top: 1rem;
}

.neros-tabbed-composition .steam-article-tabs__summary {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) 34px;
  align-items: center;
  gap: 10px;
  min-height: 58px;
  padding: 9px;
  border: 0;
  border-radius: 999px;
  color: var(--steam-article-tabs-ink);
  background: rgba(255, 255, 255, 0.92);
  box-shadow: inset 0 0 0 1px rgba(7, 16, 34, 0.08), var(--steam-article-tabs-soft-shadow);
  cursor: pointer;
  list-style: none;
  font-family: -apple-system, system-ui, Inter, "SF Pro Display", "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
}

.neros-tabbed-composition .steam-article-tabs__summary::-webkit-details-marker {
  display: none;
}

.neros-tabbed-composition .steam-article-tabs__number {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--steam-article-tabs-ink);
  font-size: 15px;
  font-weight: 950;
  line-height: 23.7px;
  letter-spacing: 0;
}

.neros-tabbed-composition .steam-article-tabs__summary-title {
  min-width: 0;
  color: var(--steam-article-tabs-ink);
  font-family: -apple-system, system-ui, Inter, "SF Pro Display", "SF Pro Text", "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16.8px;
  font-weight: 900;
  line-height: 18.816px;
}

.neros-tabbed-composition .steam-article-tabs__state {
  position: relative;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  color: #fff;
  background: var(--steam-article-tabs-blue);
  font-size: 16px;
}

.neros-tabbed-composition .steam-article-tabs__state::before,
.neros-tabbed-composition .steam-article-tabs__state::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 999px;
  background: #fff;
  transform: translate(-50%, -50%);
}

.neros-tabbed-composition .steam-article-tabs__state::before {
  width: 14px;
  height: 2px;
}

.neros-tabbed-composition .steam-article-tabs__state::after {
  width: 2px;
  height: 14px;
  transition: opacity 160ms ease, transform 160ms ease;
}

.neros-tabbed-composition .steam-article-tabs__accordion[open] .steam-article-tabs__state::before {
  width: 14px;
  height: 2px;
  transform: translate(-50%, -50%);
}

.neros-tabbed-composition .steam-article-tabs__accordion[open] .steam-article-tabs__state::after {
  width: 2px;
  height: 14px;
  opacity: 0;
  transform: translate(-50%, -50%) scaleY(0.2);
}

.neros-tabbed-composition .steam-article-tabs__content {
  min-width: 0;
  padding: 10px 0 16px;
  border: 0;
  background: transparent;
}

.neros-tabbed-composition .steam-article-tabs__content-block {
  position: relative;
  display: block;
  margin: 0;
  padding: 0 0 56px;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  overflow: visible;
}

.neros-tabbed-composition .steam-article-tabs__close-tab {
  position: absolute;
  right: 0;
  bottom: 0;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: var(--steam-article-tabs-blue);
  box-shadow: 0 10px 22px rgba(0, 142, 244, 0.28);
  cursor: pointer;
  font: inherit;
  line-height: 1;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .neros-tabbed-composition {
    max-width: none;
    padding: 34px 12px 72px;
  }
}
