body.sci-editorial-ui {
  margin: 0;
}

.sci-editorial-ui #jeg_sidecontent,
.sci-editorial-ui .jeg_sidefeed_overlay,
.sci-editorial-ui .sidefeed-preloader,
.sci-editorial-ui .jeg_header_wrapper,
.sci-editorial-ui .jeg_header_sticky,
.sci-editorial-ui .jeg_navbar_mobile_wrapper,
.sci-editorial-ui .jnews_header_top_ads,
.sci-editorial-ui .jnews_header_bottom_ads,
.sci-editorial-ui .footer-holder,
.sci-editorial-ui .jscroll-to-top {
  display: none !important;
}

.sci-editorial-ui .jeg_viewport,
.sci-editorial-ui.jeg_sidecontent .jeg_viewport,
.sci-editorial-ui.jeg_sidecontent_center .jeg_viewport {
  width: 100% !important;
  margin-left: 0 !important;
  padding-left: 0 !important;
}

.sci-skip-link {
  position: fixed;
  z-index: 10002;
  top: var(--sci-space-3);
  left: var(--sci-space-3);
  padding: var(--sci-space-2) var(--sci-space-4);
  transform: translateY(-160%);
  border-radius: var(--sci-radius-sm);
  background: var(--sci-text);
  color: var(--sci-surface);
  text-decoration: none;
}

.sci-skip-link:focus {
  transform: translateY(0);
}

.sci-header {
  position: relative;
  z-index: 1000;
  min-height: var(--sci-header-desktop);
  border-bottom: 1px solid var(--sci-border);
  background: color-mix(in srgb, var(--sci-bg) 96%, transparent);
}

.sci-header__inner {
  display: flex;
  width: min(100% - 96px, 1600px);
  min-height: var(--sci-header-desktop);
  margin: 0 auto;
  align-items: center;
  gap: var(--sci-space-8);
  /* Container queries let the header compact itself based on its actual
   * available width (not the viewport), so the English desktop menu never
   * overlaps the action controls. */
  container-type: inline-size;
}

.sci-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: baseline;
  color: var(--sci-text);
  font-family: var(--sci-font-sans);
  font-size: 22px;
  font-weight: 800;
  letter-spacing: -0.04em;
  text-decoration: none;
}

.sci-header__logo b {
  color: var(--sci-blue);
}

.sci-header__nav {
  display: flex;
  min-width: 0;
  align-items: stretch;
  align-self: stretch;
  gap: var(--sci-space-6);
}

.sci-header__nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: var(--sci-text-secondary);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
  white-space: nowrap;
}

.sci-header__nav a:hover {
  color: var(--sci-text);
}

.sci-header__lang {
  display: inline-flex;
  align-items: center;
  color: var(--sci-text-secondary);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
  white-space: nowrap;
}

.sci-header__lang:hover {
  color: var(--sci-text);
}

.sci-header__nav a[aria-current="page"]::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  background: var(--sci-blue);
  content: "";
}

.sci-header__products,
.sci-header__section {
  position: relative;
  display: flex;
  align-items: stretch;
}

.sci-header__products summary,
.sci-header__section summary {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sci-text-secondary);
  font-size: 14px;
  font-weight: 560;
  list-style: none;
  white-space: nowrap;
  cursor: pointer;
}

.sci-header__products summary::-webkit-details-marker,
.sci-header__section summary::-webkit-details-marker {
  display: none;
}

.sci-header__products summary::after,
.sci-header__section summary::after {
  width: 6px;
  height: 6px;
  border-right: 1px solid currentColor;
  border-bottom: 1px solid currentColor;
  content: "";
  transform: translateY(-2px) rotate(45deg);
  transition: transform 160ms ease;
}

.sci-header__products[open] summary,
.sci-header__products summary:hover,
.sci-header__section[open] summary,
.sci-header__section summary:hover {
  color: var(--sci-text);
}

.sci-header__products[open] summary::after,
.sci-header__section[open] summary::after {
  transform: translateY(2px) rotate(225deg);
}

.sci-header__products-menu,
.sci-header__section-menu {
  position: absolute;
  z-index: 10;
  top: calc(100% - 10px);
  right: 0;
  display: grid;
  width: 210px;
  padding: var(--sci-space-2);
  border: 1px solid var(--sci-border);
  border-radius: var(--sci-radius-sm);
  box-shadow: var(--sci-shadow-drawer);
  background: var(--sci-bg);
}

.sci-header__products-menu a,
.sci-header__section-menu a {
  min-height: 40px;
  padding: 0 var(--sci-space-3);
  border-radius: 4px;
}

.sci-header__products-menu a:hover,
.sci-header__products-menu a:focus-visible,
.sci-header__section-menu a:hover,
.sci-header__section-menu a:focus-visible {
  background: var(--sci-blue-soft);
  color: var(--sci-blue);
  outline: none;
}

.sci-header__section-menu .sci-header__section-overview {
  margin-bottom: var(--sci-space-1);
  border-bottom: 1px solid var(--sci-border);
  color: var(--sci-blue);
  font-weight: 700;
}

.sci-header__actions {
  display: flex;
  margin-left: auto;
  align-items: center;
  gap: var(--sci-space-4);
}

.sci-account {
  position: relative;
}

