/*
Theme Name: CWD Wire
Theme URI: https://cryptowiredaily.io
Description: Drudge Report-style wire service theme for Crypto Wire Daily
Author: CWD Editorial
Version: 1.0
*/

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
  background: #ffffff;
  font-family: "Courier New", Courier, monospace;
  font-size: 15px;
  line-height: 1.5;
  color: #000000;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px;
}

a { color: #000000; }
a:hover { color: #cc0000; }

/* HEADER - Drudge style centered */
.site-header {
  text-align: center;
  padding: 20px 0 10px;
  border-bottom: 3px solid #000000;
  margin-bottom: 15px;
}

.site-logo {
  font-size: 48px;
  font-weight: 900;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-family: Impact, "Arial Black", sans-serif;
  color: #000000;
  text-decoration: none;
  display: block;
  line-height: 1.1;
}

.site-tagline {
  font-size: 11px;
  color: #666;
  margin-top: 5px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* TOP HEADLINES - Big bold centered */
.top-headlines {
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #000;
  margin-bottom: 15px;
}

.top-headlines .headline-main {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 8px;
  text-transform: uppercase;
}

.top-headlines .headline-main a {
  color: #cc0000;
  text-decoration: underline;
}

.top-headlines .headline-secondary {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  text-transform: uppercase;
}

.top-headlines .headline-secondary a {
  color: #000;
  text-decoration: underline;
}

.top-headlines .headline-tertiary {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 4px;
}

.top-headlines .headline-tertiary a {
  text-decoration: underline;
}

/* THREE COLUMN LAYOUT */
.columns-wrap {
  display: flex;
  gap: 20px;
  padding-top: 10px;
}

.column {
  flex: 1;
  min-width: 0;
}

.column-left { border-right: 1px solid #ccc; padding-right: 15px; }
.column-center { border-right: 1px solid #ccc; padding-right: 15px; }
.column-right { }

/* LINK LISTS */
.wire-link {
  display: block;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 700;
  text-decoration: underline;
  line-height: 1.4;
  border-bottom: 1px dotted #ddd;
}

.wire-link:hover {
  color: #cc0000;
  background: #fff8f8;
}

.wire-link.breaking {
  color: #cc0000;
  font-size: 16px;
}

.wire-link .wire-meta {
  font-size: 11px;
  color: #888;
  font-weight: 400;
  text-decoration: none;
}

/* CATEGORY HEADERS */
.section-header {
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #cc0000;
  border-bottom: 2px solid #cc0000;
  padding: 8px 0 4px;
  margin: 15px 0 8px;
}

/* SINGLE POST */
.single-post-wrap {
  max-width: 800px;
  margin: 0 auto;
}

.single-post-wrap h1 {
  font-size: 28px;
  font-weight: 900;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
  line-height: 1.2;
}

.post-meta {
  text-align: center;
  font-size: 12px;
  color: #666;
  margin-bottom: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.post-content {
  font-size: 15px;
  line-height: 1.8;
}

.post-content p {
  margin-bottom: 15px;
}

.post-categories {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 12px;
  text-transform: uppercase;
}

.post-categories a {
  color: #cc0000;
  margin-right: 10px;
}

/* NAV LINKS AT BOTTOM */
.source-links {
  margin-top: 20px;
  padding-top: 10px;
  border-top: 2px solid #000;
}

.source-links h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 8px;
}

.source-links a {
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-right: 15px;
  text-decoration: none;
}

.source-links a:hover { text-decoration: underline; }

/* FOOTER */
.site-footer {
  text-align: center;
  padding: 20px 0;
  margin-top: 30px;
  border-top: 3px solid #000;
  font-size: 11px;
  color: #888;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* PAGE LINKS */
.page-nav {
  text-align: center;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 5px 0;
  margin-bottom: 10px;
}

.page-nav a {
  margin: 0 8px;
  font-weight: 700;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .columns-wrap { flex-direction: column; }
  .column-left, .column-center { border-right: none; padding-right: 0; border-bottom: 1px solid #ccc; padding-bottom: 15px; margin-bottom: 15px; }
  .top-headlines .headline-main { font-size: 22px; }
  .top-headlines .headline-secondary { font-size: 18px; }
  .site-logo { font-size: 32px; }
}
