/*
Theme Name: WIENER 2026
Theme URI: https://wiener-online.at
Author: Josel & Sauer GmbH
Description: Custom-Theme für wiener-online.at — CI 2026 „Laut & frech" (Variante 1b). Dunkel, Cover-Attitude, WIENER-Rot. Archivo + Newsreader.
Version: 0.1.0
Requires at least: 6.0
Requires PHP: 8.0
Text Domain: wiener2026
*/

/* ============================================================
   DESIGN TOKENS (aus WIENER CI 2026 / Variante 1b)
   ============================================================ */
:root {
  /* Farben – dunkel */
  --w-ink:        #0E0E0E;  /* Grund */
  --w-surface:    #141414;  /* Flächen/Schwarz */
  --w-line:       #262626;  /* Trennlinien/Borders */
  --w-red:        #E30429;  /* Signalrot */
  --w-red-deep:   #a80320;  /* Rot hover */
  /* Text auf dunkel */
  --w-white:      #ffffff;
  --w-text-1:     #e6e6e6;
  --w-text-2:     #d6d6d6;
  --w-text-3:     #cfcfcf;
  --w-text-4:     #bdbdbd;
  --w-muted:      #8f8f8f;
  /* Hell (Artikel) */
  --w-paper:      #ffffff;
  --w-paper-alt:  #F6F4F1;  /* warmes Papierweiß */
  --w-paper-line: #e3e0da;
  --w-body:       #1f1f1f;
  --w-body-2:     #333333;
  /* Typo */
  --w-sans: 'Archivo', system-ui, -apple-system, sans-serif;
  --w-serif: 'Newsreader', Georgia, serif;
  /* Maße */
  --w-max: 1440px;
  --w-max-article: 900px;
}

/* ============================================================
   BASIS
   ============================================================ */
* { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--w-ink);
  color: var(--w-white);
  font-family: var(--w-sans);
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--w-red); text-decoration: none; }
a:hover { color: var(--w-red-deep); }
h1, h2, h3, h4 { margin: 0; font-weight: 900; letter-spacing: -0.02em; }
.w-serif { font-family: var(--w-serif); }
.w-container { width: 100%; max-width: var(--w-max); margin: 0 auto; }

