/* ============================================
   RETRO GAMING WEBSITE - readmore.de Style (2007)
   BLAUES Farbschema - Original Layout
   ============================================ */

@import url('https://fonts.googleapis.com/css2?family=Tahoma&family=Verdana&display=swap');

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

body {
  font-family: Tahoma, Verdana, Arial, sans-serif;
  font-size: 13px;
  background-color: #0a0f14;
  background-image: url('/uploads/bg-news.jpg');
  background-size: cover;
  background-attachment: fixed;
  background-position: center top;
  color: #333;
  line-height: 1.4;
}

/* Top Section - nur im Classic Theme sichtbar */
.top-section {
  display: none;
}

/* Site Container - zentrierte Box */
.site-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  background: #888888;
  box-shadow: 0 0 30px rgba(0,0,0,0.6);
  min-height: 100vh;
}

.site-wrapper #header {
  max-width: none;
}

.site-wrapper .header-content {
  max-width: none;
  padding: 0 4px;
}

.site-wrapper #main-wrapper {
  max-width: none;
  padding: 4px 4px;
}

.site-wrapper #themen-bar .themen-content {
  max-width: none;
  padding: 0 4px;
}

.site-wrapper #footer {
  max-width: none;
}

a {
  color: #1e5799;
  text-decoration: none;
}

a:hover {
  color: #2980b9;
  text-decoration: underline;
}

/* ============================================
   TOP WERBUNG BAR
   ============================================ */

#top-ad {
  background: #f5f5f5;
  text-align: center;
  padding: 8px;
  color: #999;
  font-size: 12px;
  letter-spacing: 3px;
  border-bottom: 1px solid #ccc;
}

/* ============================================
   HEADER - Logo & Navigation (Platform Style)
   ============================================ */

#header {
  background: linear-gradient(180deg, #1a2a3a 0%, #0d1a24 100%);
  padding: 6px 10px;
  border-bottom: 1px solid #000;
}

.header-content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}

.logo-area {
  display: flex;
  align-items: center;
}

.logo-area img {
  width: 240px;
  height: auto;
}

/* Main Navigation Links */
.main-nav-links {
  display: flex;
  margin-left: auto;
}

.main-nav-links a {
  display: block;
  padding: 3px 12px;
  color: #ccc;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border-left: 1px solid #333;
}

.main-nav-links a:last-child {
  border-right: 1px solid #333;
}

.main-nav-links a:hover,
.main-nav-links a.active {
  color: #fff;
  background: rgba(255,255,255,0.1);
}

/* Header Login/Register Buttons */
.header-login {
  display: flex;
  gap: 3px;
}

.btn-nav {
  display: block;
  padding: 3px 10px;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid #333;
  background: transparent;
  color: #ccc;
}

.btn-nav:hover {
  background: rgba(255,255,255,0.1);
  color: #fff;
  text-decoration: none;
}

