@media (min-width: 901px) {
  .site-header .menu {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  .site-header .menu-toggle {
    display: none !important;
  }
}

/* Yeni Haberler: 1950'ler görselini bu sayfadan kaldır */
.page-id-630 .page-hero {
  background-image: linear-gradient(135deg, #090a09 0%, #12100d 58%, #17110d 100%) !important;
}

/* Oldies Radyo: standart tekil haber banneri */
.single-news-page .page-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 270px;
  overflow: hidden;
  padding: 68px 0 54px;
  border-bottom: 1px solid rgba(203, 151, 78, .28);
  background:
    radial-gradient(circle at 86% 48%, transparent 0 70px, rgba(239, 209, 158, .10) 71px 73px, transparent 74px 108px, rgba(239, 209, 158, .055) 109px 111px, transparent 112px),
    radial-gradient(circle at 8% 115%, rgba(166, 47, 34, .28), transparent 38%),
    linear-gradient(118deg, #070807 0%, #12100d 58%, #28120f 100%) !important;
}
.single-news-page .page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: .34;
  background: repeating-linear-gradient(90deg, transparent 0 74px, rgba(239, 209, 158, .035) 75px, transparent 76px);
}
.single-news-page .page-hero::after {
  content: "OLDIES\A RADYO";
  position: absolute;
  z-index: 1;
  right: 5vw;
  top: 50%;
  transform: translateY(-50%);
  white-space: pre;
  color: rgba(239, 209, 158, .07);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px, 7.2vw, 108px);
  font-weight: 700;
  line-height: .72;
  letter-spacing: .045em;
  text-align: center;
  pointer-events: none;
}
.single-news-page .page-hero .wrap {
  position: relative;
  z-index: 2;
  width: 100%;
}
.single-news-page .page-hero h1 {
  max-width: 930px;
  margin-bottom: 0;
  font-size: clamp(34px, 4vw, 52px);
  line-height: 1.06;
}
@media (max-width: 720px) {
  .single-news-page .page-hero {
    min-height: 0;
    padding: 46px 0 38px;
  }
  .single-news-page .page-hero::after {
    right: -18px;
    font-size: 58px;
    opacity: .72;
  }
  .single-news-page .page-hero h1 {
    max-width: 94%;
    font-size: clamp(29px, 9vw, 40px);
    line-height: 1.08;
  }
}

/* Haber üst başlığı: tema içerik hizasını koru */
.single-news-page .page-hero .wrap {
  width: min(var(--max), calc(100% - 34px));
  margin-left: auto;
  margin-right: auto;
}


/* Tekil haber üst bandı: başlık ve üst bilgi gerçek merkezde */
.single-news-page .page-hero .wrap {
  text-align: center;
}
.single-news-page .page-hero h1 {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}


/* Haber başlıkları: gövde metninden ayrılan mat eski altın */
.single-news-page .page-hero h1 {
  color: #E8C486;
}
.single-news-page .single-post-article h2,
.single-news-page .single-post-article h3 {
  color: #D3A45F;
}
