/* Mega menü marquee — html:not(.phone) (Journal'da body.desktop YOK) */

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"],
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee {
  width: 100% !important;
  max-width: 100% !important;
  margin: 12px 0 0 !important;
  padding: 0 !important;
  flex: 0 0 auto !important;
  align-self: stretch !important;
  grid-column: 1 / -1 !important;
  position: relative !important;
  overflow: hidden !important;
  border-top: 1px solid rgba(11, 78, 162, 0.14);
  border-radius: 0 0 10px 10px;
  background: linear-gradient(180deg, #f7fbff 0%, #eef5ff 100%);
  min-height: 44px;
  max-height: 56px;
  box-sizing: border-box;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"].marquee,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee.marquee {
  width: 100% !important;
  overflow: hidden !important;
  overflow-x: hidden !important;
  white-space: nowrap !important;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .module-body,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee .module-body {
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
  height: 100%;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-slider,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee .marquee-slider {
  display: inline-block !important;
  width: auto !important;
  max-width: none !important;
  padding: 9px 0 !important;
  margin: 0 !important;
  white-space: nowrap !important;
  vertical-align: top !important;
  --marquee-play-state: running !important;
  animation: var(--marquee-direction, marquee-left) var(--marquee-speed, 40s) linear infinite !important;
  animation-play-state: running !important;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-slider:hover,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee .marquee-slider:hover {
  animation-play-state: running !important;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-items,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-items-1,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-items-2,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee .marquee-items {
  display: inline-flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  white-space: nowrap !important;
  vertical-align: top !important;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-items-1 {
  animation: var(--swap-direction, swap-left) var(--marquee-speed, 40s) linear infinite !important;
  animation-play-state: running !important;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .module-item,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-item,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee .module-item {
  display: inline-flex !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  white-space: nowrap !important;
}

/* Journal admin font/stroke ezmesin — yüksek özgüllük */
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .marquee-slider .marquee-items .module-item > span,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .module-item > span,
html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content .fb-megamenu-marquee .module-item > span {
  font-family: "Poppins", "Segoe UI", system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  color: #0b4ea2 !important;
  -webkit-text-stroke: 0 transparent !important;
  -webkit-text-stroke-width: 0 !important;
  -webkit-text-stroke-color: transparent !important;
  text-shadow: none !important;
  white-space: nowrap !important;
  display: inline !important;
  padding: 0 32px 0 0 !important;
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}

html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .module-item > span::before {
  display: none !important;
  content: none !important;
}

@media (min-width: 1200px) {
  html:not(.phone) .desktop-main-menu-wrapper .mega-menu-content [class*="module-marquee"] .module-item > span {
    font-size: 20px !important;
  }
}
