/* VW_NEWSPAPER_ROOM_THEME_SYNC_V1_CSS */

/*
 * Default / no known room:
 * existing 24NEWS Paper remains unchanged.
 */

html[data-vw-news-theme="24news-paper"]{
  color-scheme:light;

  --paper:#f7f3ea;
  --ink:#11100e;
  --muted:#6c6861;
  --line:#d8d1c5;
  --red:#c9141d;
  --dark:#0b0b0b;
  --card:#fffdf8;
  --shadow:0 20px 60px rgba(25,19,10,.10);
}

/* -------------------------------------------------
   CLASSIC DARK
   Newspaper adapted to current Watch dark language.
------------------------------------------------- */

html[data-vw-news-theme="classic-dark"]{
  color-scheme:dark;

  --paper:#05070b;
  --ink:#f7f5ff;
  --muted:#aaa7bf;
  --line:#302e48;
  --red:#8b6cff;
  --dark:#020309;
  --card:#151527;
  --shadow:0 22px 70px rgba(0,0,0,.42);
}

html[data-vw-news-theme="classic-dark"] body{
  background:#05070b;
  color:#f7f5ff;
}

html[data-vw-news-theme="classic-dark"] .mast{
  background:#080a11;
  border-color:#302e48;
}

html[data-vw-news-theme="classic-dark"] .nav{
  background:rgba(8,10,17,.97);
  border-color:#302e48;
}

html[data-vw-news-theme="classic-dark"] .nav a{
  color:#c7c4d5;
}

html[data-vw-news-theme="classic-dark"] .nav a.on,
html[data-vw-news-theme="classic-dark"] .nav a:hover{
  color:#a995ff;
}

html[data-vw-news-theme="classic-dark"] .topline{
  background:#020309;
  color:#d9d7e4;
}

html[data-vw-news-theme="classic-dark"] .breaking{
  background:#8b6cff;
  color:#fff;
}

html[data-vw-news-theme="classic-dark"] .logo span,
html[data-vw-news-theme="classic-dark"] .eyebrow,
html[data-vw-news-theme="classic-dark"] .article-kicker{
  color:#a995ff;
}

html[data-vw-news-theme="classic-dark"] .story-card,
html[data-vw-news-theme="classic-dark"] .section-head,
html[data-vw-news-theme="classic-dark"] .article-meta,
html[data-vw-news-theme="classic-dark"] .share{
  border-color:#302e48;
}

html[data-vw-news-theme="classic-dark"] .story-copy p,
html[data-vw-news-theme="classic-dark"] .meta,
html[data-vw-news-theme="classic-dark"] .dek,
html[data-vw-news-theme="classic-dark"] .side-box p{
  color:#aaa7bf;
}

html[data-vw-news-theme="classic-dark"] .story-img{
  background:#151527;
}

html[data-vw-news-theme="classic-dark"] .dark-band{
  background:#0d0e18;
  color:#fff;
}

html[data-vw-news-theme="classic-dark"] .trend{
  border-color:#34324b;
}

html[data-vw-news-theme="classic-dark"] .trend>span{
  color:#77728f;
}

html[data-vw-news-theme="classic-dark"] .trend small{
  color:#aaa7bf;
}

html[data-vw-news-theme="classic-dark"] .watch-panel,
html[data-vw-news-theme="classic-dark"] .private-gate,
html[data-vw-news-theme="classic-dark"] .side-box{
  background:#151527;
  color:#f7f5ff;
  border-color:#302e48;
}

html[data-vw-news-theme="classic-dark"] .big-search,
html[data-vw-news-theme="classic-dark"] .access-search{
  background:#10111c;
  border-color:#3b3854;
}

html[data-vw-news-theme="classic-dark"] .search input,
html[data-vw-news-theme="classic-dark"] .big-search input,
html[data-vw-news-theme="classic-dark"] .access-search input,
html[data-vw-news-theme="classic-dark"] .private-gate input{
  background:transparent;
  color:#f7f5ff;
}

html[data-vw-news-theme="classic-dark"] .search input::placeholder,
html[data-vw-news-theme="classic-dark"] .access-search input::placeholder{
  color:#8e8aa2;
}

html[data-vw-news-theme="classic-dark"] .search button,
html[data-vw-news-theme="classic-dark"] .big-search button,
html[data-vw-news-theme="classic-dark"] .private-gate button{
  color:#fff;
}