.btn-nav-primary {
  background: linear-gradient(180deg, #3a9a20 0%, #2d8a1a 100%);
  border-color: #000;
  color: #fff;
}

.btn-nav-primary:hover {
  background: linear-gradient(180deg, #4aaa30 0%, #3d9a2a 100%);
  color: #fff;
}

/* ============================================
   THEMEN BAR
   ============================================ */

#themen-bar {
  background: #888888;
  padding: 5px 0;
  border-bottom: 1px solid #666;
}

.themen-content {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 0 10px;
}

.themen-label {
  color: #333;
  font-weight: bold;
  font-size: 13px;
  margin-right: 15px;
  text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
}

.themen-links {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.themen-link {
  color: #222;
  font-size: 12px;
  padding: 2px 8px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.themen-link::before {
  content: '▸';
  font-size: 8px;
  color: #444;
}

.themen-link:hover {
  text-decoration: underline;
  color: #000;
}

/* ============================================
   MAIN LAYOUT - 3 Spalten
   ============================================ */

#main-wrapper {
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  gap: 0;
  padding: 8px 0;
  background: transparent;
  align-items: flex-start;
}

/* ============================================
   LEFT SIDEBAR - Navigation & Specials
   ============================================ */

#sidebar-left {
  width: 165px;
  flex-shrink: 0;
  padding: 8px;
  background: transparent;
  border-right: none;
  padding-top: 0;
}

/* Sidebar Section Headers */
.sidebar-section {
  margin-bottom: 12px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.sidebar-section:first-child {
  margin-top: 8px;
}

.sidebar-section-inner {
  border: 1px solid #000;
  background: #fff;
  padding: 8px;
}

.sidebar-header {
  font-size: 13px;
  font-weight: bold;
  color: #1e5799;
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: 1px solid #ccc;
  text-transform: uppercase;
}

.sidebar-header .highlight {
  color: #333;
}

/* Navigation Menu */
.nav-menu {
  list-style: none;
}

.nav-menu li {
  border-bottom: 1px dotted #ccc;
}

.nav-menu li:last-child {
  border-bottom: none;
}

.nav-menu a {
  display: block;
  padding: 4px 0 4px 12px;
  color: #1e5799;
  font-size: 13px;
  position: relative;
}

.nav-menu a::before {
  content: '›';
  position: absolute;
  left: 0;
  color: #1e5799;
  font-weight: bold;
}

.nav-menu a:hover {
  color: #2980b9;
  background: #eef5fb;
}

/* Specials Section */
.specials-box {
  background: #fff;
  border: 1px solid #000;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  margin-bottom: 12px;
  overflow: hidden;
}

.specials-box:first-child {
  margin-top: 8px;
}

.specials-image {
  width: 100%;
  height: 60px;
  background: linear-gradient(135deg, #2c3e50, #1a252f);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 10px;
}

.specials-label {
  padding: 5px;
  background: #f0f0f0;
  font-size: 12px;
  text-align: center;
}

.specials-label span {
  color: #1e5799;
  font-weight: bold;
}

/* Short Links */
.short-links {
  margin-top: 10px;
}

.short-link {
  display: block;
  font-size: 12px;
  color: #333;
  padding: 3px 0;
  border-bottom: 1px dotted #ccc;
}

.short-link::before {
  content: '#';
  color: #999;
  margin-right: 3px;
}

.short-link:hover {
  color: #1e5799;
}

/* Sidebar Werbung/Galerie Labels */
.sidebar-label {
  font-size: 13px;
  font-weight: bold;
  color: #1e5799;
  padding: 5px 0;
  border-bottom: 1px solid #ccc;
  margin-bottom: 8px;
}

.sidebar-label .highlight {
  color: #333;
}

.galerie-box {
  background: #fff;
  border: 1px solid #000;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
  margin-bottom: 12px;
  overflow: hidden;
}

.galerie-box:first-child {
  margin-top: 8px;
}

.galerie-image {
  width: 100%;
  height: 80px;
  background: linear-gradient(135deg, #444, #222);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 24px;
}

/* ============================================
   MAIN CONTENT - NEWS
   ============================================ */

#content {
  flex: 1;
  background: transparent;
  border: none;
  box-shadow: none;
  min-width: 0;
  padding-top: 0;
}

/* News Main List - direkt oben starten */
.news-main-list {
  padding: 0;
  background: transparent;
  margin-top: 8px;
}

/* Single News Article */
.news-article {
  padding: 0;
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 8px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.news-article:hover {
  background: #fcfcfc;
}

/* News Date Header Bar - eFever Style */
.news-article-datebar {
  display: flex;
  align-items: center;
  padding: 10px 10px 0 10px;
  gap: 0;
}

.news-article-datebar::before {
  content: '';
  display: block;
  width: 10px;
  height: 8px;
  background: #d0d0d0;
  flex-shrink: 0;
}

.news-article-date {
  font-size: 11px;
  color: #888;
  padding: 0 5px;
  flex-shrink: 0;
}

/* Gray bar extending to the right - same height as square */
.news-article-datebar::after {
  content: '';
  display: block;
  flex: 1;
  height: 8px;
  background: #d0d0d0;
  margin-left: 5px;
}

.news-article-content {
  padding: 10px 10px;
}

.news-article-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 8px;
}

.news-article-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin: 0;
  line-height: 1.3;
  flex: 1;
}

.news-article-title a,
.news-article-title a:link,
.news-article-title a:visited {
  color: #268013 !important;
  font-weight: bold;
  text-decoration: none !important;
}

.news-article-title a:hover {
  color: #1a5a0a !important;
  text-decoration: none !important;
}

.news-article-meta {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  margin-left: 15px;
  text-align: right;
}

.news-category-tag {
  color: #1e5799;
  font-weight: bold;
}

.news-article-date {
  display: block;
  margin-top: 2px;
}

.news-article-body {
  display: block;
}

.news-article-author {
  font-size: 13px;
  color: #1e5799;
  font-weight: bold;
  display: block;
  margin-bottom: 8px;
}

.news-article-author::before {
  content: '(';
}

.news-article-author::after {
  content: ')';
}

.news-article-content {
  display: block;
  font-size: 15px;
  color: #333;
  line-height: 1.65;
  overflow: hidden;
}

.news-article-content p {
  margin: 0 0 10px 0;
  text-align: justify;
}

.news-article-content p:last-of-type {
  margin-bottom: 0;
}

.news-article-content a {
  color: #1e5799;
  text-decoration: underline;
}

.news-article-content a:hover {
  color: #2980b9;
}

/* Legacy Support für alte news-article-text Klasse */
.news-article-text {
  font-size: 15px;
  color: #333;
  line-height: 1.65;
  margin-bottom: 8px;
  text-align: justify;
  overflow: hidden;
}

.news-article-text a {
  color: #1e5799;
  text-decoration: underline;
}

.news-article-text a:hover {
  color: #2980b9;
}

/* Bilder in News-Artikeln begrenzen */
.news-article-text img,
.news-article-content img,
.news-article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px 0;
}

.news-article figure {
  max-width: 100%;
  margin: 10px 0;
}

.news-article figure img {
  max-width: 100%;
  height: auto;
}

/* News Article Footer with Readmore */
.news-article-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px dotted #ddd;
}

