.go-offcanvas-header-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.go-offcanvas-trigger-group {
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.go-offcanvas-topbar-toggle,
.go-offcanvas-header-toggle,
.go-offcanvas-compact-toggle {
  flex-shrink: 0;
}

.go-offcanvas-compact-control {
  display: none;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.go-offcanvas-desktop-toggle {
  display: none;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid var(--go-shell-line);
  border-radius: 14px;
  background: var(--go-shell-surface-2);
  color: var(--go-shell-text);
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.go-offcanvas-desktop-toggle:hover {
  border-color: var(--go-shell-line-strong);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-1px);
}

.go-offcanvas-desktop-toggle--body {
  width: 100%;
  min-height: 40px;
}

.go-offcanvas-desktop-toggle-icon {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.go-offcanvas-desktop-toggle-icon::before,
.go-offcanvas-desktop-toggle-icon::after {
  content: "";
  position: absolute;
  left: 0;
  height: 2px;
  width: 16px;
  border-radius: 999px;
  background: currentColor;
  transition: opacity 0.2s ease;
}

.go-offcanvas-desktop-toggle-icon::before {
  top: 0;
  box-shadow: 0 5px 0 currentColor, 0 10px 0 currentColor;
}

.go-offcanvas-desktop-toggle-icon::after {
  display: none;
}

.go-offcanvas-theme-panel {
  padding: 16px 18px;
  border: 1px solid var(--go-shell-line);
  border-radius: 20px;
  background: var(--go-shell-surface-2);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.go-offcanvas-theme-row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.go-offcanvas-theme-copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  min-width: 0;
  text-align: center;
}

.go-offcanvas-theme-copy strong {
  color: var(--go-shell-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
}

.go-offcanvas-theme-copy span {
  color: var(--go-shell-soft);
  font-size: 12px;
  line-height: 1.45;
}

.go-shell-topbar .newsx-offcanvas-widgets-area,
body .go-shell-topbar .newsx-offcanvas-widgets-area {
  border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
  border-radius: 0 !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  box-shadow: 10px 0 28px rgba(0, 0, 0, 0.12) !important;
}

.go-shell-header .go-offcanvas-nav > ul > li > a {
  display: flex;
  align-items: center;
  gap: 12px;
}

.go-shell-header .go-offcanvas-nav-icon {
  display: none;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  color: currentColor;
  flex-shrink: 0;
}

.go-shell-header .go-offcanvas-nav-icon .newsx-svg-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  line-height: 1;
}

.go-shell-header .go-offcanvas-nav-icon svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: currentColor;
  stroke: currentColor;
}

.go-shell-header .go-offcanvas-nav-label {
  display: inline-flex;
  align-items: center;
  min-width: 0;
}

.newsx-dark-mode-switcher .go-shell-dark-toggle-track,
.newsx-dark-mode-switcher .go-shell-dark-toggle-thumb {
  display: none;
}

.go-shell-dark-toggle {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: transparent;
  box-shadow: none;
  cursor: pointer;
  transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
}

.go-shell-dark-toggle:hover {
  transform: translateY(-1px);
}

.go-shell-dark-toggle .go-shell-dark-toggle-track,
.go-shell-dark-toggle .go-shell-dark-toggle-thumb {
  display: none !important;
}

.go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-dark-toggle .newsx-switch-to-light,
.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-dark,
.go-shell-topbar .go-shell-dark-toggle .newsx-switch-to-light,
.go-offcanvas-theme-panel .go-shell-dark-toggle .newsx-switch-to-dark,
.go-offcanvas-theme-panel .go-shell-dark-toggle .newsx-switch-to-light {
  position: absolute;
  z-index: 1;
  right: auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  transform-origin: center;
  transition: opacity 0.22s ease, transform 0.22s ease, color 0.22s ease, filter 0.22s ease;
}

.go-shell-dark-toggle .newsx-switch-to-dark {
  top: 2px;
  right: 1px;
  left: auto;
  color: currentColor;
  opacity: 0.92;
  transform: scale(0.98);
}

.go-shell-dark-toggle .go-shell-dark-toggle-icon-sun {
  opacity: 0.98;
  transform: scale(1.08);
}

.go-shell-dark-toggle .newsx-switch-to-light {
  top: auto;
  right: auto;
  bottom: 1px;
  left: 1px;
  color: currentColor;
  opacity: 0.78;
  transform: scale(0.98);
}

.go-shell-dark-toggle.active .newsx-switch-to-dark {
  opacity: 0.78;
  transform: scale(0.98);
}

.go-shell-dark-toggle.active .go-shell-dark-toggle-icon-sun {
  opacity: 0.84;
  transform: scale(1.04);
}

.go-shell-dark-toggle.active .newsx-switch-to-light {
  opacity: 0.96;
  color: currentColor;
  transform: scale(1.02);
}

.go-shell-dark-toggle svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}

.go-shell-dark-toggle .go-shell-dark-toggle-icon-sun svg {
  width: 20px;
  height: 20px;
}

.go-shell-header .go-shell-dark-toggle,
body .go-shell-header .go-shell-dark-toggle {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

@media (min-width: 1200px) {
  body {
    --go-desktop-shell-width: 328px;
    --go-desktop-shell-width-compact: 88px;
    --go-desktop-shell-width-current: var(--go-desktop-shell-width);
    --go-desktop-content-max: 1560px;
    --go-desktop-content-gutter: clamp(18px, 2.2vw, 34px);
  }

  body.go-desktop-shell-collapsed {
    --go-desktop-shell-width-current: var(--go-desktop-shell-width-compact);
  }

  body .go-shell-header {
    left: 0 !important;
    right: auto !important;
    width: var(--go-desktop-shell-width-current) !important;
    height: calc(100dvh - var(--go-shell-admin-offset)) !important;
    background: transparent !important;
  }

  body .go-shell-topbar,
  body .go-shell-topbar-inner,
  body .go-shell-topbar-group,
  body .go-shell-topbar-group-start {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 100%;
    padding: 0;
    border: 0 !important;
    background: transparent !important;
  }

  body .go-shell-topbar::before,
  body .go-shell-topbar::after,
  body .go-shell-topbar-brand,
  body .go-shell-topbar-search,
  body .go-shell-topbar-group-end,
  body .go-shell-topbar .go-offcanvas-trigger-group,
  body .go-shell-topbar .newsx-offcanvas-btn,
  body .go-shell-topbar .newsx-offcanvas-overlay {
    display: none !important;
  }

  body .go-shell-topbar .newsx-offcanvas-wrap {
    position: fixed !important;
    top: var(--go-shell-admin-offset) !important;
    left: 0 !important;
    inset: auto !important;
    width: var(--go-desktop-shell-width-current) !important;
    height: calc(100dvh - var(--go-shell-admin-offset)) !important;
    z-index: 99999;
    pointer-events: auto;
  }

  body .go-shell-topbar .newsx-offcanvas-widgets-area {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    max-width: none !important;
    height: 100% !important;
    max-height: none !important;
    overflow: hidden !important;
    transform: none !important;
    border: 0 !important;
    border-right: 1px solid rgba(255, 255, 255, 0.08) !important;
    border-radius: 0 !important;
    background: var(--go-shell-surface) !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  body .go-shell-header .go-offcanvas-panel,
  body .go-shell-header .go-offcanvas-header,
  body .go-shell-header .go-offcanvas-body,
  body .go-shell-header .go-offcanvas-search-form,
  body .go-shell-header .go-offcanvas-theme-panel,
  body .go-shell-header .go-offcanvas-follow,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
    background-image: none !important;
    box-shadow: none !important;
  }

  body .go-shell-header .go-offcanvas-panel::before,
  body .go-shell-header-spacer {
    display: none !important;
  }

  body .go-shell-header .go-offcanvas-header {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    top: auto;
    padding: 22px 20px 16px;
    border-bottom: 1px solid var(--go-shell-line);
    background: transparent !important;
    backdrop-filter: none;
  }

  body .go-shell-header .go-offcanvas-site-brand {
    display: flex;
    align-items: center;
    min-width: 0;
  }

  body .go-shell-header .go-offcanvas-site-brand .site-logo {
    display: inline-flex;
    align-items: center;
  }

  body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo {
    display: inline-flex;
    align-items: center;
    justify-content: flex-start;
  }

  body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo--compact,
  body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo {
    display: none;
  }

  body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--open {
    width: auto;
    height: auto;
    max-width: 196px;
    max-height: 40px;
  }

  body .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact {
    width: auto;
    height: auto;
    max-width: 78px;
    max-height: 28px;
  }

  body .go-shell-header .go-offcanvas-theme-panel,
  body .go-shell-header .go-offcanvas-compact-control {
    background: var(--go-shell-surface-2) !important;
    border: 1px solid var(--go-shell-line) !important;
  }

  body .go-shell-header .go-offcanvas-body {
    gap: 18px;
    padding: 18px 18px 22px;
  }

  body .go-shell-header .go-offcanvas-search-form,
  body .go-shell-header .go-offcanvas-theme-panel,
  body .go-shell-header .go-offcanvas-follow,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget,
  body .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
    background: var(--go-shell-surface-2) !important;
    border: 1px solid var(--go-shell-line) !important;
  }

  body .go-shell-header .go-offcanvas-nav {
    border-top: 0;
    padding-top: 0;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a {
    padding: 14px 16px 14px 18px;
    border-bottom: 0;
    border-radius: 14px;
    background: transparent;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.01em;
    text-transform: none;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a::before {
    left: 8px;
    width: 3px;
    background: currentColor;
    opacity: 0.16;
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a {
    padding-left: 22px;
    background: var(--go-shell-surface-2);
    color: var(--go-shell-text);
  }

  body .go-shell-header .go-offcanvas-nav > ul > li > a:hover::before,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a::before,
  body .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a::before {
    height: 18px;
    opacity: 0.42;
  }

  body .go-shell-header .go-offcanvas-nav ul ul {
    margin-top: 6px;
    padding-left: 14px;
    border-left: 1px solid var(--go-shell-line);
  }

  body .go-shell-header .go-offcanvas-nav ul ul a {
    padding: 9px 0 9px 12px;
    border-left: 2px solid transparent;
    border-radius: 0 10px 10px 0;
    font-size: 13px;
  }

  body .go-shell-header .go-offcanvas-follow {
    margin-top: auto;
  }

  body .go-shell-header .go-offcanvas-socials {
    grid-template-columns: 1fr;
  }

  body .go-shell-header .go-offcanvas-desktop-toggle--header {
    display: inline-flex;
  }

  body .go-shell-header .go-offcanvas-compact-control {
    display: none;
  }

  body .go-shell-header .newsx-offcanvas-close-btn {
    display: none !important;
  }

  body #page {
    padding-left: calc(var(--go-desktop-shell-width-current) + 32px);
    transition: padding-left 0.24s ease;
  }

  body #page > #content,
  body #page > .site-content {
    width: 100%;
    max-width: none;
  }

  body .go-404-shell,
  body .go-author-shell,
  body .go-cc-shell,
  body .go-eh-shell,
  body .go-gf-shell,
  body .go-gh-shell,
  body .go-src-shell,
  body .go-vh-shell,
  body .go-ca-shell,
  body .go-ca-shell.newsx-container,
  body .go-cp-shell,
  body .go-cp-shell.newsx-container,
  body .go-rs-shell,
  body .go-sc-shell,
  body .go-gs-shell,
  body .go-sp-shell,
  body .grp-wrap {
    width: min(calc(100% - (var(--go-desktop-content-gutter) * 2)), var(--go-desktop-content-max)) !important;
    max-width: var(--go-desktop-content-max) !important;
  }

  body .go-fph-shell,
  body .go-fph-main {
    max-width: var(--go-desktop-content-max) !important;
    padding-inline: var(--go-desktop-content-gutter) !important;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header {
    justify-content: center;
    padding: 18px 10px 12px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-body {
    gap: 12px;
    padding: 14px 8px 18px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-search,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-follow,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-copy {
    display: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-header-actions {
    display: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand {
    justify-content: center;
    width: 100%;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .custom-logo-link,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    min-height: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel {
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none !important;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel .go-offcanvas-section-label {
    display: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-row {
    width: 100%;
    align-items: center;
    justify-content: center;
    min-height: 24px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle {
    margin: 0 auto;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-dark,
  body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-light {
    top: 50%;
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%, -50%) scale(1);
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle .newsx-switch-to-light {
    opacity: 0;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle.active .newsx-switch-to-dark {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.96);
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle.active .newsx-switch-to-light {
    opacity: 0.96;
    transform: translate(-50%, -50%) scale(1);
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul {
    display: grid;
    justify-items: center;
    gap: 6px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a {
    justify-content: center;
    width: 40px;
    height: 40px;
    min-height: 40px;
    padding: 0;
    margin: 0;
    border-radius: 12px;
    font-size: 0;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav .menu-item-has-children > a,
  body.go-desktop-shell-collapsed .go-shell-header .newsx-offcanvas-widgets-area .menu-item-has-children > a {
    padding-right: 0 !important;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a::before,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-submenu-toggle,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav ul ul {
    display: none !important;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a {
    padding-left: 0;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav-icon {
    display: inline-flex;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-nav-label {
    display: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-compact-control {
    display: flex;
    padding: 0;
    border: 0 !important;
    border-radius: 0;
    background: transparent !important;
    box-shadow: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-desktop-toggle--body {
    display: inline-flex;
    width: 40px;
    min-height: 40px;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-desktop-toggle {
    border-color: transparent;
    background: transparent;
    box-shadow: none;
  }

  body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact,
  body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-logo-image--compact {
    max-width: 58px;
    max-height: 24px;
  }
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-topbar .newsx-offcanvas-widgets-area,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .newsx-offcanvas-widgets-area {
  background: #ffffff !important;
  border-right-color: rgba(15, 23, 42, 0.08) !important;
  box-shadow: 10px 0 24px rgba(15, 23, 42, 0.07) !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-theme-panel,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-compact-control,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-form,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-social-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-desktop-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-shell-dark-toggle {
  background: #ffffff !important;
  border-color: rgba(15, 23, 42, 0.12) !important;
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-desktop-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .custom-logo-link,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel,
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-desktop-toggle,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .custom-logo-link,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo .custom-logo {
  filter: none !important;
}

body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--open,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--open {
  display: none !important;
}

body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--compact,
body.has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo.go-offcanvas-logo--compact {
  display: inline-flex !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-site-brand .go-offcanvas-light-logo {
  display: none !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--open {
  display: inline-flex !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--open,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--open {
  display: none !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--compact,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]).has-offcanvas-closed .go-shell-header .go-offcanvas-site-brand .go-offcanvas-dark-logo.go-offcanvas-logo--compact {
  display: inline-flex !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-theme-copy strong,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav-icon,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-field,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-search-submit {
  color: #111111 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-theme-copy span,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-section-label,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-follow-copy,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav ul ul a {
  color: #475569 !important;
}

html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a,
html:not(.dark):not([data-theme="dark"]) body:not(.dark):not(.dark-mode):not(.is-dark-theme):not(.newsx-dark-mode) .go-shell-header .go-offcanvas-nav > ul > li > a:hover {
  color: #111111 !important;
  background: #f8fafc !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-topbar .newsx-offcanvas-widgets-area,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .newsx-offcanvas-widgets-area {
  background:
    radial-gradient(circle at top left, rgba(199, 240, 0, 0.05), transparent 30%),
    linear-gradient(180deg, #07080a 0%, #050607 55%, #030405 100%) !important;
  background-color: #050607 !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-topbar .newsx-offcanvas-overlay,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .newsx-offcanvas-overlay {
  background: rgba(0, 0, 0, 0.82) !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-search-form,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-theme-panel,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-follow,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-social-link,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-desktop-toggle,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-shell-dark-toggle,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .newsx-offcanvas-close-btn,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-submenu-toggle,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .newsx-offcanvas-widgets-area .search-field,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .newsx-offcanvas-widgets-area .widget,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .newsx-offcanvas-widgets-area .widget_block {
  background: #0b0c10 !important;
  background-image: none !important;
  border-color: rgba(255, 255, 255, 0.075) !important;
}

:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-nav > ul > li > a:hover,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-item > a,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-nav > ul > li.current-menu-ancestor > a,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-social-link:hover,
:is(html.dark body, body.dark, body.dark-mode, body.is-dark-theme, body.newsx-dark-mode, html[data-theme="dark"] body, body[data-theme="dark"]) .go-shell-header .go-offcanvas-submenu-toggle:hover {
  background: #101115 !important;
  border-color: rgba(255, 255, 255, 0.1) !important;
}

body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-theme-panel,
body.go-desktop-shell-collapsed .go-shell-header .go-shell-dark-toggle,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-desktop-toggle,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .custom-logo-link,
body.go-desktop-shell-collapsed .go-shell-header .go-offcanvas-site-brand .site-logo {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}