html[data-vw-news-theme="classic-dark"] .access-search button,
html[data-vw-news-theme="classic-dark"] .big-search button{
  background:#8b6cff;
  border-color:#504b70;
}

html[data-vw-news-theme="classic-dark"] .menu-btn{
  background:#151527;
  border-color:#302e48;
  color:#f7f5ff;
}

html[data-vw-news-theme="classic-dark"] .share button,
html[data-vw-news-theme="classic-dark"] .share a{
  background:#151527;
  color:#f7f5ff;
  border-color:#302e48;
}

html[data-vw-news-theme="classic-dark"] footer{
  background:#020309;
  color:#d6d3e2;
}

html[data-vw-news-theme="classic-dark"] .footer-grid p,
html[data-vw-news-theme="classic-dark"] .footer-grid span,
html[data-vw-news-theme="classic-dark"] .copyright{
  color:#8e8a9f;
}

/* -------------------------------------------------
   24NEWS NIGHT
   Same 24NEWS editorial language, dark edition.
------------------------------------------------- */

html[data-vw-news-theme="24news-night"]{
  color-scheme:dark;

  --paper:#0b0b0b;
  --ink:#f7f3ea;
  --muted:#aaa39a;
  --line:#37322b;
  --red:#c9141d;
  --dark:#050505;
  --card:#151310;
  --shadow:0 22px 72px rgba(0,0,0,.46);
}

html[data-vw-news-theme="24news-night"] body{
  background:#0b0b0b;
  color:#f7f3ea;
}

html[data-vw-news-theme="24news-night"] .mast{
  background:#0e0d0b;
  border-color:#37322b;
}

html[data-vw-news-theme="24news-night"] .nav{
  background:rgba(14,13,11,.97);
  border-color:#37322b;
}

html[data-vw-news-theme="24news-night"] .nav a{
  color:#cbc4ba;
}

html[data-vw-news-theme="24news-night"] .nav a.on,
html[data-vw-news-theme="24news-night"] .nav a:hover{
  color:#e2484f;
}

html[data-vw-news-theme="24news-night"] .topline{
  background:#050505;
}

html[data-vw-news-theme="24news-night"] .story-card,
html[data-vw-news-theme="24news-night"] .section-head,
html[data-vw-news-theme="24news-night"] .article-meta,
html[data-vw-news-theme="24news-night"] .share{
  border-color:#37322b;
}

html[data-vw-news-theme="24news-night"] .story-copy p,
html[data-vw-news-theme="24news-night"] .meta,
html[data-vw-news-theme="24news-night"] .dek,
html[data-vw-news-theme="24news-night"] .side-box p{
  color:#aaa39a;
}

html[data-vw-news-theme="24news-night"] .story-img{
  background:#1c1915;
}

html[data-vw-news-theme="24news-night"] .dark-band{
  background:#050505;
}

html[data-vw-news-theme="24news-night"] .watch-panel,
html[data-vw-news-theme="24news-night"] .private-gate{
  background:#151310;
  border-color:#37322b;
  color:#f7f3ea;
}

html[data-vw-news-theme="24news-night"] .big-search,
html[data-vw-news-theme="24news-night"] .access-search{
  background:#151310;
  border-color:#494239;
}

html[data-vw-news-theme="24news-night"] .search input,
html[data-vw-news-theme="24news-night"] .big-search input,
html[data-vw-news-theme="24news-night"] .access-search input,
html[data-vw-news-theme="24news-night"] .private-gate input{
  background:transparent;
  color:#f7f3ea;
}

html[data-vw-news-theme="24news-night"] .search input::placeholder,
html[data-vw-news-theme="24news-night"] .access-search input::placeholder{
  color:#898178;
}

html[data-vw-news-theme="24news-night"] .access-search button,
html[data-vw-news-theme="24news-night"] .big-search button{
  background:#c9141d;
  color:#fff;
  border-color:#5d2629;
}

html[data-vw-news-theme="24news-night"] .menu-btn{
  background:#151310;
  border-color:#37322b;
  color:#f7f3ea;
}

html[data-vw-news-theme="24news-night"] .share button,
html[data-vw-news-theme="24news-night"] .share a{
  background:#151310;
  color:#f7f3ea;
  border-color:#37322b;
}

html[data-vw-news-theme="24news-night"] footer{
  background:#050505;
}

/* Preserve images/player-like media naturally */
html[data-vw-news-theme="classic-dark"] img,
html[data-vw-news-theme="24news-night"] img{
  color-scheme:normal;
}