.news-comments-link {
  font-size: 12px;
  color: #666;
}

.news-comments-link:hover {
  color: #1e5799;
}

.news-readmore-link {
  font-size: 13px;
  color: #1e5799;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 5px;
}

.news-readmore-link:hover {
  text-decoration: underline;
}

.readmore-icon {
  font-size: 14px;
  color: #3a7fc4;
}

/* ============================================
   RIGHT SIDEBAR - Ergebnisticker & Schlagzeilen
   ============================================ */

#sidebar-right {
  width: 340px;
  flex-shrink: 0;
  padding: 8px;
  background: transparent;
  padding-top: 0;
}

/* ============================================
   eFever Style BOXEN mit Drop-Shadow
   ============================================ */

/* BLAUE BOX - Scoreboard */
.box-blue {
  margin-bottom: 12px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.box-blue:first-child {
  margin-top: 8px;
}

.box-blue .box-inner {
  border: 1px solid #000;
  background: linear-gradient(90deg, #2a5080 0%, #336598 70%, #4a85b8 100%);
  padding: 5px;
}

.box-blue .box-header {
  background: linear-gradient(90deg, #336598 0%, #4a85b8 70%, #5c96ba 100%);
  border: 1px solid #011b2c;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}

.box-blue .box-header-icon {
  font-size: 12px;
  color: #5af;
}

.box-blue .box-header-title {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.box-blue .box-content {
  background: transparent;
}

.box-blue .box-footer {
  background: linear-gradient(90deg, #2a5080 0%, #336598 70%, #4a85b8 100%);
  padding: 3px 5px;
  text-align: right;
  border-top: 1px solid #4a85b8;
}

.box-blue .box-footer a {
  font-size: 11px;
  color: #5c96ba;
  text-decoration: none;
  font-weight: normal;
}

.box-blue .box-footer a:hover {
  text-decoration: underline;
  color: #7ab5d8;
}

/* GRÜNE BOX - Schlagzeilen */
.box-green {
  margin-bottom: 12px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.box-green .box-inner {
  border: 1px solid #000;
  background: linear-gradient(90deg, #1e6c10 0%, #268013 70%, #3a9a20 100%);
  padding: 5px;
}

.box-green .box-header {
  background: linear-gradient(90deg, #268013 0%, #3a9a20 70%, #4ab028 100%);
  border: 1px solid #032713;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}

.box-green .box-header-icon {
  font-size: 12px;
  color: #5fa;
}

.box-green .box-header-title {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.box-green .box-content {
  background: transparent;
}

.box-green .box-footer {
  background: linear-gradient(90deg, #1e6c10 0%, #268013 70%, #3a9a20 100%);
  padding: 3px 5px;
  text-align: right;
  border-top: 1px solid #3a9a20;
}

.box-green .box-footer a {
  font-size: 11px;
  color: #8fd88f;
  text-decoration: none;
  font-weight: normal;
}

.box-green .box-footer a:hover {
  text-decoration: underline;
  color: #afe8af;
}

/* ORANGE BOX - Transfers */
.box-orange {
  margin-bottom: 12px;
  box-shadow: 3px 3px 5px rgba(0,0,0,0.4);
}

.box-orange .box-inner {
  border: 1px solid #000;
  background: linear-gradient(90deg, #a0680c 0%, #c07810 70%, #d89020 100%);
  padding: 5px;
}

.box-orange .box-header {
  background: linear-gradient(90deg, #c07810 0%, #e8a018 70%, #f5b838 100%);
  border: 1px solid #512805;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 5px;
}

.box-orange .box-header-icon {
  font-size: 12px;
  color: #fa5;
}

.box-orange .box-header-title {
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  font-family: Verdana, sans-serif;
  letter-spacing: 0.5px;
}

.box-orange .box-content {
  background: transparent;
}

.box-orange .box-footer {
  background: linear-gradient(90deg, #a0680c 0%, #c07810 70%, #d89020 100%);
  padding: 3px 5px;
  text-align: right;
  border-top: 1px solid #e8a018;
}

.box-orange .box-footer a {
  font-size: 11px;
  color: #f8c080;
  text-decoration: none;
  font-weight: normal;
}

.box-orange .box-footer a:hover {
  text-decoration: underline;
  color: #fdd8a0;
}

/* ============================================
   Listenelemente mit gestrichelten Trennern
   ============================================ */

/* Blaue Liste (Scoreboard) */
.list-item-blue {
  display: flex;
  align-items: center;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px dashed #5c96ba;
  cursor: pointer;
  transition: background 0.1s;
}

.list-item-blue:last-child {
  border-bottom: none;
}

.list-item-blue:hover {
  background: rgba(92, 150, 186, 0.3);
}

.list-item-blue .item-icon {
  width: 15px;
  height: 14px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.list-item-blue .item-team1 {
  width: 70px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item-blue .item-vs {
  width: 20px;
  text-align: center;
  color: #5c96ba;
  font-size: 8px;
}

.list-item-blue .item-vs::before {
  content: '»';
  margin-right: 2px;
}

.list-item-blue .item-vs::after {
  content: '«';
  margin-left: 2px;
}

.list-item-blue .item-team2 {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.list-item-blue .item-score {
  margin-left: 5px;
  font-weight: bold;
  white-space: nowrap;
}

.list-item-blue .item-time {
  margin-left: 5px;
  color: #aaa;
  white-space: nowrap;
}

.list-item-blue .score-win {
  color: #5f5;
}

.list-item-blue .score-lose {
  color: #f55;
}

/* Grüne Liste (Schlagzeilen) */
.list-item-green {
  display: flex;
  align-items: center;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px dashed #4ab028;
  cursor: pointer;
  transition: background 0.1s;
}

.list-item-green:last-child {
  border-bottom: none;
}

.list-item-green:hover {
  background: rgba(58, 154, 32, 0.3);
}

.list-item-green .item-date {
  color: #5c96ba;
  margin-right: 8px;
  white-space: nowrap;
  font-size: 11px;
}

.list-item-green .item-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Orange Liste (Transfers) */
.list-item-orange {
  display: flex;
  align-items: center;
  padding: 5px 6px;
  font-size: 12px;
  color: #fff;
  border-bottom: 1px dashed #e8a018;
  cursor: pointer;
  transition: background 0.1s;
}

.list-item-orange:last-child {
  border-bottom: none;
}

.list-item-orange:hover {
  background: rgba(232, 160, 24, 0.3);
}

.list-item-orange .item-icon {
  width: 15px;
  height: 14px;
  margin-right: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
}

.list-item-orange .item-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Legacy Support - alte Klassen */
.ticker-section {
  margin-bottom: 0;
}

.ticker-matches {
  background: transparent;
  border: none;
}

.schlagzeilen-section {
  margin-top: 0;
}

/* ============================================
   FOOTER
   ============================================ */

#footer {
  background: #2c3e50;
  border-top: 3px solid #3a7fc4;
  padding: 20px;
  text-align: center;
  color: #95a5a6;
  font-size: 12px;
  margin-top: 0;
}

#footer a {
  color: #ecf0f1;
}

#footer a:hover {
  color: #3a7fc4;
}

/* ============================================
   UTILITIES & TEXT COLORS (eFever Style)
   ============================================ */

.clearfix::after {
  content: '';
  display: table;
  clear: both;
}

/* Spezielle Farben aus dem eFever-Code */
.lightblue {
  color: #5c96ba !important;
}

.lightgreen {
  color: #5f5 !important;
}

.lightred {
  color: #f55 !important;
}

.fc_white {
  color: #fff !important;
}

.fc_grey {
  color: #999 !important;
}

.l_white {
  color: #fff !important;
}

.l_grey {
  color: #999 !important;
}

/* ============================================
   WORDPRESS GUTENBERG BLOCKS
   ============================================ */

/* Bilder aus WordPress */
.wp-block-image,
figure.wp-block-image {
  max-width: 100%;
  margin: 10px 0;
}

.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-image figcaption {
  font-size: 11px;
  color: #666;
  text-align: center;
  padding: 5px 0;
}

/* Allgemeine Bildregeln */
#content img,
.news-article img,
.news-detail img {
  max-width: 100%;
  height: auto;
}

/* WordPress Embed und Videos */
.wp-block-embed,
.wp-block-video {
  max-width: 100%;
  margin: 10px 0;
}

.wp-block-embed iframe,
.wp-block-video video {
  max-width: 100%;
  height: auto;
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */

::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
  background: #ccc;
  border: 1px solid #999;
}

::-webkit-scrollbar-thumb:hover {
  background: #bbb;
}

/* ============================================
   MAGAZIN NEWS-FORMATE
   Verschiedene Darstellungsformate für News
   ============================================ */

/* ----------------------------------------
   FORMAT: BREAKING NEWS
   Hervorgehobene wichtige Meldungen
   ---------------------------------------- */
.news-article.format-breaking {
  background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
  border: 2px solid #922b21;
  position: relative;
  overflow: hidden;
}

.news-article.format-breaking::before {
  content: 'BREAKING';
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #c0392b;
  font-size: 10px;
  font-weight: bold;
  padding: 3px 8px;
  letter-spacing: 1px;
}

.news-article.format-breaking .news-article-datebar {
  padding-top: 25px;
}

.news-article.format-breaking .news-article-datebar::before,
.news-article.format-breaking .news-article-datebar::after {
  background: rgba(255,255,255,0.3);
}

.news-article.format-breaking .news-article-date {
  color: rgba(255,255,255,0.8);
}

.news-article.format-breaking .news-article-title a {
  color: #fff !important;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.3);
}

.news-article.format-breaking .news-article-content {
  color: #fff;
}

.news-article.format-breaking .news-article-author {
  color: rgba(255,255,255,0.9);
}

.news-article.format-breaking .news-article-text {
  color: rgba(255,255,255,0.95);
}

.news-article.format-breaking .news-category-tag {
  color: #ffeb3b;
}

/* ----------------------------------------
   FORMAT: HERO / FEATURED
   Große Aufmacher-Story mit Vollbild
   ---------------------------------------- */
.news-article.format-hero {
  background: #1a1a1a;
  border: none;
  position: relative;
  min-height: 320px;
  max-height: 450px;
  overflow: hidden;
}

.news-article.format-hero .hero-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  opacity: 0.6;
  transition: opacity 0.3s, transform 0.5s;
}

.news-article.format-hero:hover .hero-image {
  opacity: 0.75;
  transform: scale(1.02);
}

.news-article.format-hero .hero-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent 0%, rgba(0,0,0,0.5) 40%, rgba(0,0,0,0.85) 100%);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 20px;
}

.news-article.format-hero .hero-content {
  /* Inhalt bleibt als Block zusammen */
}

.news-article.format-hero .hero-badge {
  display: inline-block;
  background: #e74c3c;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 10px;
  margin-bottom: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-article.format-hero .news-article-title {
  font-size: 28px;
  line-height: 1.2;
  margin-bottom: 10px;
}

.news-article.format-hero .news-article-title a {
  color: #fff !important;
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
}

.news-article.format-hero .hero-excerpt {
  color: rgba(255,255,255,0.85);
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px;
  max-width: 600px;
}

.news-article.format-hero .hero-meta {
  color: rgba(255,255,255,0.6);
  font-size: 12px;
  display: flex;
  gap: 15px;
  align-items: center;
}

.news-article.format-hero .hero-meta .author {
  color: #3498db;
}

.news-article.format-hero .hero-readmore {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  background: #268013;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.2s;
}

.news-article.format-hero .hero-readmore:hover {
  background: #3a9a20;
  text-decoration: none;
}

/* ----------------------------------------
   FORMAT: COMPACT
   Einzeilige Kurzmeldungen
   ---------------------------------------- */
.news-article.format-compact {
  padding: 0;
  margin-bottom: 2px;
  border: 1px solid #ddd;
  background: #f8f9fa;
}

.news-article.format-compact .compact-inner {
  display: flex;
  align-items: center;
  padding: 8px 12px;
  gap: 12px;
}

.news-article.format-compact .compact-date {
  font-size: 11px;
  color: #888;
  white-space: nowrap;
  min-width: 70px;
}

.news-article.format-compact .compact-category {
  font-size: 10px;
  font-weight: bold;
  color: #fff;
  background: #1e5799;
  padding: 2px 6px;
  white-space: nowrap;
}

.news-article.format-compact .compact-title {
  flex: 1;
  font-size: 13px;
  font-weight: normal;
}

.news-article.format-compact .compact-title a {
  color: #333 !important;
}

.news-article.format-compact .compact-title a:hover {
  color: #268013 !important;
  text-decoration: underline;
}

.news-article.format-compact .compact-author {
  font-size: 11px;
  color: #999;
}

.news-article.format-compact:hover {
  background: #eef5fb;
}

/* Compact News Container */
.compact-news-group {
  background: #fff;
  border: 1px solid #000;
  margin-bottom: 8px;
  padding: 0;
}

.compact-news-group .compact-header {
  background: #e0e0e0;
  padding: 6px 10px;
  font-size: 11px;
  font-weight: bold;
  color: #555;
  text-transform: uppercase;
  border-bottom: 1px solid #ccc;
}

/* ----------------------------------------
   FORMAT: INTERVIEW
   Spezielle Darstellung für Interviews
   ---------------------------------------- */
.news-article.format-interview {
  background: #fff;
  border: 2px solid #9b59b6;
  position: relative;
}

.news-article.format-interview::before {
  content: '🎤 INTERVIEW';
  position: absolute;
  top: -1px;
  left: 15px;
  background: #9b59b6;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  padding: 4px 10px;
  letter-spacing: 1px;
}

.news-article.format-interview .interview-layout {
  display: flex;
  gap: 20px;
  padding: 15px;
  padding-top: 30px;
}

.news-article.format-interview .interview-portrait {
  width: 120px;
  flex-shrink: 0;
}

.news-article.format-interview .interview-portrait img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border: 3px solid #9b59b6;
}

.news-article.format-interview .interview-portrait .person-name {
  text-align: center;
  font-weight: bold;
  color: #9b59b6;
  font-size: 14px;
  margin-top: 8px;
}

.news-article.format-interview .interview-portrait .person-team {
  text-align: center;
  color: #666;
  font-size: 11px;
}

.news-article.format-interview .interview-content {
  flex: 1;
}

.news-article.format-interview .interview-title {
  font-size: 18px;
  color: #268013;
  font-weight: bold;
  margin-bottom: 10px;
  font-style: italic;
}

.news-article.format-interview .interview-title a {
  color: #268013 !important;
}

.news-article.format-interview .interview-excerpt {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
}

.news-article.format-interview .interview-excerpt strong {
  color: #333;
}

/* ----------------------------------------
   FORMAT: REVIEW / TEST
   Hardware/Software Tests mit Score
   ---------------------------------------- */
.news-article.format-review {
  background: #fff;
  border: 1px solid #000;
  position: relative;
}

.news-article.format-review .review-header {
  background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
  padding: 12px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-article.format-review .review-badge {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.news-article.format-review .review-badge::before {
  content: '⭐';
}

.news-article.format-review .review-score-box {
  background: #27ae60;
  color: #fff;
  padding: 8px 15px;
  font-size: 24px;
  font-weight: bold;
  border-radius: 4px;
  display: flex;
  align-items: baseline;
  gap: 4px;
}

.news-article.format-review .review-score-box .score-max {
  font-size: 14px;
  opacity: 0.8;
}

.news-article.format-review .review-layout {
  display: flex;
  gap: 15px;
  padding: 15px;
}

.news-article.format-review .review-image {
  width: 150px;
  height: 120px;
  object-fit: cover;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

.news-article.format-review .review-content {
  flex: 1;
}

.news-article.format-review .review-title {
  font-size: 18px;
  font-weight: bold;
  color: #268013;
  margin-bottom: 8px;
}

.news-article.format-review .review-title a {
  color: #268013 !important;
}

.news-article.format-review .review-excerpt {
  font-size: 13px;
  color: #555;
  line-height: 1.5;
  margin-bottom: 10px;
}

.news-article.format-review .review-verdict {
  background: #f0f8e8;
  border-left: 4px solid #27ae60;
  padding: 8px 12px;
  font-size: 12px;
  color: #2d6a16;
  font-weight: bold;
}

/* Score Farben je nach Wertung */
.news-article.format-review .review-score-box.score-excellent { background: #27ae60; }
.news-article.format-review .review-score-box.score-good { background: #2ecc71; }
.news-article.format-review .review-score-box.score-okay { background: #f39c12; }
.news-article.format-review .review-score-box.score-bad { background: #e74c3c; }

/* ----------------------------------------
   FORMAT: GALLERY
   News mit Bildergalerie
   ---------------------------------------- */
.news-article.format-gallery {
  background: #fff;
  border: 1px solid #000;
}

.news-article.format-gallery .gallery-header {
  background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.news-article.format-gallery .gallery-badge {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-article.format-gallery .gallery-badge::before {
  content: '📷 ';
}

.news-article.format-gallery .gallery-count {
  background: rgba(255,255,255,0.2);
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 10px;
}

.news-article.format-gallery .gallery-content {
  padding: 15px;
}

.news-article.format-gallery .gallery-title {
  font-size: 18px;
  font-weight: bold;
  color: #268013;
  margin-bottom: 10px;
}

.news-article.format-gallery .gallery-title a {
  color: #268013 !important;
}

.news-article.format-gallery .gallery-text {
  font-size: 13px;
  color: #555;
  margin-bottom: 15px;
}

.news-article.format-gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.news-article.format-gallery .gallery-item {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.news-article.format-gallery .gallery-item img {
  width: 100%;
  height: 80px;
  object-fit: cover;
  transition: transform 0.3s;
  border: 1px solid #ddd;
}

.news-article.format-gallery .gallery-item:hover img {
  transform: scale(1.1);
}

.news-article.format-gallery .gallery-item .gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0,0,0,0.7);
  color: #fff;
  font-size: 10px;
  padding: 4px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.3s;
}

.news-article.format-gallery .gallery-item:hover .gallery-caption {
  opacity: 1;
}

/* ----------------------------------------
   FORMAT: VIDEO
   News mit eingebettetem Video
   ---------------------------------------- */
.news-article.format-video {
  background: #1a1a1a;
  border: 1px solid #000;
}

.news-article.format-video .video-header {
  background: linear-gradient(135deg, #c0392b 0%, #e74c3c 100%);
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.news-article.format-video .video-badge {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.news-article.format-video .video-badge::before {
  content: '▶ ';
}

.news-article.format-video .video-duration {
  background: rgba(0,0,0,0.3);
  color: #fff;
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 3px;
}

.news-article.format-video .video-container {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  overflow: hidden;
}

.news-article.format-video .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.news-article.format-video .video-placeholder {
  background: #2c2c2c;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 200px;
  cursor: pointer;
}

.news-article.format-video .video-placeholder .play-button {
  width: 80px;
  height: 80px;
  background: rgba(255,255,255,0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px;
  color: #e74c3c;
  transition: transform 0.2s;
}

.news-article.format-video .video-placeholder:hover .play-button {
  transform: scale(1.1);
}

.news-article.format-video .video-info {
  padding: 15px;
  background: #222;
}

.news-article.format-video .video-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 8px;
}

.news-article.format-video .video-title a {
  color: #fff !important;
}

.news-article.format-video .video-description {
  color: #aaa;
  font-size: 13px;
  line-height: 1.5;
}

/* ----------------------------------------
   FORMAT: QUOTE
   Zitat des Tages / Highlight-Zitat
   ---------------------------------------- */
.news-article.format-quote {
  background: linear-gradient(135deg, #2c3e50 0%, #3d566e 100%);
  border: none;
  padding: 25px 30px;
  text-align: center;
  position: relative;
}

.news-article.format-quote::before {
  content: '"';
  position: absolute;
  top: 10px;
  left: 20px;
  font-size: 80px;
  color: rgba(255,255,255,0.1);
  font-family: Georgia, serif;
  line-height: 1;
}

.news-article.format-quote .quote-text {
  font-size: 20px;
  font-style: italic;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.news-article.format-quote .quote-source {
  color: #3498db;
  font-size: 14px;
  font-weight: bold;
}

.news-article.format-quote .quote-context {
  color: rgba(255,255,255,0.5);
  font-size: 12px;
  margin-top: 5px;
}

/* ----------------------------------------
   FORMAT: STANDARD (mit Bild)
   Klassisches Layout mit Thumbnail
   ---------------------------------------- */
.news-article.format-standard .standard-layout {
  display: flex;
  gap: 15px;
}

.news-article.format-standard .standard-image {
  width: 140px;
  height: 100px;
  object-fit: cover;
  border: 1px solid #ddd;
  flex-shrink: 0;
}

.news-article.format-standard .standard-content {
  flex: 1;
}

/* ----------------------------------------
   RESPONSIVE ANPASSUNGEN
   ---------------------------------------- */
@media (max-width: 768px) {
  .news-article.format-hero {
    min-height: 250px;
  }
  
  .news-article.format-hero .news-article-title {
    font-size: 20px;
  }
  
  .news-article.format-interview .interview-layout {
    flex-direction: column;
  }
  
  .news-article.format-interview .interview-portrait {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 15px;
  }
  
  .news-article.format-interview .interview-portrait img {
    width: 80px;
    height: 80px;
  }
  
  .news-article.format-review .review-layout {
    flex-direction: column;
  }
  
  .news-article.format-review .review-image {
    width: 100%;
    height: 150px;
  }
  
  .news-article.format-gallery .gallery-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .news-article.format-standard .standard-layout {
    flex-direction: column;
  }
  
  .news-article.format-standard .standard-image {
    width: 100%;
    height: 150px;
  }
}

/* ==========================================
   AUTOR-KÜRZEL STYLING
   ========================================== */

/* Kürzel am Ende des Detail-Textes */
.author-signature {
  margin-top: 20px;
  text-align: right;
  color: #666;
  font-style: italic;
  font-size: 13px;
}

.author-signature .author-initial {
  font-weight: bold;
  color: #336598;
  font-style: normal;
}

/* Kürzel in der News-Übersicht - inline vor dem Text, gleiche Farbe wie Text */
.news-article .author-initial,
.news-article-text .author-initial,
.interview-excerpt .author-initial,
.review-excerpt .author-initial,
.gallery-text .author-initial,
.video-description .author-initial,
.hero-excerpt .author-initial,
.format-hero .author-initial,
.format-breaking .author-initial {
  font-weight: inherit;
  color: inherit;
}

/* Kürzel im Archiv - gleiche Farbe wie Text */
.archive-item .author-initial {
  font-weight: inherit;
  color: inherit;
}

/* ============================================
   DESIGN SWITCHER
   ============================================ */

.design-switcher {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background: #1a2a3a;
  padding: 10px 15px;
  border-radius: 5px;
  box-shadow: 0 2px 15px rgba(0,0,0,0.4);
  z-index: 9999;
  display: flex;
  gap: 10px;
  align-items: center;
  border: 1px solid #336598;
}

.design-switcher span {
  color: rgba(255,255,255,0.7);
  font-size: 11px;
}

.design-switcher a {
  padding: 5px 12px;
  background: rgba(255,255,255,0.1);
  color: #fff;
  font-size: 11px;
  border-radius: 3px;
  transition: all 0.2s ease;
}

.design-switcher a:hover {
  background: rgba(255,255,255,0.2);
  text-decoration: none;
}

.design-switcher a.active {
  background: #336598;
}
