/* Admin site renk ayarları — naula-ozel.css / style.css içindeki sabit renklerin üzerine (CSS değişkenleri site-theme-vars ile enjekte edilir) */

#home-parallax-root.parallax-holder,
main.home-main--no-slider,
.home-mobile-slider {
  background: var(--site-home-hero-bg, #111);
}

main.frontend-page-main {
  background: var(--site-inner-main-bg, #fff);
}

.page-about .about-topbar {
  color: var(--site-topbar-color, #fff);
}

.page-about .about-topbar__promo,
.page-about .about-topbar__weather,
.page-about .about-topbar__follow,
.page-about .about-topbar__social-link,
.page-about .about-topbar__right .site-lang-switch__link {
  color: var(--site-topbar-color, #fff);
}

.about-header {
  background: var(--site-header-bg, var(--ab-white, #fff));
}

.page-about .about-header__inner::after {
  background: var(--site-header-bottom-border, rgba(53, 54, 34, 0.14));
}

.page-about .about-header__nav a {
  color: var(--ab-nav-text, #3d3b36);
}

.page-about .about-header__nav a:hover {
  color: var(--ab-nav-hover, #a1806b);
}

.site-footer.wdt-dark-bg {
  /* naula-ozel.css bu blokta --footer-line sabit veriyor; admin teması için üstten gelen değeri kullan */
  --footer-line: var(--theme-footer-line, rgba(255, 255, 255, 0.149));
  color: var(--site-footer-text, #fff);
}
