body.news-editorial-mode {
  background:
    radial-gradient(circle at 50% 0, rgba(207,231,248,.24), transparent 30%),
    #f8fbfe;
}

.news-editorial-mode .news-page {
  gap: 14px;
}

.news-editorial-mode .news-radar-header {
  min-height: 184px;
  padding: 32px 38px;
  background:
    linear-gradient(90deg, rgba(255,255,255,.16) 0 48%, rgba(255,255,255,0) 68%),
    url("/assets/page-heroes/news-editorial-head-v1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.news-editorial-mode .news-radar-header::after {
  width: 240px;
}

.news-editorial-mode .news-radar-mark {
  width: 76px;
  height: 76px;
}

.news-editorial-mode .news-radar-status {
  padding: 9px 12px;
  background: rgba(255,255,255,.84);
  border: 1px solid rgba(203,220,234,.9);
  border-radius: 10px 3px 10px 3px;
  box-shadow: 0 8px 22px rgba(31,57,86,.1);
  backdrop-filter: blur(8px);
}

.news-editorial-mode .news-radar-title h1 {
  max-width: 760px;
  font-size: clamp(38px, 5vw, 64px);
  letter-spacing: -3px;
}

.news-editorial-mode .news-radar-title p {
  margin-top: 8px;
  font-size: 13px;
}

.news-breaking-strip {
  display: grid;
  min-height: 56px;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  overflow: hidden;
  padding: 6px 12px;
  background: #fff;
  border: 1px solid #dce7f0;
  border-radius: 3px 10px 3px 10px;
  box-shadow: 0 7px 20px rgba(29,52,80,.05);
}

.news-breaking-strip > strong {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  gap: 7px;
  padding: 0 14px;
  color: #fff;
  background: linear-gradient(135deg, #ff6e25, #ef4d14);
  border-radius: 7px 2px;
  font-size: 10px;
  font-weight: 950;
}

.news-breaking-strip > strong i {
  width: 6px;
  height: 6px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 4px rgba(255,255,255,.18);
}

.news-breaking-strip > span {
  color: #1aa166;
  font-size: 9px;
  font-weight: 950;
}

.news-breaking-items {
  min-width: 0;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 3%, #000 97%, transparent);
}

.news-breaking-track {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: news-breaking-scroll 38s linear infinite;
}

.news-breaking-items:hover .news-breaking-track,
.news-breaking-items:focus-within .news-breaking-track {
  animation-play-state: paused;
}

@keyframes news-breaking-scroll {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.news-breaking-items button {
  display: flex;
  width: 430px;
  min-width: 430px;
  align-items: center;
  gap: 9px;
  overflow: hidden;
  padding: 6px 18px;
  color: #48586d;
  background: transparent;
  border: 0;
  border-right: 1px solid #e8edf3;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.35;
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
}

.news-breaking-items button:last-child {
  border-right: 0;
}

.news-breaking-items b {
  color: #f1581d;
  font-style: italic;
}

.news-editorial-mode .news-radar-toolbar {
  padding: 9px 12px;
}

.news-editorial-mode .news-radar-layout {
  grid-template-columns: minmax(0, 1fr) 274px;
  gap: 17px;
}

.news-editorial-mode .news-radar-sidebar {
  position: static;
  display: flex;
  grid-column: 1 / -1;
  align-items: center;
  gap: 6px;
  overflow-x: auto;
  padding: 9px 11px;
  scrollbar-width: none;
}

.news-editorial-mode .news-radar-sidebar::-webkit-scrollbar {
  display: none;
}

.news-editorial-mode .news-radar-panel-title {
  min-width: 112px;
  border: 0;
}

.news-editorial-mode .news-radar-sidebar > button {
  width: auto;
  min-width: 132px;
  min-height: 42px;
  flex: 0 0 auto;
  margin: 0;
  grid-template-columns: 28px minmax(0, 1fr) auto;
}

.news-editorial-mode .news-radar-sidebar > button > span {
  width: 28px;
  height: 28px;
}

.news-editorial-mode .news-radar-following {
  display: none;
}

.news-editorial-mode .news-radar-feed {
  grid-column: 1;
}

.news-editorial-mode .news-radar-feed > header {
  padding-left: 4px;
}

.news-editorial-mode .news-radar-feed > header h2 {
  font-size: 23px;
}

.news-editorial-mode .news-timeline {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
  padding: 0;
}

.news-editorial-mode .news-timeline::before,
.news-editorial-mode .news-timeline-node {
  display: none;
}

.news-editorial-mode .news-timeline-card {
  display: grid;
  grid-template-columns: 138px minmax(0, 1fr);
  min-height: 160px;
}

.news-editorial-mode .news-timeline-card:first-child {
  position: relative;
  min-height: 332px;
  grid-column: 1 / -1;
  grid-template-columns: minmax(330px, 54%) minmax(0, 1fr);
  border-color: #cfdde9;
  box-shadow: 0 18px 42px rgba(26,49,78,.12);
}

.news-editorial-mode .news-timeline-card:first-child::after {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 3;
  padding: 7px 10px;
  color: #fff;
  background: #f2561a;
  border-radius: 7px 2px;
  content: "MANŞET";
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .7px;
}

.news-editorial-mode .news-timeline-card:first-child .news-timeline-media {
  min-height: 332px;
}

.news-editorial-mode .news-timeline-card:first-child .news-timeline-copy {
  padding: 25px;
}

.news-editorial-mode .news-timeline-card:first-child .news-timeline-copy h3 {
  margin: 12px 0 9px;
  font-size: clamp(22px, 2.4vw, 34px);
  line-height: 1.05;
  letter-spacing: -.7px;
}

.news-editorial-mode .news-timeline-card:first-child .news-timeline-copy p {
  font-size: 11px;
  -webkit-line-clamp: 4;
}

.news-editorial-mode .news-timeline-media {
  min-height: 160px;
}

.news-editorial-mode .news-timeline-copy {
  padding: 13px;
}

.news-editorial-mode .news-timeline-copy h3 {
  font-size: 14px;
}

.news-editorial-mode .news-timeline-copy footer > button {
  color: #ed541a;
}

.news-editorial-mode .news-radar-aside {
  position: sticky;
  top: 92px;
  display: grid;
  grid-column: 2;
  grid-row: 2 / span 2;
  gap: 12px;
}

.news-editorial-mode .news-radar-summary {
  background:
    linear-gradient(rgba(255,255,255,.96), rgba(255,255,255,.96)),
    repeating-linear-gradient(45deg, transparent 0 18px, #e6f1f8 19px 20px);
}

.news-editorial-mode .news-trending > header {
  min-height: 42px;
}

.news-editorial-mode .news-week-panel {
  border-color: #ffd4c1;
}

@media (max-width: 1180px) {
  .news-editorial-mode .news-radar-layout {
    grid-template-columns: minmax(0, 1fr) 244px;
  }

  .news-editorial-mode .news-timeline {
    grid-template-columns: 1fr;
  }

  .news-editorial-mode .news-timeline-card:first-child {
    grid-column: auto;
  }
}

@media (max-width: 820px) {
  .news-editorial-mode .news-radar-layout {
    grid-template-columns: 1fr;
  }

  .news-editorial-mode .news-radar-aside {
    position: static;
    grid-column: 1;
    grid-row: auto;
    grid-template-columns: 1fr 1fr;
  }

  .news-editorial-mode .news-week-panel {
    grid-column: 1 / -1;
  }

  .news-breaking-items {
    min-width: 0;
  }

  .news-breaking-strip > span {
    display: none;
  }
}

@media (max-width: 600px) {
  .news-editorial-mode .news-radar-header {
    min-height: 132px;
    padding: 20px 16px;
    background:
      linear-gradient(90deg, rgba(255,255,255,.98) 0 48%, rgba(255,255,255,.72) 70%, rgba(255,255,255,.08) 100%),
      url("/assets/page-heroes/news-editorial-head-v1.png");
    background-position: center, right center;
    background-repeat: no-repeat;
    background-size: 100% 100%, auto 100%;
  }

  .news-editorial-mode .news-radar-mark {
    width: 46px;
    height: 46px;
  }

  .news-editorial-mode .news-radar-title h1 {
    font-size: 29px;
    letter-spacing: -1.5px;
  }

  .news-breaking-strip {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 5px;
  }

  .news-breaking-items button {
    width: 340px;
    min-width: 340px;
    padding: 5px 12px;
    font-size: 11px;
  }

  .news-editorial-mode .news-radar-panel-title {
    display: none;
  }

  .news-editorial-mode .news-timeline-card,
  .news-editorial-mode .news-timeline-card:first-child {
    grid-template-columns: 1fr;
  }

  .news-editorial-mode .news-timeline-card:first-child .news-timeline-media {
    min-height: 225px;
  }

  .news-editorial-mode .news-radar-aside {
    grid-template-columns: 1fr;
  }

  .news-editorial-mode .news-week-panel {
    grid-column: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  .news-breaking-track {
    animation: none;
  }
}
