/* Novosti.rs - full design override */
.site-novosti .header { display: none !important; }
.site-novosti .wallpaper-wrapper,
.site-novosti .wallpaper-top { display: none !important; }
.site-novosti .latest-news-ticker-wrap { display: none !important; }

/* Custom Novosti header */
.site-header-novosti {
  background: #fff;
  border-bottom: 3px solid #c00;
  padding: 12px 0 0;
  margin-bottom: 0;
}
.site-header-novosti .novosti-top-bar {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.site-header-novosti .novosti-logo {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a1a;
  text-decoration: none;
  font-family: Georgia, "Times New Roman", serif;
}
.site-header-novosti .novosti-logo:hover { color: #c00; }
.site-header-novosti .novosti-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0;
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 14px;
}
.site-header-novosti .novosti-nav a {
  color: #1a1a1a;
  text-decoration: none;
  padding: 6px 10px;
  display: block;
}
.site-header-novosti .novosti-nav a:hover { color: #c00; }
.site-header-novosti .novosti-search {
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  width: 180px;
}

/* Layout: main + sidebar */
.site-novosti .generic-page { background: #f5f5f5; padding-top: 16px; }
.site-novosti .site-layout-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px 30px;
  display: flex;
  gap: 28px;
  align-items: flex-start;
}
.site-novosti .site-main-col { flex: 1; min-width: 0; }
.site-novosti .site-sidebar-col {
  width: 320px;
  flex-shrink: 0;
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}
@media (max-width: 900px) {
  .site-novosti .site-layout-wrap { flex-direction: column; }
  .site-novosti .site-sidebar-col { width: 100%; }
}

/* Article typography - Novosti structure */
.site-novosti .site-main-col .article-category-line { font-size: 14px; margin-bottom: 4px; }
.site-novosti .site-main-col .article-category-line a { color: #c00; text-decoration: none; }
.site-novosti .site-main-col .article-meta-line { font-size: 13px; color: #555; margin-bottom: 12px; }
.site-novosti .site-main-col .article-meta-line a { color: #c00; text-decoration: none; }
.site-novosti .site-main-col .news-detail-title {
  font-size: 28px !important;
  line-height: 1.35 !important;
  color: #1a1a1a !important;
  font-weight: 700 !important;
  margin: 0 0 20px !important;
  font-family: Georgia, "Times New Roman", serif;
}
.site-novosti .site-main-col .article-lead-novosti {
  font-size: 19px;
  line-height: 1.5;
  color: #222;
  margin-bottom: 24px;
  font-weight: 600;
  font-family: Georgia, serif;
}
.site-novosti .site-main-col .article-subtitle-novosti { font-size: 20px; font-weight: 700; margin-bottom: 16px; color: #111; }
.site-novosti .site-main-col .news-content p {
  font-size: 17px;
  line-height: 1.65;
  color: #333;
  margin-bottom: 16px;
}
.site-novosti .site-main-col .news-content img { max-width: 100%; height: auto; }
.site-novosti .site-main-col .article-main {
  background: #fff;
  padding: 28px 32px 32px;
  border-radius: 4px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}

/* Sidebar - Најновије блок */
.site-novosti .sidebar-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  padding-bottom: 8px;
  border-bottom: 2px solid #c00;
}
.site-novosti .sidebar-news-item {
  padding: 14px 0;
  border-bottom: 1px solid #eee;
}
.site-novosti .sidebar-news-item:last-child { border-bottom: none; }
.site-novosti .sidebar-news-item .sidebar-cat { font-size: 12px; color: #c00; }
.site-novosti .sidebar-news-item .sidebar-headline {
  font-size: 15px;
  font-weight: 600;
  margin: 6px 0 4px;
  line-height: 1.35;
}
.site-novosti .sidebar-news-item .sidebar-headline a { color: #1a1a1a; text-decoration: none; }
.site-novosti .sidebar-news-item .sidebar-headline a:hover { color: #c00; }
.site-novosti .sidebar-news-item .sidebar-date { font-size: 12px; color: #666; }

/* Preporučujemo cards */
.site-novosti .novosti-preporuka-wrap { display: grid; gap: 16px; margin-top: 16px; }
.site-novosti .novosti-preporuka-card {
  padding: 14px; background: #fff; border: 1px solid #e0e0e0; border-radius: 4px;
}
.site-novosti .novosti-card-title { font-size: 16px; font-weight: 600; margin: 8px 0 4px; color: #1a1a1a; line-height: 1.35; }
.site-novosti .full-details { background: #f9f9f9; padding: 20px; border-radius: 4px; margin-top: 24px; }
.site-novosti .footer { background: #1a1a1a !important; color: #ccc !important; padding: 24px 0 !important; }
.site-novosti .footer a { color: #aaa !important; }
.site-novosti .footer .container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }

/* Steps block & form — larger font */
.site-novosti .steps-block { font-size: 22px !important; line-height: 1.6 !important; }
.site-novosti #formaa { flex-direction: column !important; align-items: center !important; }
.site-novosti #formaa .form.form-reg .form-title h4 { font-size: 20px !important; line-height: 1.45 !important; }
.site-novosti #formaa .form.form-reg input { font-size: 17px !important; padding: 14px 12px !important; }
.site-novosti #formaa .form.form-reg button { font-size: 20px !important; padding: 14px 24px !important; }
.site-novosti .form-note { font-size: 16px; color: #444; text-align: center; margin-top: 28px; padding-top: 20px; display: block; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.5; border-top: 1px solid rgba(0,0,0,0.08); }

/* Mobile */
@media (max-width: 768px) {
  .site-novosti .main { overflow-x: hidden; max-width: 100%; }
  .site-novosti .site-header-novosti .novosti-top-bar { flex-direction: column; align-items: flex-start; }
  .site-novosti .site-header-novosti .novosti-nav { margin-top: 8px; }
  .site-novosti .site-layout-wrap { flex-direction: column; padding: 0 12px 20px; }
  .site-novosti .site-sidebar-col { width: 100%; margin-top: 20px; }
  .site-novosti .steps-wrap { padding: 0 12px; }
  .site-novosti .steps-block { max-width: 100% !important; font-size: 19px !important; padding: 20px 16px !important; }
  .site-novosti #formaa { padding: 0 12px; }
  .site-novosti #formaa .form.form-reg { padding: 20px 16px !important; width: 100%; box-sizing: border-box; }
  .site-novosti #formaa .form.form-reg .form-title h4 { font-size: 17px !important; }
  .site-novosti #formaa .form.form-reg input { font-size: 16px !important; padding: 12px !important; }
  .site-novosti .form-note { font-size: 15px; padding: 16px 12px 0; margin-top: 24px; }
  .site-novosti .site-main-col .article-main { padding: 16px 12px !important; }
  .site-novosti .site-main-col .news-detail-title { font-size: 22px !important; }
}

/* Logo image in header */
.site-header-novosti .novosti-logo-img { height: 38px; width: auto; display: block; vertical-align: middle; }

/* Form — Novosti style (red accent) */
.site-novosti #formaa .form.form-reg {
  background: linear-gradient(145deg, #c00 0%, #a00 100%) !important;
  box-shadow: 0 8px 24px rgba(204,0,0,0.35) !important;
  border: 1px solid rgba(255,255,255,0.2) !important;
  border-radius: 8px !important;
  padding: 28px !important;
}
.site-novosti #formaa .form.form-reg input {
  border-radius: 6px !important;
  border: 1px solid #ddd !important;
  font-size: 16px !important;
}
.site-novosti #formaa .form.form-reg input:focus {
  border-color: #c00 !important;
  outline: none !important;
  box-shadow: 0 0 0 2px rgba(204,0,0,0.2) !important;
}
.site-novosti #formaa .form.form-reg button {
  border-radius: 6px !important;
  font-size: 18px !important;
  background: #1a1a1a !important;
  color: #fff !important;
  border: none !important;
  padding: 12px 24px !important;
}
.site-novosti #formaa .form.form-reg button:hover { background: #333 !important; }
.site-novosti .full-details .item-comment .comment-description .name { color: #c00 !important; font-weight: 600 !important; }
.site-novosti #formaa .form-title { color: #1a1a1a !important; }
