/* Dark theme overrides for public menu pages (banners unchanged). */

html[data-theme='dark'] body {
  background: #0f1115;
  color: #e8eaf0;
}

html[data-theme='dark'] a:not([class]) { color: #8ab4ff; }
html[data-theme='dark'] a:not([class]):hover { color: #b6cffd; }

html[data-theme='dark'] .page-header-lang__list,
html[data-theme='dark'] .top-search-view,
html[data-theme='dark'] .top-schedule-view,
html[data-theme='dark'] .lunch-hint {
  background: #151922;
  border-color: #2a3140;
  color: #e8eaf0;
}

html[data-theme='dark'] .page-header-lang__view {
  color: #e8eaf0;
}

html[data-theme='dark'] .page-header-lang__view:hover,
html[data-theme='dark'] .page-header-lang__link:hover {
  color: #8ab4ff;
}

html[data-theme='dark'] .page-header-lang__link {
  color: #e8eaf0;
}

html[data-theme='dark'] .top-schedule-view__time {
  color: #e8eaf0;
}

html[data-theme='dark'] .top-schedule-view__time strong {
  color: #e8eaf0;
}

html[data-theme='dark'] .top-search__toggle.active {
  border-color: #e8eaf0;
}

html[data-theme='dark'] .page-header-search {
  border-color: #e8eaf0;
}

html[data-theme='dark'] .page-header-search__link,
html[data-theme='dark'] .top-search__close,
html[data-theme='dark'] .lunch-hint__close {
  filter: invert(1) brightness(1.2);
}

html[data-theme='dark'] .top-schedule-view__close,
html[data-theme='dark'] .lunch-hint__close {
  background-image: url(../img/svg/s-close-white.svg) !important;
  filter: none !important;
}

html[data-theme='dark'] .top-schedule__toggle {
  color: #e8eaf0;
}

html[data-theme='dark'] .top-schedule__toggle:before {
  filter: invert(1) brightness(1.2);
}

html[data-theme='dark'] .top-schedule__toggle:after {
  background: #232a3a url(../img/svg/arr-white.svg) center no-repeat;
  filter: none !important;
}

html[data-theme='dark'] .top-search__input {
  background: #151922;
  color: #e8eaf0;
}

html[data-theme='dark'] .top-search__input::placeholder {
  color: #a8b0c2;
}

html[data-theme='dark'] .top-search-view__txt { color: #e8eaf0; }
html[data-theme='dark'] .top-search-view__item:hover .top-search-view__txt { color: #8ab4ff; }

html[data-theme='dark'] .menu__in { color: #e8eaf0; }
html[data-theme='dark'] .menu__in:hover { color: #8ab4ff; }

html[data-theme='dark'] .lunch__in {
  background: #151922;
}

html[data-theme='dark'] .lunch__title,
html[data-theme='dark'] .lunch__txt,
html[data-theme='dark'] .lunch-price,
html[data-theme='dark'] .price {
  color: #e8eaf0;
}

html[data-theme='dark'] .txt-more,
html[data-theme='dark'] .lunch-info-toggle {
  background: #232a3a;
  color: #e8eaf0;
}

html[data-theme='dark'] .lunch-info-toggle:hover {
  background: #8ab4ff;
  color: #0f1115;
}

html[data-theme='dark'] .lunch-more {
  background: #0f1115;
}

html[data-theme='dark'] .page-footer__wrap {
  background: #151922;
}

html[data-theme='dark'] .page-footer__title,
html[data-theme='dark'] .page-footer__link {
  color: #e8eaf0;
}

html[data-theme='dark'] .page-footer__link.m-mail,
html[data-theme='dark'] .page-footer__link.m-phone,
html[data-theme='dark'] .page-footer__link.m-address {
  color: #e8eaf0;
}

html[data-theme='dark'] .page-footer__link:hover { color: #8ab4ff; }

html[data-theme='dark'] .page-footer__link:before {
  filter: invert(1) brightness(1.2);
}

html[data-theme='dark'] .socials__item {
  background: #232a3a;
}

html[data-theme='dark'] .socials__item:hover {
  background: #2f3a52;
}

html[data-theme='dark'] .socials__item img {
  filter: invert(1) brightness(1.2);
}

html[data-theme='dark'] .wysiwyg-content {
  background: #151922 !important;
  color: #e8eaf0 !important;
}

html[data-theme='dark'] .wysiwyg-content a { color: #8ab4ff; }
html[data-theme='dark'] .wysiwyg-content a:hover { color: #b6cffd; }

html[data-theme='dark'] .public-back-btn,
html[data-theme='dark'] .public-banner-nav {
  background: #232a3a !important;
  border-color: #2a3140 !important;
  color: #e8eaf0 !important;
}