/* Skip-Link (a11y) */
.w-skip { position:absolute; left:-9999px; }
.w-skip:focus { left:12px; top:12px; background:var(--w-red); color:#fff; padding:10px 16px; z-index:100; }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.w-header {
  display: flex; align-items: center; justify-content: space-between;
  gap: 20px; padding: 0 32px; height: 78px;
  background: var(--w-ink); border-bottom: 1px solid var(--w-line);
  position: sticky; top: 0; z-index: 50;
}
.w-header__logo img { height: 40px; width: auto; }
.w-nav { display: flex; gap: 28px; font-weight: 700; font-size: 14px; letter-spacing: .04em; }
.w-nav a { color: var(--w-white); }
.w-nav a:hover, .w-nav .current-menu-item > a { color: var(--w-red); }
.w-nav__item { position: relative; display: flex; align-items: center; height: 78px; }
.w-nav__drop { position: absolute; top: 100%; left: -14px; background: var(--w-surface); border: 1px solid var(--w-line); min-width: 200px; padding: 8px 0; display: none; flex-direction: column; z-index: 60; box-shadow: 0 20px 44px rgba(0,0,0,.45); }
.w-nav__item:hover .w-nav__drop { display: flex; }
.w-nav__drop a { padding: 9px 20px; color: var(--w-text-2); font-weight: 600; font-size: 14px; letter-spacing: 0; text-transform: none; }
.w-nav__drop a:hover { color: var(--w-red); background: var(--w-ink); }
.w-header__right { display: flex; align-items: center; gap: 18px; }
.w-search { font-size: 20px; background: none; border: 0; color: #fff; cursor: pointer; }
.w-abo {
  border: 2px solid var(--w-red); color: var(--w-red);
  font-weight: 800; font-size: 13px; letter-spacing: .05em; padding: 7px 16px;
  text-transform: uppercase;
}
.w-abo:hover { background: var(--w-red); color: #fff; }
.w-burger { display: none; background: none; border: 0; color: #fff; font-size: 26px; cursor: pointer; }
.w-search-form { position: absolute; top: 100%; left: 0; right: 0; background: var(--w-surface); border-top: 1px solid var(--w-line); padding: 16px 32px; display: none; z-index: 54; }
.w-search-form.open { display: flex; gap: 10px; }
.w-search-form input { flex: 1 1 auto; background: var(--w-ink); border: 1px solid var(--w-line); color: #fff; padding: 14px 18px; font-size: 18px; font-family: var(--w-sans); outline: none; }
.w-search-form input::placeholder { color: var(--w-muted); }
.w-search-form input:focus { border-color: var(--w-red); }
.w-search-form button { background: var(--w-red); color: #fff; border: 0; padding: 0 24px; font-size: 22px; font-weight: 800; cursor: pointer; flex: 0 0 auto; }
.w-search-form button:hover { background: var(--w-red-deep); }
@media (max-width: 900px) { .w-search-form { padding: 14px 18px; } }

/* ============================================================
   HERO (Aufmacher)
   ============================================================ */
.w-hero { display: block; position: relative; height: 640px; max-height: 82vh; overflow: hidden; }
.w-hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 22%; }
.w-hero__grad { position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(14,14,14,.92) 0%, rgba(14,14,14,.5) 40%, rgba(14,14,14,0) 68%); }
.w-hero__kickers { position: absolute; left: 48px; top: 64px; display: flex; gap: 12px; }
.w-kicker-tag { font-weight: 800; font-size: 13px; letter-spacing: .08em; padding: 7px 13px; text-transform: uppercase; }
.w-kicker-tag--red { background: var(--w-red); color: #fff; transform: rotate(-3deg); }
.w-kicker-tag--white { background: #fff; color: #111; transform: rotate(2deg); }
.w-hero__body { position: absolute; left: 48px; bottom: 52px; max-width: 820px; }
.w-hero__title { font-size: clamp(48px, 7vw, 104px); line-height: .86; font-weight: 900; letter-spacing: -0.03em; color: #fff; }
.w-hero__title .accent { color: var(--w-red); }
.w-hero__dek { font-family: var(--w-serif); font-size: clamp(18px,2vw,24px); line-height: 1.35; margin: 20px 0 0; max-width: 560px; color: var(--w-text-1); }

/* ============================================================
   BIG CARDS (2er-Grid)
   ============================================================ */
.w-cards2 { display: grid; grid-template-columns: 1fr 1fr; gap: 2px; background: var(--w-line); border-bottom: 2px solid var(--w-line); }
.w-card { position: relative; height: 440px; overflow: hidden; background: var(--w-ink); }
.w-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.w-card__grad { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,14,14,.95) 0%, rgba(14,14,14,.1) 55%); }
.w-tag { font-weight: 800; font-size: 12px; letter-spacing: .1em; padding: 6px 12px; background: var(--w-red); color: #fff; text-transform: uppercase; display: inline-block; }
.w-card__tag { position: absolute; top: 24px; left: 24px; }
.w-card__body { position: absolute; left: 28px; right: 28px; bottom: 28px; }
.w-card__title { font-size: clamp(32px,3.6vw,52px); font-weight: 900; line-height: .9; margin: 0 0 10px; letter-spacing: -0.02em; color: #fff; }
.w-card__dek { font-family: var(--w-serif); font-size: 17px; color: var(--w-text-2); margin: 0; max-width: 440px; }

/* ============================================================
   MENSCHEN + IM GESPRÄCH (2er-Grid)
   ============================================================ */
.w-split { display: grid; grid-template-columns: 1fr 1fr; gap: 0; }
.w-block { padding: 44px 48px; }
.w-block--border { border-right: 1px solid var(--w-line); }
.w-eyebrow { color: var(--w-red); font-weight: 800; font-size: 13px; letter-spacing: .14em; text-transform: uppercase; }
.w-menschen { display: flex; gap: 24px; margin-top: 22px; align-items: flex-start; }
.w-menschen__img { width: 180px; height: 220px; flex: 0 0 auto; overflow: hidden; }
.w-menschen__img img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.w-menschen__title { font-size: 32px; font-weight: 900; line-height: .96; margin: 0 0 12px; letter-spacing: -0.02em; color: #fff; }
.w-menschen__dek { font-family: var(--w-serif); font-size: 17px; line-height: 1.5; color: var(--w-text-3); margin: 0; }
.w-talk { margin-top: 12px; }
.w-talk__item { display: flex; align-items: baseline; gap: 16px; padding: 13px 0; border-bottom: 1px solid var(--w-line); }
.w-talk__num { font-weight: 900; font-size: 15px; color: var(--w-red); min-width: 26px; }
.w-talk__name { font-weight: 800; font-size: 19px; color: #fff; line-height: 1.1; }
.w-talk__desc { font-family: var(--w-serif); font-size: 15px; color: var(--w-muted); }

/* ============================================================
   NEWSLETTER
   ============================================================ */
.w-news { background: var(--w-red); color: #fff; padding: 50px 48px; display: flex; align-items: center; justify-content: space-between; gap: 40px; flex-wrap: wrap; }
.w-news__title { font-size: clamp(30px,3.4vw,44px); font-weight: 900; margin: 0 0 8px; letter-spacing: -0.025em; line-height: .95; }
.w-news__dek { font-family: var(--w-serif); font-size: 18px; margin: 0; opacity: .92; }
.w-news__form { display: flex; gap: 0; flex: 0 0 auto; }
.w-news__form input { border: none; padding: 16px 18px; font-size: 15px; font-family: var(--w-sans); width: 280px; max-width: 60vw; outline: none; color: #111; }
.w-news__form button { background: var(--w-ink); color: #fff; font-weight: 800; font-size: 14px; padding: 16px 26px; border: 0; cursor: pointer; }

/* ============================================================
   FOOTER
   ============================================================ */
.w-footer { background: var(--w-ink); color: #fff; padding: 40px 48px; display: flex; justify-content: space-between; align-items: center; gap: 20px 40px; border-top: 1px solid var(--w-line); flex-wrap: wrap; }
.w-footer__logo img { height: 34px; width: auto; }
.w-footer__tag { font-family: var(--w-serif); font-size: 14px; color: var(--w-muted); margin: 10px 0 0; max-width: 300px; }
.w-footer__links { display: flex; flex-wrap: wrap; align-items: center; gap: 14px 24px; font-size: 14px; font-weight: 600; }
.w-footer__links a { color: var(--w-text-4); }
.w-footer__links a:hover { color: var(--w-red); }

/* ============================================================
   MEDIADATEN-SEITE
   ============================================================ */
.w-media { font-family: var(--w-sans); color: var(--w-body); }
.w-media .lead { font-family: var(--w-serif); font-size: clamp(19px,2.2vw,24px); line-height: 1.4; color: var(--w-body-2); margin: 0 0 22px; }
.w-media h2 { font-size: clamp(24px,3vw,34px); font-weight: 900; letter-spacing: -0.02em; color: var(--w-surface); margin: 44px 0 6px; }
.w-media h2 .k { color: var(--w-red); }
.w-media h3 { font-weight: 800; font-size: 18px; margin: 22px 0 6px; color: var(--w-surface); }
.w-media p { margin: 0 0 14px; }
.w-media table { width: 100%; border-collapse: collapse; margin: 8px 0 6px; font-size: 15px; }
.w-media th, .w-media td { text-align: left; padding: 9px 12px; border-bottom: 1px solid var(--w-paper-line); vertical-align: top; }
.w-media th { font-weight: 800; text-transform: uppercase; letter-spacing: .05em; font-size: 11px; color: #888; }
.w-media td.price { text-align: right; font-weight: 800; white-space: nowrap; color: var(--w-surface); }
.w-media .muted { color: #888; font-size: 13px; }
.w-media a { color: var(--w-red); }
.w-media a:hover { text-decoration: underline; }
.w-media ul, .w-media ol { margin: 0 0 14px 22px; }
.w-media li { margin: 5px 0; }
.w-media td:first-child { color: #666; width: 42%; }
.w-media .w-dl { margin: 8px 0 26px; }
.w-dl-btn { display: inline-flex; align-items: center; gap: 10px; background: var(--w-red); color: #fff; font-family: var(--w-sans); font-weight: 800; font-size: 16px; padding: 15px 26px; text-decoration: none; }
.w-dl-btn:hover { background: var(--w-red-deep); color: #fff; }
.w-media .contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin: 10px 0 18px; }
.w-media .contact-grid .c { border-left: 3px solid var(--w-red); padding-left: 14px; }
.w-media .contact-grid strong { display: block; font-size: 17px; color: var(--w-surface); }
.w-media .contact-grid a { color: var(--w-red); }
@media (max-width: 700px){ .w-media .contact-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ARTIKEL-DETAIL (hell)
   ============================================================ */
.w-article { max-width: var(--w-max-article); margin: 0 auto; background: var(--w-paper); color: var(--w-body); }
.w-article .w-header { background: var(--w-paper); border-bottom: 2px solid var(--w-surface); height: 66px; position: static; }
.w-article .w-nav a { color: var(--w-surface); }
.w-article .w-nav a:hover { color: var(--w-red); }
.w-article .w-abo { background: var(--w-red); color: #fff; border: 0; padding: 8px 15px; }
.w-art__head { padding: 48px 90px 30px; }
.w-art__kicker { color: var(--w-red); font-weight: 800; font-size: 14px; letter-spacing: .12em; text-transform: uppercase; }
.w-art__title { font-size: clamp(38px,5vw,60px); line-height: .94; font-weight: 900; letter-spacing: -0.03em; margin: 16px 0 20px; color: var(--w-surface); }
.w-art__dek { font-family: var(--w-serif); font-size: clamp(19px,2.2vw,24px); line-height: 1.4; color: var(--w-body-2); margin: 0 0 24px; }
.w-art__meta { display: flex; align-items: center; flex-wrap: wrap; gap: 14px; font-size: 13px; font-weight: 600; color: #777; border-top: 1px solid var(--w-paper-line); border-bottom: 1px solid var(--w-paper-line); padding: 14px 0; }
.w-art__meta .by { font-weight: 800; color: var(--w-surface); }
.w-art__hero { height: 460px; overflow: hidden; margin: 0 0 8px; }
.w-art__hero img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 20%; }
.w-art__caption { padding: 0 90px 6px; }
.w-art__caption span { font-family: var(--w-serif); font-style: italic; font-size: 14px; color: #999; }
.w-art__body { padding: 30px 90px 20px; font-family: var(--w-serif); font-size: 20px; line-height: 1.62; color: var(--w-body); }
.w-art__body > p { margin: 0 0 20px; }
.w-art__body > p:first-of-type::first-letter { font-weight: 600; font-size: 3.2em; float: left; line-height: .7; padding: 8px 10px 0 0; color: var(--w-red); font-family: var(--w-serif); }
.w-art__body h2, .w-art__body h3 { font-family: var(--w-sans); color: var(--w-surface); margin: 34px 0 14px; }
.w-art__body img { margin: 24px 0; }
/* Native Gutenberg-Galerien — eigenes Raster-Layout (unabhängig vom Core-CSS) */
.w-art__body .wp-block-gallery { display: flex; flex-wrap: wrap; gap: 10px; margin: 28px 0; list-style: none; padding: 0; }
.w-art__body .wp-block-gallery > .wp-block-image { flex: 1 1 calc(33.333% - 10px); min-width: 200px; margin: 0; }
.w-art__body .wp-block-gallery.columns-1 > .wp-block-image { flex-basis: 100%; }
.w-art__body .wp-block-gallery.columns-2 > .wp-block-image { flex-basis: calc(50% - 10px); }
.w-art__body .wp-block-gallery > .wp-block-image a { display: block; height: 100%; }
.w-art__body .wp-block-gallery > .wp-block-image img { display: block; width: 100%; height: 100%; object-fit: cover; margin: 0; border-radius: 4px; aspect-ratio: 4 / 3; }
.w-art__body .wp-block-gallery > figcaption,
.w-art__body .wp-block-gallery .blocks-gallery-caption { flex: 1 1 100%; font-family: var(--w-serif); font-style: italic; font-size: 14px; color: #999; text-align: center; margin: 4px 0 0; }
/* Einzelne Bilder mit Link/Lightbox */
.w-art__body figure.wp-block-image { margin: 24px 0; }
.w-art__body figure.wp-block-image img { margin: 0; }

/* ============================================================
   LIGHTBOX (Galerie)
   ============================================================ */
.w-lightbox { position: fixed; inset: 0; background: rgba(10,10,10,.95); z-index: 1000; display: none; align-items: center; justify-content: center; }
.w-lightbox.open { display: flex; }
.w-lb-img { max-width: 90vw; max-height: 88vh; object-fit: contain; box-shadow: 0 20px 60px rgba(0,0,0,.6); }
.w-lb-btn { position: absolute; background: none; border: 0; color: #fff; cursor: pointer; line-height: 1; padding: 0; font-family: var(--w-sans); }
.w-lb-close { top: 16px; right: 26px; font-size: 46px; font-weight: 300; }
.w-lb-prev, .w-lb-next { top: 50%; transform: translateY(-50%); font-size: 68px; padding: 0 22px; }
.w-lb-prev { left: 6px; } .w-lb-next { right: 6px; }
.w-lb-btn:hover { color: var(--w-red); }
.w-lb-count { position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); color: var(--w-text-3); font-size: 14px; letter-spacing: .05em; }
@media (max-width: 700px) {
  .w-lb-prev, .w-lb-next { font-size: 44px; padding: 0 10px; }
  .w-lb-close { font-size: 38px; top: 10px; right: 14px; }
}
.w-art__body blockquote { border-left: 5px solid var(--w-red); margin: 32px 0; padding: 4px 0 4px 26px; }
.w-art__body blockquote p { font-family: var(--w-sans); font-size: clamp(24px,3vw,32px); font-weight: 800; line-height: 1.12; color: var(--w-surface); margin: 0; letter-spacing: -0.01em; }
.w-art__related { background: var(--w-paper-alt); border-top: 2px solid var(--w-surface); padding: 34px 90px 44px; }
.w-related-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 20px; }
.w-related-card { background: #fff; border: 2px solid var(--w-surface); padding: 0; display: block; overflow: hidden; }
.w-related-card__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; }
.w-related-card__img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.w-related-card__body { display: block; padding: 20px 26px 26px; }
.w-related-card .tag { color: var(--w-red); font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; }
.w-related-card h4 { font-size: 28px; font-weight: 800; margin: 8px 0 10px; color: var(--w-surface); line-height: 1.04; }
.w-related-card p { font-family: var(--w-serif); font-size: 17px; line-height: 1.5; color: #555; margin: 0; }

/* ============================================================
   SEKTIONS-HEADER (Listen/Archive)
   ============================================================ */
.w-section-head { display:flex; align-items:baseline; justify-content:space-between; padding: 40px 48px 0; }
.w-section-head h2 { font-size: clamp(28px,3vw,40px); color:#fff; }
.w-section-head a { font-weight:700; font-size:14px; letter-spacing:.04em; }
.w-section-head__sub { color: var(--w-muted); font-weight:600; font-size:13px; letter-spacing:.06em; text-transform:uppercase; }
/* In den Homepage-Sektionen trägt die Sektion schon die Seitenpolster → Head bündig zum Raster */
.w-latest .w-section-head,
.w-most-sec .w-section-head { padding: 0; }

/* ============================================================
   FRISCH IM WIENER (neueste Artikel, 3×2)
   ============================================================ */
.w-latest { padding: 32px 48px 32px; }
.w-latest__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 30px; margin-top: 22px; }
.w-latest__card { display: block; }
.w-latest__img { display: block; aspect-ratio: 16 / 10; overflow: hidden; margin-bottom: 14px; }
.w-latest__img img { width: 100%; height: 100%; object-fit: cover; }
.w-latest__kicker { display: block; color: var(--w-red); font-weight: 800; font-size: 12px; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 6px; }
.w-latest__title { display: block; font-weight: 800; font-size: 24px; line-height: 1.08; color: #fff; letter-spacing: -0.015em; }
.w-latest__dek { display: block; font-family: var(--w-serif); font-size: 16px; line-height: 1.5; color: var(--w-text-3); margin-top: 8px; }
.w-latest__card:hover .w-latest__title { color: var(--w-red); }

/* ============================================================
   MEISTGELESEN (Motorblock-Stil, Rang im Bild)
   ============================================================ */
.w-most-sec { padding: 32px 48px 46px; }
.w-most { list-style: none; margin: 22px 0 0; padding: 0; counter-reset: most; display: grid; grid-template-columns: repeat(5, 1fr); gap: 22px; }
.w-most__item { counter-increment: most; }
.w-most__item > a:first-of-type { display: block; position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: 6px; line-height: 0; }
.w-most__item > a:first-of-type img { width: 100%; height: 100%; object-fit: cover; }
.w-most__item > a:first-of-type::after { content: counter(most, decimal-leading-zero); position: absolute; left: 8px; bottom: -6px; font-family: var(--w-sans); font-weight: 900; font-size: 62px; line-height: 1; color: var(--w-red); text-shadow: 0 2px 16px rgba(0,0,0,.6); pointer-events: none; }
.w-most__item .wpp-post-title { display: block; font-weight: 800; font-size: 18px; line-height: 1.13; color: #fff; text-decoration: none; letter-spacing: -0.01em; margin-top: 14px; }
.w-most__item .wpp-post-title:hover { color: var(--w-red); }

@media (max-width: 900px) {
  .w-latest__grid { grid-template-columns: 1fr; }
  .w-most { grid-template-columns: repeat(2, 1fr); }
  .w-latest, .w-most-sec { padding-left: 18px; padding-right: 18px; }
}

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 900px) {
  .w-nav { display: none; }
  .w-nav.open { display: flex; flex-direction: column; position: absolute; top: 78px; left: 0; right: 0; background: var(--w-ink); border-top: 1px solid var(--w-line); padding: 6px 0 16px; z-index: 55; max-height: calc(100vh - 78px); overflow-y: auto; }
  .w-nav.open .w-nav__item { flex-direction: column; align-items: stretch; height: auto; }
  .w-nav.open .w-nav__item > a { padding: 15px 24px; font-size: 20px; }
  .w-nav.open .w-nav__drop { position: static; display: flex; flex-direction: column; background: transparent; border: 0; box-shadow: none; min-width: 0; padding: 0 0 10px; }
  .w-nav.open .w-nav__drop a { padding: 8px 24px 8px 40px; color: var(--w-muted); font-size: 15px; }
  .w-burger { display: block; }
  .w-cards2 { grid-template-columns: 1fr; }
  .w-split { grid-template-columns: 1fr; }
  .w-block--border { border-right: 0; border-bottom: 1px solid var(--w-line); }
  .w-hero { height: 70vh; }
  .w-hero__kickers { left: 20px; top: 20px; }
  .w-hero__body { left: 20px; right: 20px; bottom: 28px; }
  .w-art__head, .w-art__body, .w-art__caption, .w-art__related { padding-left: 22px; padding-right: 22px; }
  .w-related-grid { grid-template-columns: 1fr; }
  .w-header { padding: 0 18px; }
  .w-news, .w-footer { padding: 32px 20px; }
}

/* Fix: Download-Button-Text weiss (nicht von .w-media a rot ueberschreiben) */
.w-media a.w-dl-btn, .w-media a.w-dl-btn:link, .w-media a.w-dl-btn:visited, .w-media a.w-dl-btn:hover { color: #fff; text-decoration: none; }