.sci-account__trigger {
  display: inline-flex;
  min-height: var(--sci-control-md);
  padding: 3px 8px 3px 3px;
  align-items: center;
  gap: var(--sci-space-2);
  border: 1px solid transparent;
  border-radius: 999px;
  background: transparent;
  color: var(--sci-text);
  font: inherit;
  cursor: pointer;
}

.sci-account__trigger:hover,
.sci-account__trigger:focus-visible,
.sci-account__trigger[aria-expanded="true"] {
  border-color: var(--sci-border);
  background: var(--sci-surface-subtle);
  outline: none;
}

.sci-account__avatar {
  display: inline-grid;
  width: 32px;
  height: 32px;
  overflow: hidden;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 50%;
  background: var(--sci-blue);
  color: white;
  font-size: 13px;
  font-weight: 720;
}

.sci-account__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sci-account__name {
  max-width: 116px;
  overflow: hidden;
  font-size: 14px;
  font-weight: 650;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sci-account__chevron {
  width: 7px;
  height: 7px;
  margin: -3px 2px 0 1px;
  transform: rotate(45deg);
  border-right: 1.5px solid currentColor;
  border-bottom: 1.5px solid currentColor;
  transition: transform 160ms ease;
}

.sci-account__trigger[aria-expanded="true"] .sci-account__chevron {
  margin-top: 3px;
  transform: rotate(225deg);
}

.sci-account__menu {
  position: absolute;
  z-index: 10020;
  top: calc(100% + 10px);
  right: 0;
  width: 264px;
  overflow: hidden;
  border: 1px solid var(--sci-border);
  border-radius: var(--sci-radius-md);
  box-shadow: var(--sci-shadow-toast);
  background: var(--sci-surface);
}

.sci-account__menu[hidden] {
  display: none;
}

.sci-account__summary {
  display: grid;
  padding: var(--sci-space-4);
  gap: 3px;
  border-bottom: 1px solid var(--sci-border);
}

.sci-account__summary strong,
.sci-account__summary span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.sci-account__summary strong {
  font-size: 14px;
}

.sci-account__summary span {
  color: var(--sci-text-muted);
  font-size: 12px;
}

.sci-account__group {
  padding: var(--sci-space-2);
  border-bottom: 1px solid var(--sci-border);
}

.sci-account__group--last {
  border-bottom: 0;
}

.sci-account__group a {
  display: block;
  padding: 9px 10px;
  border-radius: var(--sci-radius-sm);
  color: var(--sci-text-secondary);
  font-size: 14px;
  font-weight: 560;
  text-decoration: none;
}

.sci-account__group a:hover,
.sci-account__group a:focus-visible {
  background: var(--sci-blue-soft);
  color: var(--sci-blue);
  outline: none;
}

.sci-header__ask,
.sci-header__login,
.sci-icon-link {
  color: var(--sci-text);
  font-size: 14px;
  font-weight: 650;
  text-decoration: none;
}

.sci-header__ask {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: var(--sci-blue);
}

.sci-header__ask-icon {
  font-size: 15px;
  line-height: 1;
}

.sci-icon-link,
.sci-icon-button,
.sci-header__menu {
  display: inline-grid;
  width: var(--sci-control-md);
  height: var(--sci-control-md);
  padding: 0;
  place-items: center;
  border: 0;
  border-radius: var(--sci-radius-sm);
  background: transparent;
  color: var(--sci-text);
  font-size: 24px;
  text-decoration: none;
  cursor: pointer;
}

.sci-header__menu {
  display: none;
}

.sci-header__menu span {
  display: block;
  width: 20px;
  height: 1.5px;
  margin: 2px 0;
  background: currentColor;
}

.sci-shell {
  width: min(100% - 96px, 1280px);
  margin-inline: auto;
}

.sci-main {
  min-height: calc(100vh - var(--sci-header-desktop));
  padding-block: var(--sci-space-16) var(--sci-space-20);
}

.sci-page-heading {
  max-width: 880px;
  margin-bottom: var(--sci-space-12);
}

.sci-page-heading h1 {
  margin: 0;
  color: var(--sci-text);
  font-family: var(--sci-font-serif);
  font-size: clamp(36px, 4.2vw, 52px);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.12;
}

.sci-page-heading > p:not(.sci-kicker) {
  max-width: 720px;
  margin: var(--sci-space-5) 0 0;
  color: var(--sci-text-secondary);
  font-size: 18px;
  line-height: 1.75;
}

.sci-kicker {
  margin: 0 0 var(--sci-space-3);
  color: var(--sci-blue);
  font-size: 13px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.sci-footer {
  border-top: 1px solid var(--sci-border);
  background: var(--sci-surface-subtle);
}

.sci-footer__inner {
  display: grid;
  width: min(100% - 96px, 1280px);
  min-height: 180px;
  margin: 0 auto;
  padding-block: var(--sci-space-10);
  grid-template-columns: auto 1fr auto;
  align-items: start;
  gap: var(--sci-space-12);
}

.sci-footer p {
  margin: 2px 0 0;
  color: var(--sci-text-secondary);
  font-size: 14px;
}

.sci-footer nav {
  display: flex;
  gap: var(--sci-space-6);
}

.sci-footer nav a {
  color: var(--sci-text-secondary);
  font-size: 14px;
  text-decoration: none;
}

.sci-mobile-nav,
.sci-nav-backdrop {
  display: none;
}

body.sci-nav-open {
  overflow: hidden;
}
